|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.apache.struts2.config | Classes for Struts configuration and property handling. |
org.apache.struts2.impl |
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 | |
---|---|
private ActionConfig |
DefaultConfiguration.buildFullActionConfig(PackageConfig packageContext,
ActionConfig baseConfig)
Builds the full runtime actionconfig with all of the defaults and inheritance |
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()
|
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. |
void |
XmlConfigurationProvider.register(ContainerBuilder containerBuilder,
LocatableProperties props)
|
Uses of ConfigurationException in org.apache.struts2.config |
---|
Methods in org.apache.struts2.config that throw ConfigurationException | |
---|---|
protected boolean |
MethodConfigurationProvider.addDynamicMethods(Map actions,
String actionName,
ActionConfig actionConfig)
Scans class for potential Action mehods, automatically generating and registering ActionConfigs as needed. |
private ObjectFactory |
MethodConfigurationProvider.getObjectFactory()
Provides ObjectFactory property. |
void |
DefaultPropertiesProvider.init(Configuration configuration)
|
void |
MethodConfigurationProvider.init(Configuration configuration)
|
void |
BeanSelectionProvider.init(Configuration configuration)
|
void |
LegacyPropertiesConfigurationProvider.init(Configuration configuration)
|
void |
MethodConfigurationProvider.loadPackages()
|
void |
ClasspathConfigurationProvider.loadPackages()
Clears and loads the list of packages registered at construction. |
void |
BeanSelectionProvider.loadPackages()
|
void |
LegacyPropertiesConfigurationProvider.loadPackages()
|
void |
DefaultPropertiesProvider.register(ContainerBuilder builder,
LocatableProperties props)
|
void |
StrutsXmlConfigurationProvider.register(ContainerBuilder containerBuilder,
LocatableProperties props)
|
void |
MethodConfigurationProvider.register(ContainerBuilder containerBuilder,
LocatableProperties locatableProperties)
|
void |
ClasspathConfigurationProvider.register(ContainerBuilder builder,
LocatableProperties props)
|
void |
LegacyPropertiesConfigurationProvider.register(ContainerBuilder builder,
LocatableProperties props)
|
Uses of ConfigurationException in org.apache.struts2.impl |
---|
Methods in org.apache.struts2.impl that throw ConfigurationException | |
---|---|
Interceptor |
StrutsObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig,
Map refParams)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |