public class LegacyPropertiesConfigurationProvider extends Object implements ConfigurationProvider
Constructor and Description |
---|
LegacyPropertiesConfigurationProvider() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(Configuration configuration) |
void |
loadPackages() |
protected void |
loadSettings(LocatableProperties props,
org.apache.struts2.config.Settings settings) |
boolean |
needsReload() |
void |
register(ContainerBuilder builder,
LocatableProperties props) |
public LegacyPropertiesConfigurationProvider()
public void destroy()
destroy
in interface ContainerProvider
public void init(Configuration configuration) throws ConfigurationException
init
in interface ContainerProvider
init
in interface PackageProvider
ConfigurationException
public void loadPackages() throws ConfigurationException
loadPackages
in interface PackageProvider
ConfigurationException
public boolean needsReload()
needsReload
in interface ContainerProvider
needsReload
in interface PackageProvider
public void register(ContainerBuilder builder, LocatableProperties props) throws ConfigurationException
register
in interface ContainerProvider
ConfigurationException
protected void loadSettings(LocatableProperties props, org.apache.struts2.config.Settings settings)
props
- settings
- Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.