hirondelle.fish.util
Class TemplatedPage
Object
hirondelle.fish.util.TemplatedPage
public final class TemplatedPage
- extends Object
Create templated ResponsePage objects.
This implementation assumes that related JSPs and classes reside in
the same directory. This policy is unusual, but recommended. Having all items
related to a feature in the same directory - classes, JSPs, and .sql files - is highly
satisfying and natural.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplatedPage
public TemplatedPage()
get
public static ResponsePage get(String aTitle,
String aBodyJsp,
Class aRepresentativeClass)
- Return a templated
ResponsePage.
This method simply forwards all parameters to
ResponsePage.ResponsePage(String, String, String, java.lang.Class). Please
see that constructor for important information.
Copyright Hirondelle Systems - Generated 2011Sep24.13.57