Uses of Class
com.opensymphony.xwork2.config.ConfigurationException

Packages that use ConfigurationException
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

Uses of ConfigurationException in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 that throw ConfigurationException
 Interceptor ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig, Map interceptorRefParams)
          Builds an Interceptor from the InterceptorConfig and the Map of parameters from the interceptor reference.
 

Uses of ConfigurationException in com.opensymphony.xwork2.config
 

Methods in com.opensymphony.xwork2.config that throw ConfigurationException
 void ConfigurationProvider.init(Configuration configuration)
           
 void ConfigurationProvider.loadPackages()
           
 void ConfigurationProvider.register(ContainerBuilder builder, LocatableProperties props)
           
 void Configuration.reload(List<ConfigurationProvider> providers)
           
 

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

Methods in com.opensymphony.xwork2.config.impl that throw ConfigurationException
protected  RuntimeConfiguration DefaultConfiguration.buildRuntimeConfiguration()
          This methodName builds the internal runtime configuration used by Xwork for finding and configuring Actions from the programmatic configuration data structures.
 void DefaultConfiguration.reload(List<ConfigurationProvider> providers)
          Calls the ConfigurationProviderFactory.getConfig() to tell it to reload the configuration and then calls buildRuntimeConfiguration().
 void MockConfiguration.reload(List<ConfigurationProvider> providers)
           
 

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

Methods in com.opensymphony.xwork2.config.providers that throw ConfigurationException
protected  void XmlConfigurationProvider.addAction(Element actionElement, PackageConfig packageContext)
           
protected  PackageConfig XmlConfigurationProvider.addPackage(Element packageElement)
          Create a PackageConfig from an XML element representing it.
protected  List XmlConfigurationProvider.buildInterceptorList(Element element, PackageConfig context)
           
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.
protected  void XmlConfigurationProvider.loadInterceptors(PackageConfig context, Element element)
           
protected  InterceptorStackConfig XmlConfigurationProvider.loadInterceptorStack(Element element, PackageConfig context)
           
protected  void XmlConfigurationProvider.loadInterceptorStacks(Element element, PackageConfig context)
           
 void XmlConfigurationProvider.loadPackages()
           
 void XmlConfigurationProvider.register(ContainerBuilder containerBuilder, LocatableProperties props)
           
 



Copyright © 2007 OpenSymphony. All Rights Reserved.