| Interface | Description |
|---|---|
| ClassIntrospecter |
Interface that is provided by the container to create a servlet / filter / listener
definition from a given class, based on the annotations present on the class.
|
| ConfidentialPortManager |
A utility to take the
HttpServerExchange of the current request and obtain the number of the port number to use in
https redirects. |
| Deployment |
Runtime representation of a deployment.
|
| DeploymentManager |
Manager that can be used to deploy and undeploy a servlet deployment.
|
| InstanceFactory<T> |
Factory that creates fully injected component instances.
|
| InstanceHandle<T> |
A handle for a container managed instance.
|
| ServletContainer | |
| ServletDispatcher | |
| SessionManagerFactory |
Factory class used to create a session manager
|
| SessionPersistenceManager |
Interface that is used in development mode to support session persistence across redeploys.
|
| ThreadSetupAction |
Interface that can be implemented by classes that need to setup
and thread local context before a request is processed.
|
| ThreadSetupAction.Handle |
| Class | Description |
|---|---|
| DefaultServletConfig |
The default servlet config.
|
| DeploymentInfo |
Represents a servlet deployment.
|
| ErrorPage |
A servlet error page mapping
|
| FilterInfo | |
| FilterMappingInfo | |
| HttpMethodSecurityInfo | |
| ListenerInfo | |
| LoginConfig | |
| MimeMapping | |
| SecurityConstraint | |
| SecurityInfo<T extends SecurityInfo> | |
| SecurityRoleRef | |
| ServletContainer.Factory | |
| ServletContainerInitializerInfo | |
| ServletInfo | |
| ServletSecurityInfo | |
| ServletSessionConfig |
Session config that gets
|
| SessionPersistenceManager.PersistentSession | |
| WebResourceCollection |
| Enum | Description |
|---|---|
| DeploymentManager.State | |
| FilterMappingInfo.MappingType | |
| SecurityInfo.EmptyRoleSemantic |
Equivalent to
ServletSecurity.EmptyRoleSemantic but with an additional mode to require authentication but no role
check. |
| ServletStackTraces | |
| TransportGuaranteeType |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.