com.caucho.server.webapp
Class Application

java.lang.Object
  extended by com.caucho.server.webapp.ServletContextImpl
      extended by com.caucho.server.webapp.WebApp
          extended by com.caucho.server.webapp.Application
All Implemented Interfaces:
SchemaBean, EnvironmentBean, DeployInstance, EnvironmentDeployInstance, DispatchBuilder, Dependency, java.io.Serializable, ServletContext

public class Application
extends WebApp

Resin's application implementation.

See Also:
Serialized Form

Constructor Summary
Application(Path rootDirectory)
          Creates the application with its environment loader.
 
Method Summary
 
Methods inherited from class com.caucho.server.webapp.WebApp
accessLog, addCacheMapping, addConfigFile, addContextParam, addErrorPage, addFilter, addFilterMapping, addJspConfig, addListener, addMimeMapping, addPathMapping, addPersistenceContextRef, addResourceRef, addRewriteDispatch, addSecurityConstraint, addSecurityRole, addServlet, addServletMapping, addServletRegexp, addSessionConfig, addStatus500, addTaglib, addWebApp, addWebAppDefault, addWebAppDeploy, addWelcomeFileList, buildDispatchInvocation, buildDispatchInvocation, buildErrorInvocation, buildForwardInvocation, buildIncludeInvocation, buildInvocation, buildLoginInvocation, clearCache, createAccessLog, createContextParam, createEjbLocalRef, createEjbRef, createJsf, createJsp, createJspConfig, createLocaleEncodingMappingList, createMultipartForm, createRewriteDispatch, createRewriteRealPath, createServlet, createServletMapping, createSessionConfig, createWebAppDeploy, destroy, doMultipartForm, getAccessLog, getActiveSessionCount, getAdmin, getAppDir, getAuthenticator, getCacheMaxLength, getCharacterEncoding, getClassLoader, getClassLoaderHackPackages, getCluster, getConfigException, getContext, getContextPath, getCookieHttpOnly, getCurrent, getDescription, getDispatchServer, getDispatchWrapsFilters, getEnvironmentClassLoader, getErrorPageManager, getExtension, getFormUploadMax, getHostAdmin, getHostName, getInvocationDependency, getJsf, getJsp, getJspApplicationContext, getLocal, getLocaleEncoding, getLogin, getLoginDispatcher, getMaxAge, getMimeType, getMimeTypeImpl, getNamedDispatcher, getObjectName, getParent, getRealPath, getRealPathImpl, getRegexp, getRequestAttributeListeners, getRequestCount, getRequestDispatcher, getRequestListeners, getSchema, getServer, getServletIgnoreMappingPatterns, getServletMappingPatterns, getServletPattern, getSessionManager, getSMaxAge, getState, getStrictMapping, getTaglibList, getThreadRequest, getURL, getVersion, getWebAppDefaultList, has23Config, hasListener, init, isActive, isClosed, isDeployError, isDeployIdle, isDynamicDeploy, isIgnoreClientDisconnect, isInheritSession, isInit, isInitializing, isModified, isModifiedNow, log, logModified, putLocaleEncoding, setAccessLog, setActiveWaitTime, setAllowServletEL, setAppDir, setConfigException, setConfigNode, setCookieHttpOnly, setDescription, setDirectoryServlet, setDisableCrossContext, setDispatchWrapsFilters, setDistributable, setDocumentDirectory, setDynamicDeploy, setEnvironmentClassLoader, setIcon, setId, setIdleTime, setInheritSession, setLazyServletValidate, setLogin, setLoginConfig, setOldWebApp, setParent, setRedeployMode, setRegexp, setRootDirectory, setSchemaLocation, setSecure, setShutdownWaitMax, setStatisticsEnable, setStrictMapping, setTempDir, setVersion, start, stop, toString
 
Methods inherited from class com.caucho.server.webapp.ServletContextImpl
addAttributeListener, addFilter, addFilterMapping, addServlet, addServletMaping, getAttribute, getAttributeNames, getInitParameter, getInitParameterNames, getMajorVersion, getMinorVersion, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, getSessionCookieConfig, getSessionTrackingModes, log, log, removeAttribute, setAttribute, setDisplayName, setInitParameter, setSessionCookieConfig, setSessionTrackingModes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Application

public Application(Path rootDirectory)
Creates the application with its environment loader.