org.tinygroup.weblayer.filter
类 SessionTinyFilter
java.lang.Object
org.tinygroup.weblayer.AbstractTinyFilter
org.tinygroup.weblayer.filter.SessionTinyFilter
- 所有已实现的接口:
- org.tinygroup.appconfig.AppConfig, TinyFilter, WebContextFactory<WebContext>
public class SessionTinyFilter
- extends AbstractTinyFilter
增强的Session框架,可将session中的对象保存到cookie、数据库或其它存储中。
- 作者:
- renhui
| 从类 org.tinygroup.weblayer.AbstractTinyFilter 继承的方法 |
destoryTinyFilter, get, getConfiguration, getInitParamMap, getNodeName, getPatterns, initContext, isMatch, parserExtraConfig, setConfiguration, wrapContext |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionTinyFilter
public SessionTinyFilter()
getConfig
public SessionConfig getConfig()
initTinyFilter
public void initTinyFilter()
- 初始化factory。
- 指定者:
- 接口
TinyFilter 中的 initTinyFilter - 覆盖:
- 类
AbstractTinyFilter 中的 initTinyFilter
preProcess
public void preProcess(WebContext context)
- 从接口
TinyFilter 复制的描述
- 前置操作
- 指定者:
- 接口
TinyFilter 中的 preProcess - 覆盖:
- 类
AbstractTinyFilter 中的 preProcess
postProcess
public void postProcess(WebContext context)
- 从接口
TinyFilter 复制的描述
- 后置操作
- 指定者:
- 接口
TinyFilter 中的 postProcess - 覆盖:
- 类
AbstractTinyFilter 中的 postProcess
getAlreadyWrappedContext
public WebContext getAlreadyWrappedContext(WebContext wrappedContext)
- 从类
AbstractTinyFilter 复制的描述
- 返回已经包装的上下文
- 覆盖:
- 类
AbstractTinyFilter 中的 getAlreadyWrappedContext
- 返回:
Copyright © 2006–2013 开源组织. All rights reserved.