当前页面:
在线文档首页 >
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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbpmContextFilter
public JbpmContextFilter()
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