Fish & Chips Club 4.7.1.0

hirondelle.fish.util
Class TemplatedPage

Object
  extended by 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.


Constructor Summary
TemplatedPage()
           
 
Method Summary
static ResponsePage get(String aTitle, String aBodyJsp, Class aRepresentativeClass)
          Return a templated ResponsePage.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplatedPage

public TemplatedPage()
Method Detail

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.


Fish & Chips Club 4.7.1.0

Copyright Hirondelle Systems - Generated 2011Sep24.13.57