org.tinygroup.weblayer
类 TinyFilterHandler

java.lang.Object
  继承者 org.tinygroup.weblayer.TinyFilterHandler

public class TinyFilterHandler
extends Object

完成filter处理的中间类

作者:
renhui

构造方法摘要
TinyFilterHandler(String servletPath, javax.servlet.FilterChain filterChain, WebContext context, TinyFilterManager tinyFilterManager, TinyProcessorManager tinyProcessorManager)
           
 
方法摘要
 void commitHeaders(WebContext wrapperedContext)
          头部提交,保证内容只提交一次
 String getServletPath()
           
 void tinyFilterProcessor()
          采用tiny-filter方式来处理
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TinyFilterHandler

public TinyFilterHandler(String servletPath,
                         javax.servlet.FilterChain filterChain,
                         WebContext context,
                         TinyFilterManager tinyFilterManager,
                         TinyProcessorManager tinyProcessorManager)
方法详细信息

tinyFilterProcessor

public void tinyFilterProcessor()
                         throws IOException,
                                javax.servlet.ServletException
采用tiny-filter方式来处理

参数:
filterChain -
request -
response -
servletPath -
抛出:
Exception
IOException
javax.servlet.ServletException

getServletPath

public String getServletPath()

commitHeaders

public void commitHeaders(WebContext wrapperedContext)
头部提交,保证内容只提交一次

参数:
wrapperedContext -


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