|
||||||||||
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.Layout
org.apache.turbine.modules.layouts.JspLayout
public class JspLayout
This Layout module allows JSP templates to be used as layouts. Since dynamic content is supposed to be primarily located in screens and navigations there should be relatively few reasons to subclass this Layout.
Field Summary |
---|
Fields inherited from class org.apache.turbine.modules.Layout |
---|
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX |
Constructor Summary | |
---|---|
JspLayout()
|
Method Summary | |
---|---|
void |
doBuild(PipelineData pipelineData)
Method called by LayoutLoader. |
void |
doBuild(RunData data)
Deprecated. Use PipelineData version instead. |
Methods inherited from class org.apache.turbine.modules.Layout |
---|
build, build, getPrefix |
Methods inherited from class org.apache.turbine.modules.Assembler |
---|
getRunData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspLayout()
Method Detail |
---|
@Deprecated public void doBuild(RunData data) throws java.lang.Exception
doBuild
in class Layout
data
- RunData
java.lang.Exception
- generic exceptionpublic void doBuild(PipelineData pipelineData) throws java.lang.Exception
doBuild
in class Layout
data
- PipelineData
java.lang.Exception
- generic exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |