public interface WebModuleMetaData
extends com.ibm.ws.runtime.metadata.ModuleMetaData
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAnnotatedSecurityMetaData() |
WebCollaboratorComponentMetaData |
getCollaboratorComponentMetaData() |
WebAppConfig |
getConfiguration()
Returns the WebAppConfig associated with the webModule that this
metaData object is attached to.
|
BaseJspComponentMetaData |
getJspComponentMetadata()
Gets the Module level JSP specific metaData that is associated with
the module to which this metaData object is attached to.
|
java.lang.Object |
getSecurityMetaData()
Returns the securityMetaData object attached to the module associated
with this metaData object
NOTE: This method must only be invoked by security providers who had
earlier pushed the securityMetaData objects into this metaData during metadata
creation.
|
java.lang.String |
getSessionCookieNameInUse()
Call to retrieve the cookieName in use for this web module.
|
boolean |
isServlet23OrHigher()
Returns if the webmodule associated with this metaData object is
atleast compliant with the Servlet 2.3 specification
|
void |
setAnnotatedSecurityMetaData(java.lang.Object metaData) |
void |
setCollaboratorComponentMetaData(WebCollaboratorComponentMetaData wcmd) |
void |
setJspComponentMetadata(BaseJspComponentMetaData metaData)
Call to push the JSP specific metaData into this metaData object
at metaData creation time.
|
void |
setSecurityMetaData(java.lang.Object metaData)
Call to push the securityMetaData into this metaData object at metaData
creation time.
|
void |
setSessionCookieNameInUse(java.lang.String cookieName)
Call to set the cookieName in use for this web module.
|
boolean isServlet23OrHigher()
WebAppConfig getConfiguration()
BaseJspComponentMetaData getJspComponentMetadata()
void setJspComponentMetadata(BaseJspComponentMetaData metaData)
metaData
- java.lang.Object getSecurityMetaData()
java.lang.Object getAnnotatedSecurityMetaData()
void setSecurityMetaData(java.lang.Object metaData)
metaData
- void setAnnotatedSecurityMetaData(java.lang.Object metaData)
void setSessionCookieNameInUse(java.lang.String cookieName)
java.lang.String getSessionCookieNameInUse()
void setCollaboratorComponentMetaData(WebCollaboratorComponentMetaData wcmd)
WebCollaboratorComponentMetaData getCollaboratorComponentMetaData()