com.ibm.ws.javaee.dd.webext
Interface WebExt
All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor
- public interface WebExt
- extends com.ibm.ws.javaee.dd.DeploymentDescriptor
Field Summary
Modifier and Type | Field and Description |
---|---|
|
XMI_EXT_NAME
|
|
XML_EXT_NAME
|
Method Summary
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor |
---|
getComponentForId, getIdForComponent |
Field Detail
XML_EXT_NAME
- static final java.lang.String XML_EXT_NAME
See Also:
XMI_EXT_NAME
- static final java.lang.String XMI_EXT_NAME
See Also:
Method Detail
getVersion
- java.lang.String getVersion()
Returns:
version="..." attribute value
getServletExtensions
- java.util.List<ServletExtension> getServletExtensions( )
Returns:
<servlet> as a read-only list
getDefaultErrorPage
- java.lang.String getDefaultErrorPage( )
Returns:
<default-error-page uri="...">, or null if unspecified
getFileServingAttributes
- java.util.List<Attribute> getFileServingAttributes( )
Returns:
<file-serving-attribute> as a read-only list
getInvokerAttributes
- java.util.List<Attribute> getInvokerAttributes( )
Returns:
<invoker-attribute> as a read-only list
getJspAttributes
- java.util.List<Attribute> getJspAttributes( )
Returns:
<jsp-attribute> as a read-only list
getMimeFilters
- java.util.List<MimeFilter> getMimeFilters( )
Returns:
<mime-filter> as a read-only list
isSetReloadInterval
- boolean isSetReloadInterval()
isSetContextRoot
- boolean isSetContextRoot()
getReloadInterval
- int getReloadInterval()
getContextRoot
- java.lang.String getContextRoot( )
getResourceRefs
- java.util.List<com.ibm.ws.javaee.dd.commonext.ResourceRef> getResourceRefs( )
Returns:
<resource-ref> as a read-only list
getServletCacheConfigs
- java.util.List<ServletCacheConfig> getServletCacheConfigs( )
Returns:
<servlet-cache-config> as a read-only list
isSetAutoloadFilters
- boolean isSetAutoloadFilters()
isAutoloadFilters
- boolean isAutoloadFilters()
isSetAutoEncodeRequests
- boolean isSetAutoEncodeRequests( )
isAutoEncodeRequests
- boolean isAutoEncodeRequests()
isSetAutoEncodeResponses
- boolean isSetAutoEncodeResponses( )
Returns:
true if <auto-encode-responses value="..."/> is specified
See Also:
isAutoEncodeResponses
- boolean isAutoEncodeResponses()
isSetEnableDirectoryBrowsing
- boolean isSetEnableDirectoryBrowsing( )
Returns:
true if <enable-directory-browsing value="..."/> is specified
See Also:
isEnableDirectoryBrowsing
- boolean isEnableDirectoryBrowsing( )
Returns:
<enable-directory-browsing value="..."/> if specified
See Also:
isSetEnableFileServing
- boolean isSetEnableFileServing( )
isEnableFileServing
- boolean isEnableFileServing()
isSetPreCompileJsps
- boolean isSetPreCompileJsps()
isPreCompileJsps
- boolean isPreCompileJsps()
isSetEnableReloading
- boolean isSetEnableReloading()
isEnableReloading
- boolean isEnableReloading()
isSetEnableServingServletsByClassName
- boolean isSetEnableServingServletsByClassName( )
Returns:
true if <enable-serving-servlets-by-class-name value="..."/> is specified
See Also:
isEnableServingServletsByClassName
- boolean isEnableServingServletsByClassName( )
Returns:
<enable-serving-servlets-by-class-name value="..."/> if specified
See Also: