Package org.dlese.dpc.schemedit
Class PageList.Page
java.lang.Object
org.dlese.dpc.schemedit.PageList.Page
- Enclosing class:
PageList
Information about the pages/form in an editor. This information supports
navigation (in the navBar and in the ActionForm
- Author:
- ostwald
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Page
Constructor for the Page object- Parameters:
mapping- the key into the action mapping to display this pagename- pretty name used for display
-
-
Method Details
-
getName
Gets the name attribute of the Page object, defaulting to mapping attribute if name is not defined.- Returns:
- The name value
-
getMapping
Gets the mapping attribute of the Page object- Returns:
- The mapping value
-
toString
Description of the Method
-