com.caucho.server.http
Interface CauchoApplication
- All Superinterfaces:
- ServletContext
- public interface CauchoApplication
- extends ServletContext
Methods inherited from interface javax.servlet.ServletContext |
getAttribute, getAttributeNames, getContext, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getServerInfo, getServlet, getServletNames, getServlets, log, log, removeAttribute, setAttribute |
log
public void log(java.lang.String msg,
java.lang.Throwable e)
- Description copied from interface:
ServletContext
- Logs a message and a stack trace.
- Specified by:
log
in interface ServletContext
getContextPath
public java.lang.String getContextPath()
getAppDir
public Path getAppDir()
getRegistry
public RegistryNode getRegistry()
getHost
public java.lang.String getHost()
getClassLoader
public DynamicClassLoader getClassLoader()
addListener
public void addListener(ExitListener listener)
getFilter
public java.lang.String getFilter(java.lang.String mimeType)
getAuthenticator
public Authenticator getAuthenticator()
clearCache
public void clearCache()
- Clears the cache.