|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebMetaData | |
org.jboss.web | Package description goes here. |
Uses of WebMetaData in org.jboss.web |
Methods in org.jboss.web that return WebMetaData | |
WebMetaData |
WebApplication.getMetaData()
Getter for property metaData. |
Methods in org.jboss.web with parameters of type WebMetaData | |
void |
WebApplication.setMetaData(WebMetaData metaData)
Setter for property metaData. |
protected void |
AbstractWebDeployer.parseWebAppDescriptors(org.jboss.deployment.DeploymentInfo di,
ClassLoader loader,
WebMetaData metaData)
This method is invoked from within subclass performDeploy() method implementations when they invoke WebDescriptorParser.parseWebAppDescriptors(). |
protected void |
AbstractWebDeployer.linkMessageDestinationRefs(WebMetaData metaData,
Context envCtx,
org.jboss.deployment.DeploymentInfo di)
|
protected void |
AbstractWebDeployer.createPermissions(WebMetaData metaData,
javax.security.jacc.PolicyConfiguration pc)
Create the JACC permission based on the security constraints obtained from the web.xml metadata. |
protected void |
AbstractWebContainer.parseMetaData(String ctxPath,
URL warURL,
String warName,
WebMetaData metaData)
This method creates a context-root string from either the WEB-INF/jboss-web.xml context-root element is one exists, or the filename portion of the warURL. |
void |
AbstractWebContainer.WebDescriptorParser.parseWebAppDescriptors(ClassLoader loader,
WebMetaData metaData)
This method is called as part of subclass performDeploy() method implementations to parse the web-app.xml and jboss-web.xml deployment descriptors from a war deployment. |
Constructors in org.jboss.web with parameters of type WebMetaData | |
WebApplication(WebMetaData metaData)
Create a WebApplication instance with with given web-app metadata. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |