Interface | Description |
---|---|
AuthorizationManager | Authorization manager. |
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. |
ExceptionHandler | An exception handler allows you to perform custom actions when an exception propagates out of the servlet handler chain. |
InstanceFactory<T> | Factory that creates fully injected component instances. |
InstanceHandle<T> | A handle for a container managed instance. |
LifecycleInterceptor | Class that is run around invocations of servlet and filter lifecycle methods (init and destroy). |
LifecycleInterceptor.LifecycleContext | |
MetricsCollector | An interface that can be used to collect Servlet metrics |
ServletContainer | |
ServletDispatcher | |
SessionConfigWrapper | A class that allows the SessionConfig to be wrapped. |
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 |
---|---|
AuthMethodConfig | |
DefaultServletConfig | Deprecated |
DeploymentInfo | Represents a servlet deployment. |
ErrorPage | A servlet error page mapping |
FilterInfo | |
FilterMappingInfo | |
HttpMethodSecurityInfo | |
ListenerInfo | |
LoggingExceptionHandler | An exception handler that |
LoggingExceptionHandler.Builder | |
LoginConfig | |
MimeMapping | |
SecurityConstraint | |
SecurityInfo<T extends SecurityInfo> | |
SecurityRoleRef | |
ServletContainer.Factory | |
ServletContainerInitializerInfo | |
ServletInfo | |
ServletSecurityInfo | |
ServletSessionConfig | Session config that gets |
SessionPersistenceManager.PersistentSession | |
SingleConstraintMatch | Representation of a single security constrain matched for a single request. |
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 © 2015 JBoss by Red Hat. All rights reserved.