Package 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
Represents <web-ext>.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getDeploymentDescriptorPath, getIdForComponent
-
Field Details
-
XML_EXT_NAME
- See Also:
-
XMI_EXT_NAME
- See Also:
-
-
Method Details
-
getVersion
String getVersion()- Returns:
- version="..." attribute value
-
getServletExtensions
List<ServletExtension> getServletExtensions()- Returns:
- <servlet> as a read-only list
-
getDefaultErrorPage
String getDefaultErrorPage()- Returns:
- <default-error-page uri="...">, or null if unspecified
-
getFileServingAttributes
- Returns:
- <file-serving-attribute> as a read-only list
-
getInvokerAttributes
- Returns:
- <invoker-attribute> as a read-only list
-
getJspAttributes
- Returns:
- <jsp-attribute> as a read-only list
-
getMimeFilters
List<MimeFilter> getMimeFilters()- Returns:
- <mime-filter> as a read-only list
-
isSetReloadInterval
boolean isSetReloadInterval()- Returns:
- true if <reload-interval value="..."/> is specified
- See Also:
-
getReloadInterval
int getReloadInterval()- Returns:
- <reload-interval value="..."/> if specified
- See Also:
-
isSetContextRoot
boolean isSetContextRoot()- Returns:
- true if <context-root uri="..."> is specified
- See Also:
-
getContextRoot
String getContextRoot()- Returns:
- <context-root uri="...">, or null if unspecified
- See Also:
-
getResourceRefs
List<ResourceRef> getResourceRefs()- Returns:
- <resource-ref> as a read-only list
-
getServletCacheConfigs
List<ServletCacheConfig> getServletCacheConfigs()- Returns:
- <servlet-cache-config> as a read-only list
-
isSetAutoloadFilters
boolean isSetAutoloadFilters()- Returns:
- true if <autoload-filters value="..."/> is specified
- See Also:
-
isAutoloadFilters
boolean isAutoloadFilters()- Returns:
- <autoload-filters value="..."/> if specified
- See Also:
-
isSetAutoEncodeRequests
boolean isSetAutoEncodeRequests()- Returns:
- true if <auto-encode-requests value="..."/> is specified
- See Also:
-
isAutoEncodeRequests
boolean isAutoEncodeRequests()- Returns:
- <auto-encode-requests value="..."/> if specified
- See Also:
-
isSetAutoEncodeResponses
boolean isSetAutoEncodeResponses()- Returns:
- true if <auto-encode-responses value="..."/> is specified
- See Also:
-
isAutoEncodeResponses
boolean isAutoEncodeResponses()- Returns:
- <auto-encode-responses value="..."/> if specified
- See Also:
-
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()- Returns:
- true if <enable-file-serving value="..."/> is specified
- See Also:
-
isEnableFileServing
boolean isEnableFileServing()- Returns:
- <enable-file-serving value="..."/> if specified
- See Also:
-
isSetPreCompileJsps
boolean isSetPreCompileJsps()- Returns:
- true if <pre-compile-jsps value="..."/> is specified
- See Also:
-
isPreCompileJsps
boolean isPreCompileJsps()- Returns:
- <pre-compile-jsps value="..."/> if specified
- See Also:
-
isSetEnableReloading
boolean isSetEnableReloading()- Returns:
- true if <enable-reloading value="..."/> is specified
- See Also:
-
isEnableReloading
boolean isEnableReloading()- Returns:
- <enable-reloading value="..."/> if specified
- See Also:
-
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:
-