simple.page |
|
Java Source File Name | Type | Comment |
BasicPage.java | Class | The BasicPage object provides the base class for all
generated page objects. |
Composer.java | Class | The Composer object is used to convert a requested JSP
source file to an executable Java object. |
Maintainer.java | Class | The Maintainer object is used to perform background
compilation of expired JSP sources. |
Model.java | Class | The Model is used to store all attributes that are
to be passed into the page. |
Page.java | Interface | The Page object is used to define the interface to a
compile page object. |
Workspace.java | Class | The Workspace object is used to specify the source and
build context for the JSP translation and compilation process. |