org.kuali.rice.edl.impl
Class EDLControllerChain

java.lang.Object
  extended by 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)

Constructor Summary
EDLControllerChain()
           
 
Method Summary
 void addEdlController(EDLController edlController)
           
 void renderEDL(RequestParser requestParser, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDLControllerChain

public EDLControllerChain()
Method Detail

renderEDL

public void renderEDL(RequestParser requestParser,
                      javax.servlet.http.HttpServletResponse response)
               throws Exception
Throws:
Exception

addEdlController

public void addEdlController(EDLController edlController)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.