org.kuali.rice.edl.impl.components
Class PageHandler

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

Field Summary
static String CURRENT_PAGE
           
static String GOTO_PAGE
           
static String PREVIOUS_PAGE
           
 
Constructor Summary
PageHandler()
           
 
Method Summary
 void updateDOM(Document dom, Element configElement, EDLContext edlContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PageHandler

public PageHandler()
Method Detail

updateDOM

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


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