org.tinygroup.weblayer.impl
类 DataSouceTinyFilter

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

public class DataSouceTinyFilter
extends AbstractTinyFilter


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

构造方法详细信息

DataSouceTinyFilter

public DataSouceTinyFilter()
方法详细信息

preProcess

public void preProcess(WebContext context)
从接口 TinyFilter 复制的描述
前置操作

指定者:
接口 TinyFilter 中的 preProcess
覆盖:
AbstractTinyFilter 中的 preProcess

postProcess

public void postProcess(WebContext context)
从接口 TinyFilter 复制的描述
后置操作

指定者:
接口 TinyFilter 中的 postProcess
覆盖:
AbstractTinyFilter 中的 postProcess


Copyright © 2006–2013 开源组织. All rights reserved.