org.apache.struts2.config
类 PropertiesConfigurationProvider
java.lang.Object
  
org.apache.struts2.config.PropertiesConfigurationProvider
- 所有已实现的接口: 
 - com.opensymphony.xwork2.config.ConfigurationProvider, com.opensymphony.xwork2.config.ContainerProvider, com.opensymphony.xwork2.config.PackageProvider
 
- 直接已知子类: 
 - DefaultPropertiesProvider
 
public class PropertiesConfigurationProvider
- extends Object
- implements com.opensymphony.xwork2.config.ConfigurationProvider
  
 
| 
方法摘要 | 
 void | 
destroy()
 
            | 
 void | 
init(com.opensymphony.xwork2.config.Configuration configuration)
 
            | 
 void | 
loadPackages()
 
            | 
 boolean | 
needsReload()
 
            | 
 void | 
register(com.opensymphony.xwork2.inject.ContainerBuilder builder,
         com.opensymphony.xwork2.util.location.LocatableProperties props)
 
            | 
 
 
PropertiesConfigurationProvider
public PropertiesConfigurationProvider()
destroy
public void destroy()
- 指定者:
 - 接口 
com.opensymphony.xwork2.config.ContainerProvider 中的 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 
 
- 抛出:
 com.opensymphony.xwork2.config.ConfigurationException
 
loadPackages
public void loadPackages()
                  throws com.opensymphony.xwork2.config.ConfigurationException
- 指定者:
 - 接口 
com.opensymphony.xwork2.config.PackageProvider 中的 loadPackages 
 
- 抛出:
 com.opensymphony.xwork2.config.ConfigurationException
 
needsReload
public boolean needsReload()
- 指定者:
 - 接口 
com.opensymphony.xwork2.config.ContainerProvider 中的 needsReload - 指定者:
 - 接口 
com.opensymphony.xwork2.config.PackageProvider 中的 needsReload 
 
 
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 
 
- 抛出:
 com.opensymphony.xwork2.config.ConfigurationException