com.ibm.ws.javaee.dd.webext

Interface WebExt

All Superinterfaces:
com.ibm.ws.javaee.dd.DeploymentDescriptor

  1. public interface WebExt
  2. extends com.ibm.ws.javaee.dd.DeploymentDescriptor
Represents <web-ext>.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
XMI_EXT_NAME
  1. static
  2. java.lang.String
XML_EXT_NAME

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getContextRoot()
  1. java.lang.String
getDefaultErrorPage()
  1. java.util.List<Attribute>
getFileServingAttributes()
  1. java.util.List<Attribute>
getInvokerAttributes()
  1. java.util.List<Attribute>
getJspAttributes()
  1. java.util.List<MimeFilter>
getMimeFilters()
  1. int
getReloadInterval()
  1. java.util.List<com.ibm.ws.javaee.dd.commonext.ResourceRef>
getResourceRefs()
  1. java.util.List<ServletCacheConfig>
getServletCacheConfigs()
  1. java.util.List<ServletExtension>
getServletExtensions()
  1. java.lang.String
getVersion()
  1. boolean
isAutoEncodeRequests()
  1. boolean
isAutoEncodeResponses()
  1. boolean
isAutoloadFilters()
  1. boolean
isEnableDirectoryBrowsing()
  1. boolean
isEnableFileServing()
  1. boolean
isEnableReloading()
  1. boolean
isEnableServingServletsByClassName()
  1. boolean
isPreCompileJsps()
  1. boolean
isSetAutoEncodeRequests()
  1. boolean
isSetAutoEncodeResponses()
  1. boolean
isSetAutoloadFilters()
  1. boolean
isSetContextRoot()
  1. boolean
isSetEnableDirectoryBrowsing()
  1. boolean
isSetEnableFileServing()
  1. boolean
isSetEnableReloading()
  1. boolean
isSetEnableServingServletsByClassName()
  1. boolean
isSetPreCompileJsps()
  1. boolean
isSetReloadInterval()
Methods inherited from interface com.ibm.ws.javaee.dd.DeploymentDescriptor
getComponentForId, getIdForComponent

Field Detail

XML_EXT_NAME

  1. static final java.lang.String XML_EXT_NAME
See Also:

XMI_EXT_NAME

  1. static final java.lang.String XMI_EXT_NAME
See Also:

Method Detail

getVersion

  1. java.lang.String getVersion()
Returns:
version="..." attribute value

getServletExtensions

  1. java.util.List<ServletExtension> getServletExtensions( )
Returns:
<servlet> as a read-only list

getDefaultErrorPage

  1. java.lang.String getDefaultErrorPage( )
Returns:
<default-error-page uri="...">, or null if unspecified

getFileServingAttributes

  1. java.util.List<Attribute> getFileServingAttributes( )
Returns:
<file-serving-attribute> as a read-only list

getInvokerAttributes

  1. java.util.List<Attribute> getInvokerAttributes( )
Returns:
<invoker-attribute> as a read-only list

getJspAttributes

  1. java.util.List<Attribute> getJspAttributes( )
Returns:
<jsp-attribute> as a read-only list

getMimeFilters

  1. java.util.List<MimeFilter> getMimeFilters( )
Returns:
<mime-filter> as a read-only list

isSetReloadInterval

  1. boolean isSetReloadInterval()
Returns:
true if <reload-interval value="..."/> is specified
See Also:

isSetContextRoot

  1. boolean isSetContextRoot()
Returns:
true if <context-root uri="..."> is specified
See Also:

getReloadInterval

  1. int getReloadInterval()
Returns:
<reload-interval value="..."/> if specified
See Also:

getContextRoot

  1. java.lang.String getContextRoot( )
Returns:
<context-root uri="...">, or null if unspecified
See Also:

getResourceRefs

  1. java.util.List<com.ibm.ws.javaee.dd.commonext.ResourceRef> getResourceRefs( )
Returns:
<resource-ref> as a read-only list

getServletCacheConfigs

  1. java.util.List<ServletCacheConfig> getServletCacheConfigs( )
Returns:
<servlet-cache-config> as a read-only list

isSetAutoloadFilters

  1. boolean isSetAutoloadFilters()
Returns:
true if <autoload-filters value="..."/> is specified
See Also:

isAutoloadFilters

  1. boolean isAutoloadFilters()
Returns:
<autoload-filters value="..."/> if specified
See Also:

isSetAutoEncodeRequests

  1. boolean isSetAutoEncodeRequests( )
Returns:
true if <auto-encode-requests value="..."/> is specified
See Also:

isAutoEncodeRequests

  1. boolean isAutoEncodeRequests()
Returns:
<auto-encode-requests value="..."/> if specified
See Also:

isSetAutoEncodeResponses

  1. boolean isSetAutoEncodeResponses( )
Returns:
true if <auto-encode-responses value="..."/> is specified
See Also:

isAutoEncodeResponses

  1. boolean isAutoEncodeResponses()
Returns:
<auto-encode-responses value="..."/> if specified
See Also:

isSetEnableDirectoryBrowsing

  1. boolean isSetEnableDirectoryBrowsing( )
Returns:
true if <enable-directory-browsing value="..."/> is specified
See Also:

isEnableDirectoryBrowsing

  1. boolean isEnableDirectoryBrowsing( )
Returns:
<enable-directory-browsing value="..."/> if specified
See Also:

isSetEnableFileServing

  1. boolean isSetEnableFileServing( )
Returns:
true if <enable-file-serving value="..."/> is specified
See Also:

isEnableFileServing

  1. boolean isEnableFileServing()
Returns:
<enable-file-serving value="..."/> if specified
See Also:

isSetPreCompileJsps

  1. boolean isSetPreCompileJsps()
Returns:
true if <pre-compile-jsps value="..."/> is specified
See Also:

isPreCompileJsps

  1. boolean isPreCompileJsps()
Returns:
<pre-compile-jsps value="..."/> if specified
See Also:

isSetEnableReloading

  1. boolean isSetEnableReloading()
Returns:
true if <enable-reloading value="..."/> is specified
See Also:

isEnableReloading

  1. boolean isEnableReloading()
Returns:
<enable-reloading value="..."/> if specified
See Also:

isSetEnableServingServletsByClassName

  1. boolean isSetEnableServingServletsByClassName( )
Returns:
true if <enable-serving-servlets-by-class-name value="..."/> is specified
See Also:

isEnableServingServletsByClassName

  1. boolean isEnableServingServletsByClassName( )
Returns:
<enable-serving-servlets-by-class-name value="..."/> if specified
See Also: