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()
- Description copied from interface:
ContainerProvider
- Called before removed from the configuration manager
- Specified by:
destroy
in interface ContainerProvider
- Overrides:
destroy
in class LegacyPropertiesConfigurationProvider
init
public void init(Configuration configuration)
throws ConfigurationException
- Description copied from interface:
ContainerProvider
- Initializes with the configuration
- Specified by:
init
in interface ContainerProvider
- Specified by:
init
in interface PackageProvider
- Overrides:
init
in class LegacyPropertiesConfigurationProvider
- Parameters:
configuration
- The configuration
- Throws:
ConfigurationException
- If anything goes wrong
register
public void register(ContainerBuilder builder,
LocatableProperties props)
throws ConfigurationException
- Description copied from interface:
ContainerProvider
- Registers beans and properties for the Container
- Specified by:
register
in interface ContainerProvider
- Overrides:
register
in class LegacyPropertiesConfigurationProvider
- Parameters:
builder
- The builder to register beans withprops
- The properties to register constants with
- Throws:
ConfigurationException
- If anything goes wrong
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.