|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.weblayer.AbstractTinyFilter
public abstract class AbstractTinyFilter
tinyfilter的抽象实现
| 字段摘要 | |
|---|---|
protected static org.tinygroup.logger.Logger |
logger
|
| 从接口 org.tinygroup.weblayer.TinyFilter 继承的字段 |
|---|
TINY_WRAPPER_FILTER |
| 构造方法摘要 | |
|---|---|
AbstractTinyFilter()
|
|
| 方法摘要 | |
|---|---|
void |
destoryTinyFilter()
销毁tinyFilter |
protected String |
get(String param)
|
protected WebContext |
getAlreadyWrappedContext(WebContext wrappedContext)
返回已经包装的上下文 |
org.tinygroup.xmlparser.node.XmlNode |
getConfiguration()
|
Map<String,String> |
getInitParamMap()
|
String |
getNodeName()
|
List<Pattern> |
getPatterns()
|
protected void |
initContext(WebContext context)
|
void |
initTinyFilter()
初始化tinyFilter |
boolean |
isMatch(String url)
是否匹配 |
protected void |
parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode parserNode)
解析额外节点配置信息 |
void |
postProcess(WebContext context)
后置操作 |
void |
preProcess(WebContext context)
前置操作 |
void |
setConfiguration(org.tinygroup.xmlparser.node.XmlNode xmlNode)
|
WebContext |
wrapContext(WebContext wrappedContext)
获取包装的webcontext |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected static org.tinygroup.logger.Logger logger
| 构造方法详细信息 |
|---|
public AbstractTinyFilter()
| 方法详细信息 |
|---|
public String getNodeName()
org.tinygroup.appconfig.AppConfig 中的 getNodeNamepublic void setConfiguration(org.tinygroup.xmlparser.node.XmlNode xmlNode)
org.tinygroup.appconfig.AppConfig 中的 setConfigurationpublic org.tinygroup.xmlparser.node.XmlNode getConfiguration()
org.tinygroup.appconfig.AppConfig 中的 getConfigurationpublic void preProcess(WebContext context)
TinyFilter 复制的描述
TinyFilter 中的 preProcesspublic void postProcess(WebContext context)
TinyFilter 复制的描述
TinyFilter 中的 postProcesspublic void initTinyFilter()
TinyFilter 复制的描述
TinyFilter 中的 initTinyFilterpublic void destoryTinyFilter()
TinyFilter 复制的描述
TinyFilter 中的 destoryTinyFilterpublic boolean isMatch(String url)
TinyFilter 复制的描述
TinyFilter 中的 isMatchpublic Map<String,String> getInitParamMap()
public List<Pattern> getPatterns()
public WebContext wrapContext(WebContext wrappedContext)
WebContextFactory 复制的描述
WebContextFactory<WebContext> 中的 wrapContextprotected void initContext(WebContext context)
protected WebContext getAlreadyWrappedContext(WebContext wrappedContext)
wrappedContext -
protected String get(String param)
protected void parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode parserNode)
parserNode -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||