DeploymentInfo |
DeploymentInfo.addAuthenticationMechanism(String name,
AuthenticationMechanismFactory factory)
Adds an authentication mechanism.
|
DeploymentInfo |
DeploymentInfo.addErrorPage(ErrorPage errorPage) |
DeploymentInfo |
DeploymentInfo.addErrorPages(Collection<ErrorPage> errorPages) |
DeploymentInfo |
DeploymentInfo.addErrorPages(ErrorPage... errorPages) |
DeploymentInfo |
DeploymentInfo.addFilter(FilterInfo filter) |
DeploymentInfo |
DeploymentInfo.addFilters(Collection<FilterInfo> filters) |
DeploymentInfo |
DeploymentInfo.addFilters(FilterInfo... filters) |
DeploymentInfo |
DeploymentInfo.addFilterServletNameMapping(String filterName,
String mapping,
javax.servlet.DispatcherType dispatcher) |
DeploymentInfo |
DeploymentInfo.addFilterUrlMapping(String filterName,
String mapping,
javax.servlet.DispatcherType dispatcher) |
DeploymentInfo |
DeploymentInfo.addFirstAuthenticationMechanism(String name,
AuthenticationMechanism mechanism)
Adds an authentication mechanism directly to the deployment.
|
DeploymentInfo |
DeploymentInfo.addInitialHandlerChainWrapper(HandlerWrapper wrapper) |
DeploymentInfo |
DeploymentInfo.addInitParameter(String name,
String value) |
DeploymentInfo |
DeploymentInfo.addInnerHandlerChainWrapper(HandlerWrapper wrapper)
Adds an inner handler chain wrapper.
|
DeploymentInfo |
DeploymentInfo.addLastAuthenticationMechanism(String name,
AuthenticationMechanism mechanism)
Adds an authentication mechanism directly to the deployment.
|
DeploymentInfo |
DeploymentInfo.addListener(ListenerInfo listener) |
DeploymentInfo |
DeploymentInfo.addListeners(Collection<ListenerInfo> listeners) |
DeploymentInfo |
DeploymentInfo.addListeners(ListenerInfo... listeners) |
DeploymentInfo |
DeploymentInfo.addLocaleCharsetMapping(String locale,
String charset) |
DeploymentInfo |
DeploymentInfo.addMimeMapping(MimeMapping mimeMappings) |
DeploymentInfo |
DeploymentInfo.addMimeMappings(Collection<MimeMapping> mimeMappings) |
DeploymentInfo |
DeploymentInfo.addMimeMappings(MimeMapping... mimeMappings) |
DeploymentInfo |
DeploymentInfo.addNotificactionReceivers(NotificationReceiver... notificationReceivers) |
DeploymentInfo |
DeploymentInfo.addNotificationReceiver(NotificationReceiver notificationReceiver) |
DeploymentInfo |
DeploymentInfo.addNotificationReceivers(Collection<NotificationReceiver> notificationReceivers) |
DeploymentInfo |
DeploymentInfo.addOuterHandlerChainWrapper(HandlerWrapper wrapper)
Adds an outer handler wrapper.
|
DeploymentInfo |
DeploymentInfo.addPrincipalVsRoleMapping(String principal,
String mapping) |
DeploymentInfo |
DeploymentInfo.addPrincipalVsRoleMappings(String principal,
Collection<String> mappings) |
DeploymentInfo |
DeploymentInfo.addPrincipalVsRoleMappings(String principal,
String... mappings) |
DeploymentInfo |
DeploymentInfo.addSecurityConstraint(SecurityConstraint securityConstraint) |
DeploymentInfo |
DeploymentInfo.addSecurityConstraints(Collection<SecurityConstraint> securityConstraints) |
DeploymentInfo |
DeploymentInfo.addSecurityConstraints(SecurityConstraint... securityConstraints) |
DeploymentInfo |
DeploymentInfo.addSecurityRole(String role) |
DeploymentInfo |
DeploymentInfo.addSecurityRoles(Collection<String> roles) |
DeploymentInfo |
DeploymentInfo.addSecurityRoles(String... roles) |
DeploymentInfo |
DeploymentInfo.addServlet(ServletInfo servlet) |
DeploymentInfo |
DeploymentInfo.addServletContainerInitalizer(ServletContainerInitializerInfo servletContainerInitializer) |
DeploymentInfo |
DeploymentInfo.addServletContainerInitalizers(List<ServletContainerInitializerInfo> servletContainerInitializer) |
DeploymentInfo |
DeploymentInfo.addServletContainerInitalizers(ServletContainerInitializerInfo... servletContainerInitializer) |
DeploymentInfo |
DeploymentInfo.addServletContextAttribute(String name,
Object value) |
DeploymentInfo |
DeploymentInfo.addServletExtension(ServletExtension servletExtension)
Adds an additional servlet extension to the deployment.
|
DeploymentInfo |
DeploymentInfo.addServlets(Collection<ServletInfo> servlets) |
DeploymentInfo |
DeploymentInfo.addServlets(ServletInfo... servlets) |
DeploymentInfo |
DeploymentInfo.addThreadSetupAction(ThreadSetupAction action) |
DeploymentInfo |
DeploymentInfo.addWelcomePage(String welcomePage) |
DeploymentInfo |
DeploymentInfo.addWelcomePages(Collection<String> welcomePages) |
DeploymentInfo |
DeploymentInfo.addWelcomePages(String... welcomePages) |
DeploymentInfo |
DeploymentInfo.clearLoginMethods()
Removes all configured authentication mechanisms from the deployment.
|
DeploymentInfo |
DeploymentInfo.clone() |
DeploymentInfo |
Deployment.getDeploymentInfo() |
DeploymentInfo |
DeploymentInfo.insertFilterServletNameMapping(int pos,
String filterName,
String mapping,
javax.servlet.DispatcherType dispatcher) |
DeploymentInfo |
DeploymentInfo.insertFilterUrlMapping(int pos,
String filterName,
String mapping,
javax.servlet.DispatcherType dispatcher) |
DeploymentInfo |
DeploymentInfo.setAllowNonStandardWrappers(boolean allowNonStandardWrappers) |
DeploymentInfo |
DeploymentInfo.setAsyncExecutor(Executor asyncExecutor)
Sets the executor that is used to run async tasks.
|
DeploymentInfo |
DeploymentInfo.setAuthorizationManager(AuthorizationManager authorizationManager) |
DeploymentInfo |
DeploymentInfo.setClassIntrospecter(ClassIntrospecter classIntrospecter) |
DeploymentInfo |
DeploymentInfo.setClassLoader(ClassLoader classLoader) |
DeploymentInfo |
DeploymentInfo.setConfidentialPortManager(ConfidentialPortManager confidentialPortManager) |
DeploymentInfo |
DeploymentInfo.setContextPath(String contextPath) |
DeploymentInfo |
DeploymentInfo.setDefaultCookieVersion(int defaultCookieVersion) |
DeploymentInfo |
DeploymentInfo.setDefaultEncoding(String defaultEncoding)
Sets the default encoding that will be used for servlet responses
|
DeploymentInfo |
DeploymentInfo.setDefaultServletConfig(DefaultServletConfig defaultServletConfig) |
DeploymentInfo |
DeploymentInfo.setDefaultSessionTimeout(int defaultSessionTimeout) |
DeploymentInfo |
DeploymentInfo.setDenyUncoveredHttpMethods(boolean denyUncoveredHttpMethods) |
DeploymentInfo |
DeploymentInfo.setDeploymentName(String deploymentName) |
DeploymentInfo |
DeploymentInfo.setDisplayName(String displayName) |
DeploymentInfo |
DeploymentInfo.setEagerFilterInit(boolean eagerFilterInit) |
DeploymentInfo |
DeploymentInfo.setExecutor(Executor executor)
Sets the executor that will be used to run servlet invocations.
|
DeploymentInfo |
DeploymentInfo.setHostName(String hostName) |
DeploymentInfo |
DeploymentInfo.setIdentityManager(IdentityManager identityManager) |
DeploymentInfo |
DeploymentInfo.setIgnoreFlush(boolean ignoreFlush) |
DeploymentInfo |
DeploymentInfo.setInvalidateSessionOnLogout(boolean invalidateSessionOnLogout) |
DeploymentInfo |
DeploymentInfo.setJspConfigDescriptor(javax.servlet.descriptor.JspConfigDescriptor jspConfigDescriptor) |
DeploymentInfo |
DeploymentInfo.setLoginConfig(LoginConfig loginConfig) |
DeploymentInfo |
DeploymentInfo.setMajorVersion(int majorVersion) |
DeploymentInfo |
DeploymentInfo.setMetricsCollector(MetricsCollector metricsCollector) |
DeploymentInfo |
DeploymentInfo.setMinorVersion(int minorVersion) |
DeploymentInfo |
DeploymentInfo.setResourceManager(ResourceManager resourceManager) |
DeploymentInfo |
DeploymentInfo.setServerName(String serverName) |
DeploymentInfo |
DeploymentInfo.setServletContextAttributeBackingMap(ConcurrentMap<String,Object> servletContextAttributeBackingMap)
Sets the map that will be used by the ServletContext implementation to store attributes.
|
DeploymentInfo |
DeploymentInfo.setServletSessionConfig(ServletSessionConfig servletSessionConfig) |
DeploymentInfo |
DeploymentInfo.setServletStackTraces(ServletStackTraces servletStackTraces) |
DeploymentInfo |
DeploymentInfo.setSessionConfigWrapper(SessionConfigWrapper sessionConfigWrapper) |
DeploymentInfo |
DeploymentInfo.setSessionManagerFactory(SessionManagerFactory sessionManagerFactory) |
DeploymentInfo |
DeploymentInfo.setSessionPersistenceManager(SessionPersistenceManager sessionPersistenceManager) |
DeploymentInfo |
DeploymentInfo.setTempDir(File tempDir) |
DeploymentInfo |
DeploymentInfo.setUrlEncoding(String urlEncoding)
Sets the URL encoding.
|