com.caucho.server.http
Interface CauchoApplication

All Superinterfaces:
ServletContext

public interface CauchoApplication
extends ServletContext


Method Summary
 void addListener(ExitListener listener)
           
 void clearCache()
          Clears the cache.
 Path getAppDir()
           
 Authenticator getAuthenticator()
           
 DynamicClassLoader getClassLoader()
           
 java.lang.String getContextPath()
           
 java.lang.String getFilter(java.lang.String mimeType)
           
 java.lang.String getHost()
           
 RegistryNode getRegistry()
           
 void log(java.lang.String msg, java.lang.Throwable e)
          Logs a message and a stack trace.
 
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
 

Method Detail

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.