This type is a class for model objects.
WebSphere specific bindings for the webapplication. This would derive from J2EE web application.
Package: webappextAttributes Summary | |
reloadInterval : EInt | The timeperiod (in seconds) in which the web app's filesystem will be scanned for updated files. |
reloadingEnabled : EBoolean | * No description is available * |
defaultErrorPage : EString | * No description is available * |
additionalClassPath : EString | An additional classpath which will be used to reference for resources outside of the WEB-INF. |
fileServingEnabled : EBoolean | * No description is available * |
directoryBrowsingEnabled : EBoolean | * No description is available * |
serveServletsByClassnameEnabled : EBoolean | * No description is available * |
preCompileJSPs : EBoolean | Specifies that JSP's for this web application should be precompiled during installation of the web app. |
autoRequestEncoding : EBoolean | Allows specifying whether the web container will attempt to determine request encoding automatically, or whether the web container should conform to the servlet 2.3 spec and default the encodings in the absence of servlet specification. The value can be true or false, defaulting to false. |
autoResponseEncoding : EBoolean | Allows specifying whether the web container will attempt to determine response encoding automatically, or whether the web container should conform to the servlet 2.3 spec and default the encodings in the absence of servlet specification. The value can be true or false, defaulting to false. |
autoLoadFilters : EBoolean | Specifies whether filters should be loaded on startup of a web module. Valid values are true or false, defaulting to false. |
mimeFilters : MimeFilter * | * No description is available * |
webApp : WebApp @ | The web application to which IBM extensions are being added. This is calculated, by finding in the webapp.xml deployment descriptor file in the same location as the ibmweb.xml extensions file. |
extendedServlets : ServletExtension * | * No description is available * |
jspAttributes : JSPAttribute * | * No description is available * |
fileServingAttributes : FileServingAttribute * | * No description is available * |
invokerAttributes : InvokerAttribute * | * No description is available * |
servletCacheConfigs : ServletCachingConfiguration * | * No description is available * |
resourceRefExtensions : ResourceRefExtension * | * No description is available * |
Attribute Details |