| Home >> All >> org >> apache >> catalina >> [ deploy Javadoc ] |
org.apache.catalina.deploy: Javadoc index of package org.apache.catalina.deploy.
Package Samples:
org.apache.catalina.deploy
Classes:
SecurityCollection: Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor. WARNING : It is assumed that instances of this class will be created and modified only within the context of a single thread, before the instance is made visible to the remainder of the application. After that, only read access is expected. Therefore, none of the read and write access within this class is synchronized.
SecurityConstraint: Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor. WARNING : It is assumed that instances of this class will be created and modified only within the context of a single thread, before the instance is made visible to the remainder of the application. After that, only read access is expected. Therefore, none of the read and write access within this class is synchronized.
ApplicationParameter: Representation of a context initialization parameter that is configured in the server configuration file, rather than the application deployment descriptor. This is convenient for establishing default values (which may be configured to allow application overrides or not) without having to modify the application deployment descriptor itself.
FilterMap: Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor. Each filter mapping must contain a filter name plus either a URL pattern or a servlet name.
MessageDestinationRef: Representation of a message destination reference for a web application, as represented in a <message-destination-ref> element in the deployment descriptor.
MessageDestination: Representation of a message destination for a web application, as represented in a <message-destination> element in the deployment descriptor.
ContextLocalEjb: Representation of a local EJB resource reference for a web application, as represented in a <ejb-local-ref> element in the deployment descriptor.
LoginConfig: Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
ContextEjb: Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
ContextResource: Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
ContextResourceLink: Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
ErrorPage: Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
FilterDef: Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
ContextResourceEnvRef: Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextTransaction: Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextEnvironment: Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
NamingResources: Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context.
ResourceBase: Representation of an Context element
| Home | Contact Us | Privacy Policy | Terms of Service |