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

Packages that use PackageConfig
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

Uses of PackageConfig in com.opensymphony.xwork2.config
 

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

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

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

Fields in com.opensymphony.xwork2.config.entities with type parameters of type PackageConfig
private  List<PackageConfig> PackageConfig.parents
           
 

Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type PackageConfig
 List<PackageConfig> PackageConfig.getParents()
           
 

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

Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type PackageConfig
 void PackageConfig.addAllParents(List<PackageConfig> parents)
           
 

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

Fields in com.opensymphony.xwork2.config.impl with type parameters of type PackageConfig
protected  Map<String,PackageConfig> DefaultConfiguration.packageContexts
           
 

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

Methods in com.opensymphony.xwork2.config.impl with parameters of type PackageConfig
 void DefaultConfiguration.addPackageConfig(String name, PackageConfig packageContext)
           
 void MockConfiguration.addPackageConfig(String name, PackageConfig packageContext)
           
private  ActionConfig DefaultConfiguration.buildFullActionConfig(PackageConfig packageContext, ActionConfig baseConfig)
          Builds the full runtime actionconfig with all of the defaults and inheritance
private  void DefaultConfiguration.setDefaultResults(Map<String,ResultConfig> results, PackageConfig packageContext)
           
 

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

Methods in com.opensymphony.xwork2.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.xwork2.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.buildExceptionMappings(Element element, PackageConfig packageContext)
          Build a map of ResultConfig objects from below a given XML element.
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.
static List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(PackageConfig packageConfig, String refName, Map refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
private static List<InterceptorMapping> InterceptorBuilder.constructParameterizedInterceptorReferences(PackageConfig packageConfig, InterceptorStackConfig stackConfig, Map refParams, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig overriding the properties of the referenced interceptor with refParams.
protected  void XmlConfigurationProvider.loadDefaultActionRef(PackageConfig packageContext, Element element)
           
protected  void XmlConfigurationProvider.loadDefaultClassRef(PackageConfig packageContext, Element 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  void XmlConfigurationProvider.loadGobalExceptionMappings(PackageConfig packageContext, Element packageElement)
          Load all of the global results for this package from the XML element.
protected  void XmlConfigurationProvider.loadInterceptors(PackageConfig context, Element element)
           
protected  InterceptorStackConfig XmlConfigurationProvider.loadInterceptorStack(Element element, PackageConfig context)
           
protected  void XmlConfigurationProvider.loadInterceptorStacks(Element element, PackageConfig context)
           
private  List XmlConfigurationProvider.lookupInterceptorReference(PackageConfig context, Element interceptorRefElement)
          Looks up the Interceptor Class from the interceptor-ref name and creates an instance, which is added to the provided List, or, if this is a ref to a stack, it adds the Interceptor instances from the List to this stack.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.