org.apache.struts2.config
类 AbstractBeanSelectionProvider
java.lang.Object
org.apache.struts2.config.AbstractBeanSelectionProvider
- 所有已实现的接口:
- com.opensymphony.xwork2.config.BeanSelectionProvider, com.opensymphony.xwork2.config.ConfigurationProvider, com.opensymphony.xwork2.config.ContainerProvider, com.opensymphony.xwork2.config.PackageProvider
- 直接已知子类:
- DefaultBeanSelectionProvider
public abstract class AbstractBeanSelectionProvider
- extends Object
- implements com.opensymphony.xwork2.config.BeanSelectionProvider
TODO lukaszlenart: write a JavaDoc
从接口 com.opensymphony.xwork2.config.ContainerProvider 继承的方法 |
register |
DEFAULT_BEAN_NAME
public static final String DEFAULT_BEAN_NAME
- 另请参见:
- 常量字段值
AbstractBeanSelectionProvider
public AbstractBeanSelectionProvider()
destroy
public void destroy()
- 指定者:
- 接口
com.opensymphony.xwork2.config.ContainerProvider
中的 destroy
loadPackages
public void loadPackages()
throws com.opensymphony.xwork2.config.ConfigurationException
- 指定者:
- 接口
com.opensymphony.xwork2.config.PackageProvider
中的 loadPackages
- 抛出:
com.opensymphony.xwork2.config.ConfigurationException
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
needsReload
public boolean needsReload()
- 指定者:
- 接口
com.opensymphony.xwork2.config.ContainerProvider
中的 needsReload
- 指定者:
- 接口
com.opensymphony.xwork2.config.PackageProvider
中的 needsReload