Class EDLControllerChain


  • public class EDLControllerChain
    extends java.lang.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 Detail

      • EDLControllerChain

        public EDLControllerChain()
    • 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)