org.tinygroup.weblayer.configmanager
public class TinyListenerConfigManager extends Object implements org.tinygroup.config.Configuration
| Constructor and 描述 |
|---|
TinyListenerConfigManager() |
| Modifier and Type | Method and 描述 |
|---|---|
void |
addConfig(TinyListenerConfigInfos configInfos) |
void |
combineConfig()
合并应用配置和组件配置
|
void |
config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig) |
org.tinygroup.xmlparser.node.XmlNode |
getApplicationConfig() |
String |
getApplicationNodePath() |
org.tinygroup.xmlparser.node.XmlNode |
getComponentConfig() |
String |
getComponentConfigPath() |
List<javax.servlet.ServletContextAttributeListener> |
getContextAttributeListeners() |
List<javax.servlet.ServletContextListener> |
getContextListeners() |
List<javax.servlet.ServletRequestAttributeListener> |
getRequestAttributeListeners() |
List<javax.servlet.ServletRequestListener> |
getRequestListeners() |
List<javax.servlet.http.HttpSessionActivationListener> |
getSessionActivationListeners() |
List<javax.servlet.http.HttpSessionAttributeListener> |
getSessionAttributeListeners() |
List<javax.servlet.http.HttpSessionBindingListener> |
getSessionBindingListeners() |
List<javax.servlet.http.HttpSessionListener> |
getSessionListeners() |
void |
newInstance()
根据配置进行实例化
|
void |
removeConfig(TinyListenerConfigInfos configInfos) |
public void addConfig(TinyListenerConfigInfos configInfos)
public void removeConfig(TinyListenerConfigInfos configInfos)
public org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
getApplicationConfig 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic String getApplicationNodePath()
getApplicationNodePath 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic String getComponentConfigPath()
getComponentConfigPath 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig)
config 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic void combineConfig()
public org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
getComponentConfig 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic void newInstance()
public List<javax.servlet.ServletContextListener> getContextListeners()
public List<javax.servlet.ServletContextAttributeListener> getContextAttributeListeners()
public List<javax.servlet.http.HttpSessionListener> getSessionListeners()
public List<javax.servlet.http.HttpSessionAttributeListener> getSessionAttributeListeners()
public List<javax.servlet.http.HttpSessionActivationListener> getSessionActivationListeners()
public List<javax.servlet.http.HttpSessionBindingListener> getSessionBindingListeners()
public List<javax.servlet.ServletRequestAttributeListener> getRequestAttributeListeners()
public List<javax.servlet.ServletRequestListener> getRequestListeners()
Copyright © 2006–2015 TinyGroup. All rights reserved.