| |
|
| java.lang.Object csdl.stackmvc.control.Page
Page | public class Page (Code) | | Provides a type-safe enumeration for JSP Page names.
author: Philip M. Johnson author: Jitender Miglani (did minor changes) |
Field Summary | |
final public static Page | ERROR Error page for exceptions. | final public static Page | INDEX |
Method Summary | |
public String | getFileName() Gets the fileName attribute of the Page object. | public String | getTitle() Gets the title attribute of the Page object. |
ERROR | final public static Page ERROR(Code) | | Error page for exceptions.
|
INDEX | final public static Page INDEX(Code) | | Home page for application
|
getFileName | public String getFileName()(Code) | | Gets the fileName attribute of the Page object.
The fileName value |
getTitle | public String getTitle()(Code) | | Gets the title attribute of the Page object.
The title value |
|
|
|