org.apache.struts2.config
Class DefaultPropertiesProvider
java.lang.Object
org.apache.struts2.config.LegacyPropertiesConfigurationProvider
org.apache.struts2.config.DefaultPropertiesProvider
- All Implemented Interfaces:
- ConfigurationProvider, ContainerProvider, PackageProvider
public class DefaultPropertiesProvider
- extends LegacyPropertiesConfigurationProvider
Loads the default properties, separate from the usual struts.properties loading
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPropertiesProvider
public DefaultPropertiesProvider()
destroy
public void destroy()
- Specified by:
destroy
in interface ContainerProvider
- Overrides:
destroy
in class LegacyPropertiesConfigurationProvider
init
public void init(Configuration configuration)
throws ConfigurationException
- Specified by:
init
in interface ContainerProvider
- Specified by:
init
in interface PackageProvider
- Overrides:
init
in class LegacyPropertiesConfigurationProvider
- Throws:
ConfigurationException
register
public void register(ContainerBuilder builder,
LocatableProperties props)
throws ConfigurationException
- Specified by:
register
in interface ContainerProvider
- Overrides:
register
in class LegacyPropertiesConfigurationProvider
- Throws:
ConfigurationException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.