public interface WebComponentMetaData
extends com.ibm.ws.runtime.metadata.ComponentMetaData
Modifier and Type | Method and Description |
---|---|
int |
getCallbacksId() |
java.lang.String |
getImplementationClass()
Returns the compiled classname of the associated component
|
java.util.ArrayList |
getPageListMetaData()
Returns the list of PageList metaDatas associated with the component
to which this metaData object is attached.
|
java.lang.Object |
getSecurityMetaData()
Returns the securityMetaData object attached to the component 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.
|
IServletConfig |
getServletConfig()
Returns the IServletConfig interface associated with the component to wehich
this metaData object is attached.
|
java.lang.String |
getWebComponentDescription()
Returns the description of the component associated with this metaData
object
|
java.util.Map |
getWebComponentInitParameters()
Returns the initialization parameters that have been configured for the component
associated with tihs metaData Object.
|
int |
getWebComponentType()
Returns the type of component associated with this metadata object.
|
java.lang.String |
getWebComponentVersion()
Returns the version of the servlet specification this servlet is
compliant with.
|
void |
handleCallbacks() |
void |
handleCallbacks(int callbacksIdInt) |
boolean |
isTypeJSP()
Returns whether or not the component associated with this metaData object
is a JSP.
|
int |
setCallbacksID() |
void |
setSecurityMetaData(java.lang.Object metaData)
Call to push the securityMetaData into this metaData object at metaData
creation time.
|
static final int SERVLET
static final int JSP
int getWebComponentType()
java.lang.String getWebComponentVersion()
java.lang.String getImplementationClass()
boolean isTypeJSP()
java.lang.String getWebComponentDescription()
java.util.Map getWebComponentInitParameters()
java.util.ArrayList getPageListMetaData()
IServletConfig getServletConfig()
java.lang.Object getSecurityMetaData()
void setSecurityMetaData(java.lang.Object metaData)
metaData
- void handleCallbacks()
int setCallbacksID()
int getCallbacksId()
void handleCallbacks(int callbacksIdInt)