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. 
com.opensymphony.xwork2.test   
 

Uses of ConfigurationException in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 that throw ConfigurationException
 Interceptor ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig, Map<String,String> 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 PackageProvider.init(Configuration configuration)
          Initializes with the configuration
 void ContainerProvider.init(Configuration configuration)
          Initializes with the configuration
 void PackageProvider.loadPackages()
          Loads the packages for the configuration.
 void ContainerProvider.register(ContainerBuilder builder, LocatableProperties props)
          Registers beans and properties for the Container
 void Configuration.reload(List<ConfigurationProvider> providers)
          Deprecated. Since 2.1
 List<PackageProvider> Configuration.reloadContainer(List<ContainerProvider> containerProviders)
           
 

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

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

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.Builder packageContext)
           
protected  PackageConfig XmlConfigurationProvider.addPackage(Element packageElement)
          Create a PackageConfig from an XML element representing it.
protected  List<InterceptorMapping> XmlConfigurationProvider.buildInterceptorList(Element element, PackageConfig.Builder context)
           
static List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator, String refName, Map<String,String> refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
 void XWorkConfigurationProvider.init(Configuration configuration)
           
protected  void XmlConfigurationProvider.loadInterceptors(PackageConfig.Builder context, Element element)
           
protected  InterceptorStackConfig XmlConfigurationProvider.loadInterceptorStack(Element element, PackageConfig.Builder context)
           
protected  void XmlConfigurationProvider.loadInterceptorStacks(Element element, PackageConfig.Builder context)
           
 void XWorkConfigurationProvider.loadPackages()
           
 void XmlConfigurationProvider.loadPackages()
           
 void XWorkConfigurationProvider.register(ContainerBuilder builder, LocatableProperties props)
           
 void XmlConfigurationProvider.register(ContainerBuilder containerBuilder, LocatableProperties props)
           
 

Uses of ConfigurationException in com.opensymphony.xwork2.test
 

Methods in com.opensymphony.xwork2.test that throw ConfigurationException
 void StubConfigurationProvider.init(Configuration configuration)
           
 void StubConfigurationProvider.loadPackages()
           
 void StubConfigurationProvider.register(ContainerBuilder builder, LocatableProperties props)
           
 



Copyright © 2009 OpenSymphony. All Rights Reserved.