Class PageList.Page

java.lang.Object
org.dlese.dpc.schemedit.PageList.Page
Enclosing class:
PageList

public class PageList.Page extends Object
Information about the pages/form in an editor. This information supports navigation (in the navBar and in the ActionForm
Author:
ostwald
  • Constructor Details

    • Page

      public Page(String mapping, String name)
      Constructor for the Page object
      Parameters:
      mapping - the key into the action mapping to display this page
      name - pretty name used for display
  • Method Details

    • getName

      public String getName()
      Gets the name attribute of the Page object, defaulting to mapping attribute if name is not defined.
      Returns:
      The name value
    • getMapping

      public String getMapping()
      Gets the mapping attribute of the Page object
      Returns:
      The mapping value
    • toString

      public String toString()
      Description of the Method
      Overrides:
      toString in class Object
      Returns:
      Description of the Return Value