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

嵌套类摘要
static class SessionTinyFilter.AttributePattern
          代表一个pattern的信息。
 
字段摘要
 
从类 org.tinygroup.weblayer.AbstractTinyFilter 继承的字段
logger
 
从接口 org.tinygroup.weblayer.TinyFilter 继承的字段
TINY_WRAPPER_FILTER
 
构造方法摘要
SessionTinyFilter()
           
 
方法摘要
 WebContext getAlreadyWrappedContext(WebContext wrappedContext)
          返回已经包装的上下文
 SessionConfig getConfig()
           
 void initTinyFilter()
          初始化factory。
 void postProcess(WebContext context)
          后置操作
 void preProcess(WebContext context)
          前置操作
 
从类 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.