Package org.kuali.rice.edl.impl
Class EDLControllerChain
- java.lang.Object
-
- org.kuali.rice.edl.impl.EDLControllerChain
-
public class EDLControllerChain extends java.lang.ObjectContains a stack of EDLControllers. Allows EDL components to add new controllers to the chain runtime. The idea being that this is how you would page between edls. Uses the template associated with the last edl controller to render the dom of the last edl controller.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description EDLControllerChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEdlController(EDLController edlController)voidrenderEDL(RequestParser requestParser, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
renderEDL
public void renderEDL(RequestParser requestParser, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addEdlController
public void addEdlController(EDLController edlController)
-
-