站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.metadata.WebMetaData (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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
 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.
 



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