Attributes Summary | |
reloadInterval : int | The timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files. |
reloadingEnabled : boolean | |
defaultErrorPage : String | |
additionalClassPath : String | An additional classpath which will be used to reference for resources outside of the WEB-INF. |
fileServingEnabled : boolean | |
directoryBrowsingEnabled : boolean | |
serveServletsByClassnameEnabled : boolean | |
preCompileJSPs : boolean | Specifies that JSP's for this web application should be precompiled during installation of the web app. |
autoRequestEncoding : boolean | Allows specifying whether the web container will attempt to determine request encoding automatically, or whether the web container should conform to the servlet 2. |
autoResponseEncoding : boolean | Allows specifying whether the web container will attempt to determine response encoding automatically, or whether the web container should conform to the servlet 2. |
autoLoadFilters : boolean | Specifies whether filters should be loaded on startup of a web module. |
mimeFilters : MimeFilter * | |
webApp : WebApp@ | The web application to which IBM extensions are being added. |
extendedServlets : ServletExtension * | |
jspAttributes : JSPAttribute * | |
fileServingAttributes : FileServingAttribute * | |
invokerAttributes : InvokerAttribute * | |
servletCacheConfigs : ServletCachingConfiguration * | |
resourceRefExtensions : ResourceRefExtension * |
Attribute Details |