Class ChainAction
java.lang.Object
com.zfabrik.util.microweb.actions.ChainAction
- All Implemented Interfaces:
 IAction
A chain action will call all actions in order until one of them returns
 non-null;
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ChainAction
 
 - 
 - 
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
 
 -