org.tinygroup.weblayer.filter
类 LazyCommitTinyFilter

java.lang.Object
  继承者 org.tinygroup.weblayer.AbstractTinyFilter
      继承者 org.tinygroup.weblayer.filter.LazyCommitTinyFilter
所有已实现的接口:
org.tinygroup.appconfig.AppConfig, TinyFilter, WebContextFactory<WebContext>

public class LazyCommitTinyFilter
extends AbstractTinyFilter

延迟提交response,用来支持基于cookie的session。

作者:
renhui

字段摘要
 
从类 org.tinygroup.weblayer.AbstractTinyFilter 继承的字段
logger
 
从接口 org.tinygroup.weblayer.TinyFilter 继承的字段
TINY_WRAPPER_FILTER
 
构造方法摘要
LazyCommitTinyFilter()
           
 
方法摘要
 WebContext getAlreadyWrappedContext(WebContext wrappedContext)
          返回已经包装的上下文
 void postProcess(WebContext context)
          后置操作
 void preProcess(WebContext context)
          前置操作
 
从类 org.tinygroup.weblayer.AbstractTinyFilter 继承的方法
destoryTinyFilter, get, getConfiguration, getInitParamMap, getNodeName, getPatterns, initContext, initTinyFilter, isMatch, parserExtraConfig, setConfiguration, wrapContext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LazyCommitTinyFilter

public LazyCommitTinyFilter()
方法详细信息

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.