Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.xml.PagesElement Class Reference

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

edu.virtualschool.jwaa.GenericIdentifiable Collaboration diagram for edu.virtualschool.jwaa.xml.PagesElement:

Collaboration graph
[legend]
List of all members.

Detailed Description

Pages (plural) maintains the list of Page instances (singular) created by loading a specific pages XML file along with a FileField instance that specifies the filesystem location and modification time of that file.

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())


The documentation for this class was generated from the following file: