org.kuali.rice.edl.impl
Class EDLControllerChain
java.lang.Object
   org.kuali.rice.edl.impl.EDLControllerChain
org.kuali.rice.edl.impl.EDLControllerChain
- public class EDLControllerChain 
- extends Object
Contains 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)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EDLControllerChain
public EDLControllerChain()
renderEDL
public void renderEDL(RequestParser requestParser,
                      javax.servlet.http.HttpServletResponse response)
               throws Exception
- 
- Throws:
- Exception
 
addEdlController
public void addEdlController(EDLController edlController)
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.