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


Definition at line 28 of file PagesElement.java.
Public Member Functions | |
| void | commit () throws ValidationFault |
| final PageElement | getFirstPage () |
| final PageElement | findPage (String id) |
| final ApplicationElement | getApplication () |
| final ArrayList | getPages () |
| String | getFilePath () |
Package Functions | |
| PagesElement (ApplicationElement parent, Element element) throws Fault | |
| void | update () throws Fault |
Package Attributes | |
| final ApplicationElement | app |
| final FileField | fileMonitor |
| final ArrayList | pageList = new ArrayList() |
| boolean | needsCommit = false |
Static Package Attributes | |
| final Logger | logger = Logger.getLogger(PagesElement.class.getName()) |