org.kuali.rice.edl.impl.components
Class PageHandler
java.lang.Object
org.kuali.rice.edl.impl.components.PageHandler
- All Implemented Interfaces:
- EDLModelComponent
public class PageHandler
- extends Object
- implements EDLModelComponent
Handles setting the current page in the EDL XML.
- 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 |
CURRENT_PAGE
public static final String CURRENT_PAGE
- See Also:
- Constant Field Values
PREVIOUS_PAGE
public static final String PREVIOUS_PAGE
- See Also:
- Constant Field Values
GOTO_PAGE
public static final String GOTO_PAGE
- See Also:
- Constant Field Values
PageHandler
public PageHandler()
updateDOM
public void updateDOM(Document dom,
Element configElement,
EDLContext edlContext)
- Specified by:
updateDOM
in interface EDLModelComponent
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.