Uses of Class
com.opensymphony.xwork.config.entities.PackageConfig

Packages that use PackageConfig
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.entities   
com.opensymphony.xwork.config.impl   
com.opensymphony.xwork.config.providers   
 

Uses of PackageConfig in com.opensymphony.xwork.config
 

Methods in com.opensymphony.xwork.config that return PackageConfig
 PackageConfig Configuration.getPackageConfig(String name)
           
 

Methods in com.opensymphony.xwork.config with parameters of type PackageConfig
 void Configuration.addPackageConfig(String name, PackageConfig packageConfig)
           
 

Uses of PackageConfig in com.opensymphony.xwork.config.entities
 

Methods in com.opensymphony.xwork.config.entities with parameters of type PackageConfig
 void PackageConfig.addParent(PackageConfig parent)
           
 void PackageConfig.removeParent(PackageConfig parent)
           
 

Uses of PackageConfig in com.opensymphony.xwork.config.impl
 

Methods in com.opensymphony.xwork.config.impl that return PackageConfig
 PackageConfig DefaultConfiguration.getPackageConfig(String name)
           
 

Methods in com.opensymphony.xwork.config.impl with parameters of type PackageConfig
 void DefaultConfiguration.addPackageConfig(String name, PackageConfig packageContext)
           
 

Uses of PackageConfig in com.opensymphony.xwork.config.providers
 

Methods in com.opensymphony.xwork.config.providers that return PackageConfig
protected  PackageConfig XmlConfigurationProvider.buildPackageContext(Element packageElement)
          This method builds a package context by looking for the parents of this new package.
 

Methods in com.opensymphony.xwork.config.providers with parameters of type PackageConfig
protected  void XmlConfigurationProvider.addAction(Element actionElement, PackageConfig packageContext)
           
protected  void XmlConfigurationProvider.addResultTypes(PackageConfig packageContext, Element element)
           
protected  List XmlConfigurationProvider.buildExternalRefs(Element element, PackageConfig context)
           
protected  List XmlConfigurationProvider.buildInterceptorList(Element element, PackageConfig context)
           
protected  Map XmlConfigurationProvider.buildResults(Element element, PackageConfig packageContext)
          Build a map of ResultConfig objects from below a given XML element.
protected  void XmlConfigurationProvider.loadDefaultInterceptorRef(PackageConfig packageContext, Element element)
           
protected  void XmlConfigurationProvider.loadGlobalResults(PackageConfig packageContext, Element packageElement)
          Load all of the global results for this package from the XML element.
protected  InterceptorStackConfig XmlConfigurationProvider.loadInterceptorStack(Element element, PackageConfig context)
           
protected  void XmlConfigurationProvider.loadInterceptorStacks(Element element, PackageConfig context)
           
protected  void XmlConfigurationProvider.loadInterceptors(PackageConfig context, Element element)
           
static List InterceptorBuilder.constructInterceptorReference(PackageConfig packageConfig, String refName, Map refParams)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
 


XWork Project Page