WEB4J Development Tools 4.10.0.0

hirondelle.web4jtools.util
Class TemplatedPage

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


Method Summary
static ResponsePage getPlain(String aTitle, String aBodyJsp, Class aRepresentativeClass)
          Return a templated page for displaying plain text, not markup.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPlain

public static ResponsePage getPlain(String aTitle,
                                    String aBodyJsp,
                                    Class aRepresentativeClass)
Return a templated page for displaying plain text, not markup.


WEB4J Development Tools 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26