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.DeploymentDescriptorRepresents <web-ext>.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringXMI_EXT_NAMEstatic java.lang.StringXML_EXT_NAME
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
XML_EXT_NAMEstatic final java.lang.String XML_EXT_NAME - See Also:
- Constant Field Values
 
 - 
XMI_EXT_NAMEstatic final java.lang.String XMI_EXT_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getVersionjava.lang.String getVersion() - Returns:
- version="..." attribute value
 
 - 
getServletExtensionsjava.util.List<ServletExtension> getServletExtensions() - Returns:
- <servlet> as a read-only list
 
 - 
getDefaultErrorPagejava.lang.String getDefaultErrorPage() - Returns:
- <default-error-page uri="...">, or null if unspecified
 
 - 
getFileServingAttributesjava.util.List<Attribute> getFileServingAttributes() - Returns:
- <file-serving-attribute> as a read-only list
 
 - 
getInvokerAttributesjava.util.List<Attribute> getInvokerAttributes() - Returns:
- <invoker-attribute> as a read-only list
 
 - 
getJspAttributesjava.util.List<Attribute> getJspAttributes() - Returns:
- <jsp-attribute> as a read-only list
 
 - 
getMimeFiltersjava.util.List<MimeFilter> getMimeFilters() - Returns:
- <mime-filter> as a read-only list
 
 - 
isSetReloadIntervalboolean isSetReloadInterval() - Returns:
- true if <reload-interval value="..."/> is specified
- See Also:
- getReloadInterval()
 
 - 
getReloadIntervalint getReloadInterval() - Returns:
- <reload-interval value="..."/> if specified
- See Also:
- isSetReloadInterval()
 
 - 
isSetContextRootboolean isSetContextRoot() - Returns:
- true if <context-root uri="..."> is specified
- See Also:
- getContextRoot()
 
 - 
getContextRootjava.lang.String getContextRoot() - Returns:
- <context-root uri="...">, or null if unspecified
- See Also:
- isSetContextRoot()
 
 - 
getResourceRefsjava.util.List<ResourceRef> getResourceRefs() - Returns:
- <resource-ref> as a read-only list
 
 - 
getServletCacheConfigsjava.util.List<ServletCacheConfig> getServletCacheConfigs() - Returns:
- <servlet-cache-config> as a read-only list
 
 - 
isSetAutoloadFiltersboolean isSetAutoloadFilters() - Returns:
- true if <autoload-filters value="..."/> is specified
- See Also:
- isAutoloadFilters()
 
 - 
isAutoloadFiltersboolean isAutoloadFilters() - Returns:
- <autoload-filters value="..."/> if specified
- See Also:
- isSetAutoloadFilters()
 
 - 
isSetAutoEncodeRequestsboolean isSetAutoEncodeRequests() - Returns:
- true if <auto-encode-requests value="..."/> is specified
- See Also:
- isAutoEncodeRequests()
 
 - 
isAutoEncodeRequestsboolean isAutoEncodeRequests() - Returns:
- <auto-encode-requests value="..."/> if specified
- See Also:
- isSetAutoEncodeRequests()
 
 - 
isSetAutoEncodeResponsesboolean isSetAutoEncodeResponses() - Returns:
- true if <auto-encode-responses value="..."/> is specified
- See Also:
- isAutoEncodeResponses()
 
 - 
isAutoEncodeResponsesboolean isAutoEncodeResponses() - Returns:
- <auto-encode-responses value="..."/> if specified
- See Also:
- isSetAutoEncodeResponses()
 
 - 
isSetEnableDirectoryBrowsingboolean isSetEnableDirectoryBrowsing() - Returns:
- true if <enable-directory-browsing value="..."/> is specified
- See Also:
- isEnableDirectoryBrowsing()
 
 - 
isEnableDirectoryBrowsingboolean isEnableDirectoryBrowsing() - Returns:
- <enable-directory-browsing value="..."/> if specified
- See Also:
- isSetEnableDirectoryBrowsing()
 
 - 
isSetEnableFileServingboolean isSetEnableFileServing() - Returns:
- true if <enable-file-serving value="..."/> is specified
- See Also:
- isEnableFileServing()
 
 - 
isEnableFileServingboolean isEnableFileServing() - Returns:
- <enable-file-serving value="..."/> if specified
- See Also:
- isSetEnableFileServing()
 
 - 
isSetPreCompileJspsboolean isSetPreCompileJsps() - Returns:
- true if <pre-compile-jsps value="..."/> is specified
- See Also:
- isPreCompileJsps()
 
 - 
isPreCompileJspsboolean isPreCompileJsps() - Returns:
- <pre-compile-jsps value="..."/> if specified
- See Also:
- isSetPreCompileJsps()
 
 - 
isSetEnableReloadingboolean isSetEnableReloading() - Returns:
- true if <enable-reloading value="..."/> is specified
- See Also:
- isEnableReloading()
 
 - 
isEnableReloadingboolean isEnableReloading() - Returns:
- <enable-reloading value="..."/> if specified
- See Also:
- isSetEnableReloading()
 
 - 
isSetEnableServingServletsByClassNameboolean isSetEnableServingServletsByClassName() - Returns:
- true if <enable-serving-servlets-by-class-name value="..."/> is specified
- See Also:
- isEnableServingServletsByClassName()
 
 - 
isEnableServingServletsByClassNameboolean isEnableServingServletsByClassName() - Returns:
- <enable-serving-servlets-by-class-name value="..."/> if specified
- See Also:
- isSetEnableServingServletsByClassName()
 
 
- 
 
-