Inheritance diagram for edu.virtualschool.jwaa.xml.PageElement:


Definition at line 28 of file PageElement.java.
Public Member Functions | |
| PageElement (PagesElement pages, Element element) throws ValidationFault, IOFault | |
| final String | getId () |
| final String | getFilePath () |
| PagesElement | getPages () |
| final ApplicationElement | getApplication () |
| final List | getChildPageIDs () |
| String | toString () |
Public Attributes | |
| final String | id |
| final PagesElement | pages |
| String | text |
| final Element | element |
| final List | childPageList = new ArrayList() |
| FormElement | form = null |
Package Functions | |
| final void | commit () throws ValidationFault |
| GenericForm | getFormInstance (Controller page) throws Fault |
| String | getText () |
Static Package Functions | |
| final String | getURL (PagesElement pages, String id) throws ValidationFault |
Package Attributes | |
| boolean | isCommited = false |
Static Package Attributes | |
| final Logger | logger = Logger.getLogger(Page.class.getName()) |
| final Outputter | outputter = new Outputter(true) |