public interface WebAppConfig
Modifier and Type | Method and Description |
---|---|
void |
addClassesToScan(java.util.List<java.lang.Class<?>> list) |
void |
addListener(java.lang.String listenerClass)
Adds a listener to be processed
|
void |
addServletInfo(java.lang.String name,
IServletConfig info) |
void |
addServletMappedFilterInfo(IFilterMapping fmInfo) |
void |
addServletMapping(java.lang.String servletName,
java.lang.String urlPattern)
Adds a new urlPattern for the specified servlet to the list of mappings
|
void |
addUriMappedFilterInfo(IFilterMapping fmInfo) |
java.lang.String |
getApplicationName()
Returns the name of the application this config is associated with
|
int |
getAppStartupWeight()
Returns the startup weight specified for the enterprise application
|
java.lang.String |
getArdDispatchType() |
java.util.List<java.lang.Class<?>> |
getClassesToScan() |
java.lang.String |
getContextRoot()
Returns the context root for the application which this web module is a
part of
|
java.util.Iterator |
getFilterInfos()
Returns an iterator containing all the FilterConfig instances which
represent all the targets that are present and loaded (not necessarily
initialized) in this web module
|
java.util.List<IFilterMapping> |
getFilterMappings() |
java.util.Map |
getJspAttributes()
Returns the JSP Attributes for the web module that this config is
associated with
|
int |
getLastIndexBeforeDeclaredFilters() |
java.util.List<java.lang.String> |
getLibBinPathList() |
java.util.List |
getListeners()
Returns the listeners.
|
java.lang.String |
getModuleName()
Returns the name of the module that this config is associated with
|
int |
getModuleStartupWeight()
Returns the startup weight specified for the web module
|
IServletConfig |
getServletInfo(java.lang.String servletName) |
java.util.Iterator<IServletConfig> |
getServletInfos()
Returns an iterator containing all the ServletConfig instances which
represent all the targets that are present and loaded (not necessarily
initialized) in this web module
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getServletMappings()
Returns a map whose keys are the servlet names and whose values are each servlet's servlet mappings list
|
java.util.Iterator |
getServletNames()
Returns an iterator containing all the ServletNames
|
java.util.List |
getTagLibs()
Returns a list of all the TagLib definitions for this web module
|
java.util.List |
getVirtualHostList()
Returns the list of the virtual host mappings the web module has been
associated with.
|
java.lang.String |
getVirtualHostName()
Returns the name of the virtual host that the web module has been
associated with.
|
boolean |
isArdEnabled() |
boolean |
isAutoResponseEncoding()
Determines whether or not this web module has enabled IBM custom
extension autoResponseEncoding.
|
boolean |
isDistributable()
Returns whether the app is distributable.
|
boolean |
isErrorPagePresent() |
boolean |
isJCDIEnabled() |
boolean |
isMetadataComplete() |
boolean |
isServlet2_4()
Determines whether or not this web module is compliant with the Servlet
2.4 specification
|
boolean |
isServlet2_4OrHigher()
Determines whether or not this web module is compliant with the Servlet
2.4 specification or later
|
boolean |
isServlet2_5()
Determines whether or not this web module is compliant with the Servlet
2.5 specification
|
boolean |
isSystemApp() |
void |
setArdDispatchType(java.lang.String ardDispatchType) |
void |
setJCDIEnabled(boolean b) |
void |
setLastIndexBeforeDeclaredFilters(int lastIndexBeforeDeclaredFilters) |
void |
setMetadataComplete(boolean b) |
java.util.Map getJspAttributes()
boolean isServlet2_4()
boolean isServlet2_5()
boolean isServlet2_4OrHigher()
java.lang.String getModuleName()
java.lang.String getApplicationName()
java.util.Iterator<IServletConfig> getServletInfos()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> getServletMappings()
java.util.Iterator getServletNames()
java.util.List getTagLibs()
java.lang.String getContextRoot()
boolean isAutoResponseEncoding()
java.util.Iterator getFilterInfos()
int getLastIndexBeforeDeclaredFilters()
void setLastIndexBeforeDeclaredFilters(int lastIndexBeforeDeclaredFilters)
java.util.List<IFilterMapping> getFilterMappings()
java.util.List getVirtualHostList()
java.lang.String getVirtualHostName()
int getAppStartupWeight()
int getModuleStartupWeight()
boolean isDistributable()
boolean isSystemApp()
IServletConfig getServletInfo(java.lang.String servletName)
void addServletInfo(java.lang.String name, IServletConfig info)
void addServletMapping(java.lang.String servletName, java.lang.String urlPattern)
boolean isArdEnabled()
void setArdDispatchType(java.lang.String ardDispatchType)
java.lang.String getArdDispatchType()
void setMetadataComplete(boolean b)
boolean isMetadataComplete()
void addClassesToScan(java.util.List<java.lang.Class<?>> list)
java.util.List<java.lang.Class<?>> getClassesToScan()
void addUriMappedFilterInfo(IFilterMapping fmInfo)
void addServletMappedFilterInfo(IFilterMapping fmInfo)
java.util.List getListeners()
void addListener(java.lang.String listenerClass)
listenerClass
- the name of the listener class to addjava.util.List<java.lang.String> getLibBinPathList()
void setJCDIEnabled(boolean b)
boolean isJCDIEnabled()
boolean isErrorPagePresent()