Package org.apache.ofbiz.webapp.control
Class ContextFilter
java.lang.Object
org.apache.ofbiz.webapp.control.ContextFilter
- All Implemented Interfaces:
Filter
ContextFilter - Configures objects for OFBiz applications
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
doFilter
(ServletRequest request, ServletResponse response, FilterChain chain) void
init
(FilterConfig config)
-
Constructor Details
-
ContextFilter
public ContextFilter()
-
-
Method Details
-
init
- Specified by:
init
in interfaceFilter
- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Specified by:
doFilter
in interfaceFilter
- Throws:
IOException
ServletException
-
destroy
public void destroy()
-