org.apache.struts2.config
类 DefaultPropertiesProvider
java.lang.Object
org.apache.struts2.config.PropertiesConfigurationProvider
org.apache.struts2.config.DefaultPropertiesProvider
- 所有已实现的接口:
- com.opensymphony.xwork2.config.ConfigurationProvider, com.opensymphony.xwork2.config.ContainerProvider, com.opensymphony.xwork2.config.PackageProvider
public class DefaultPropertiesProvider
- extends PropertiesConfigurationProvider
Loads the default properties, separate from the usual struts.properties loading
方法摘要 |
void |
destroy()
|
void |
init(com.opensymphony.xwork2.config.Configuration configuration)
|
void |
register(com.opensymphony.xwork2.inject.ContainerBuilder builder,
com.opensymphony.xwork2.util.location.LocatableProperties props)
|
DefaultPropertiesProvider
public DefaultPropertiesProvider()
destroy
public void destroy()
- 指定者:
- 接口
com.opensymphony.xwork2.config.ContainerProvider
中的 destroy
- 覆盖:
- 类
PropertiesConfigurationProvider
中的 destroy
init
public void init(com.opensymphony.xwork2.config.Configuration configuration)
throws com.opensymphony.xwork2.config.ConfigurationException
- 指定者:
- 接口
com.opensymphony.xwork2.config.ContainerProvider
中的 init
- 指定者:
- 接口
com.opensymphony.xwork2.config.PackageProvider
中的 init
- 覆盖:
- 类
PropertiesConfigurationProvider
中的 init
- 抛出:
com.opensymphony.xwork2.config.ConfigurationException
register
public void register(com.opensymphony.xwork2.inject.ContainerBuilder builder,
com.opensymphony.xwork2.util.location.LocatableProperties props)
throws com.opensymphony.xwork2.config.ConfigurationException
- 指定者:
- 接口
com.opensymphony.xwork2.config.ContainerProvider
中的 register
- 覆盖:
- 类
PropertiesConfigurationProvider
中的 register
- 抛出:
com.opensymphony.xwork2.config.ConfigurationException