Class PageHandler

  • All Implemented Interfaces:
    EDLModelComponent

    public class PageHandler
    extends java.lang.Object
    implements EDLModelComponent
    Handles setting the current page in the EDL XML.
    Author:
    Kuali Rice Team (rice.collab@kuali.org)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CURRENT_PAGE  
      static java.lang.String GOTO_PAGE  
      static java.lang.String PREVIOUS_PAGE  
    • Constructor Summary

      Constructors 
      Constructor Description
      PageHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateDOM​(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageHandler

        public PageHandler()
    • Method Detail

      • updateDOM

        public void updateDOM​(org.w3c.dom.Document dom,
                              org.w3c.dom.Element configElement,
                              EDLContext edlContext)
        Specified by:
        updateDOM in interface EDLModelComponent