|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.config.LegacyPropertiesConfigurationProvider
public class LegacyPropertiesConfigurationProvider
Field Summary | |
---|---|
private static Logger |
LOG
The Logging instance for this class. |
Constructor Summary | |
---|---|
LegacyPropertiesConfigurationProvider()
|
Method Summary | |
---|---|
void |
destroy()
Called before removed from the configuration manager |
void |
init(Configuration configuration)
Initializes with the configuration |
void |
loadPackages()
Loads the packages for the configuration. |
protected void |
loadSettings(LocatableProperties props,
Settings settings)
|
boolean |
needsReload()
Tells whether the ContainerProvider should reload its configuration |
void |
register(ContainerBuilder builder,
LocatableProperties props)
Registers beans and properties for the Container |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Logger LOG
Constructor Detail |
---|
public LegacyPropertiesConfigurationProvider()
Method Detail |
---|
public void destroy()
ContainerProvider
destroy
in interface ContainerProvider
public void init(Configuration configuration) throws ConfigurationException
ContainerProvider
init
in interface ContainerProvider
init
in interface PackageProvider
configuration
- The configuration
ConfigurationException
- If anything goes wrongpublic void loadPackages() throws ConfigurationException
PackageProvider
loadPackages
in interface PackageProvider
ConfigurationException
public boolean needsReload()
ContainerProvider
needsReload
in interface ContainerProvider
needsReload
in interface PackageProvider
public void register(ContainerBuilder builder, LocatableProperties props) throws ConfigurationException
ContainerProvider
register
in interface ContainerProvider
builder
- The builder to register beans withprops
- The properties to register constants with
ConfigurationException
- If anything goes wrongprotected void loadSettings(LocatableProperties props, Settings settings)
props
- settings
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |