| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.undertow |
| Modifier and Type | Method and Description |
|---|---|
List<ServletContainer> |
Undertow.UndertowResources.servletContainers()
Get the list of org.wildfly.swarm.config.undertow.ServletContainer resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.servletContainer(ServletContainer value)
Add the org.wildfly.swarm.config.undertow.ServletContainer object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.servletContainers(List<ServletContainer> value)
Add all org.wildfly.swarm.config.undertow.ServletContainer objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ServletContainer |
ServletContainer.allowNonStandardWrappers(Boolean value)
If true then request and response wrappers that do not extend the standard wrapper classes can be used
|
ServletContainer |
ServletContainer.defaultBufferCache(String value)
The buffer cache to use for caching static resources
|
ServletContainer |
ServletContainer.defaultEncoding(String value)
Default encoding to use for all deployed applications
|
ServletContainer |
ServletContainer.defaultSessionTimeout(Integer value)
The default session timeout (in minutes) for all applications deployed in the container.
|
ServletContainer |
ServletContainer.directoryListing(Boolean value)
If directory listing should be enabled for default servlets.
|
ServletContainer |
ServletContainer.disableCachingForSecuredPages(Boolean value)
If Undertow should set headers to disable caching for secured paged.
|
ServletContainer |
ServletContainer.eagerFilterInitialization(Boolean value)
If true undertow calls filter init() on deployment start rather than when first requested.
|
ServletContainer |
ServletContainer.ignoreFlush(Boolean value)
Ignore flushes on the servlet output stream.
|
ServletContainer |
ServletContainer.jspSetting(JspSetting value)
JSP container configuration.
|
ServletContainer |
ServletContainer.maxSessions(Integer value)
The maximum number of sessions that can be active at one time
|
ServletContainer |
ServletContainer.mimeMapping(MimeMapping value)
Add the org.wildfly.swarm.config.undertow.servlet_container.MimeMapping object to the list of subresources
|
ServletContainer |
ServletContainer.mimeMappings(List<MimeMapping> value)
Add all org.wildfly.swarm.config.undertow.servlet_container.MimeMapping objects to this subresource
|
ServletContainer |
ServletContainer.persistentSessionsSetting(PersistentSessionsSetting value)
Session persistence sessions
|
ServletContainer |
ServletContainer.proactiveAuthentication(Boolean value)
If proactive authentication should be used.
|
ServletContainer |
ServletContainer.sessionCookieSetting(SessionCookieSetting value)
Session cookie configuration
|
ServletContainer |
ServletContainer.sessionIdLength(Integer value)
The length of the generated session ID.
|
ServletContainer |
ServletContainer.stackTraceOnError(String value)
If an error page with the stack trace should be generated on error.
|
ServletContainer |
ServletContainer.useListenerEncoding(Boolean value)
Use encoding defined on listener
|
ServletContainer |
ServletContainer.websocketsSetting(WebsocketsSetting value)
If websockets are enabled for this container
|
ServletContainer |
ServletContainer.welcomeFile(WelcomeFile value)
Add the org.wildfly.swarm.config.undertow.servlet_container.WelcomeFile object to the list of subresources
|
ServletContainer |
ServletContainer.welcomeFiles(List<WelcomeFile> value)
Add all org.wildfly.swarm.config.undertow.servlet_container.WelcomeFile objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.