站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

JbpmContextFilter (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.web
Class JbpmContextFilter

java.lang.Object
  extended by org.jbpm.web.JbpmContextFilter
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Filter

public class JbpmContextFilter
extends java.lang.Object
implements javax.servlet.Filter, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
JbpmContextFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, javax.servlet.FilterChain filterChain)
           
protected  JbpmConfiguration getJbpmConfiguration()
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmContextFilter

public JbpmContextFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest servletRequest,
                     javax.servlet.ServletResponse servletResponse,
                     javax.servlet.FilterChain filterChain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
java.io.IOException
javax.servlet.ServletException

getJbpmConfiguration

protected JbpmConfiguration getJbpmConfiguration()

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter


Version : jbpm-3.1.3