Class PassThroughAction
java.lang.Object
com.zfabrik.util.microweb.actions.PassThroughAction
- All Implemented Interfaces:
 IAction
For this action will make the microwebfilter ignore the request and 
 continue with the filter chain.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PassThroughAction
public PassThroughAction() 
 - 
 - 
Method Details
- 
handle
public OutCome handle(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException, IOException - Specified by:
 handlein interfaceIAction- Throws:
 jakarta.servlet.ServletExceptionIOException
 
 -