|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.modules.Assembler
org.apache.turbine.modules.Page
This is the base class that defines what a Page module is.
Constructor Summary | |
Page()
|
Method Summary | |
protected void |
build(RunData data)
Subclasses can override this method to add additional functionality. |
protected abstract void |
doBuild(RunData data)
A subclass must override this method to build itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Page()
Method Detail |
protected abstract void doBuild(RunData data) throws java.lang.Exception
data
- Turbine information.
java.lang.Exception
- a generic exception.protected void build(RunData data) throws java.lang.Exception
data
- Turbine information.
java.lang.Exception
- a generic exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |