Uses of Class
org.jboss.metadata.WebMetaData

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
static void WebPermissionMapping.createPermissions(WebMetaData metaData, javax.security.jacc.PolicyConfiguration pc)
          Apply the JACC rules for creating permissions from the web.xml security-constraints.
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 AbstractWebDeployer.linkMessageDestinationRefs(WebMetaData metaData, Context envCtx, org.jboss.deployment.DeploymentInfo di)
           
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.
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().
 void WebApplication.setMetaData(WebMetaData metaData)
          Setter for property metaData.
 

Constructors in org.jboss.web with parameters of type WebMetaData
WebApplication(WebMetaData metaData)
          Create a WebApplication instance with with given web-app metadata.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.