DeploymentInfo |
DeploymentInfo.addAuthenticationMechanism(AuthenticationMechanism mechanism) |
DeploymentInfo |
DeploymentInfo.addAuthenticationMechanisms(AuthenticationMechanism... mechanisms) |
DeploymentInfo |
DeploymentInfo.addAuthenticationMechanisms(Collection<AuthenticationMechanism> mechanisms) |
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.addInitialHandlerChainWrapper(HandlerWrapper wrapper) |
DeploymentInfo |
DeploymentInfo.addInitParameter(String name,
String value) |
DeploymentInfo |
DeploymentInfo.addInnerHandlerChainWrapper(HandlerWrapper wrapper)
Adds an inner handler chain wrapper.
|
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.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.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.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.setClassIntrospecter(ClassIntrospecter classIntrospecter) |
DeploymentInfo |
DeploymentInfo.setClassLoader(ClassLoader classLoader) |
DeploymentInfo |
DeploymentInfo.setConfidentialPortManager(ConfidentialPortManager confidentialPortManager) |
DeploymentInfo |
DeploymentInfo.setContextPath(String contextPath) |
DeploymentInfo |
DeploymentInfo.setDefaultServletConfig(DefaultServletConfig defaultServletConfig) |
DeploymentInfo |
DeploymentInfo.setDeploymentName(String deploymentName) |
DeploymentInfo |
DeploymentInfo.setHostName(String hostName) |
DeploymentInfo |
DeploymentInfo.setIdentityManager(IdentityManager identityManager) |
DeploymentInfo |
DeploymentInfo.setIgnoreStandardAuthenticationMechanism(boolean ignoreStandardAuthenticationMechanism) |
DeploymentInfo |
DeploymentInfo.setLoginConfig(LoginConfig loginConfig) |
DeploymentInfo |
DeploymentInfo.setMajorVersion(int majorVersion) |
DeploymentInfo |
DeploymentInfo.setMinorVersion(int minorVersion) |
DeploymentInfo |
DeploymentInfo.setResourceManager(ResourceManager resourceManager) |
DeploymentInfo |
DeploymentInfo.setServletStackTraces(ServletStackTraces servletStackTraces) |
DeploymentInfo |
DeploymentInfo.setSessionManagerFactory(SessionManagerFactory sessionManagerFactory) |
DeploymentInfo |
DeploymentInfo.setSessionPersistenceManager(SessionPersistenceManager sessionPersistenceManager) |