|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.modules.GenericLoader<Layout>
org.apache.turbine.modules.LayoutLoader
public class LayoutLoader
The purpose of this class is to allow one to load and execute Layout modules.
Field Summary |
---|
Fields inherited from class org.apache.turbine.modules.GenericLoader |
---|
ab |
Method Summary | |
---|---|
void |
exec(PipelineData pipelineData,
String name)
Attempts to load and execute the external layout. |
void |
exec(RunData data,
String name)
Deprecated. Use PipelineData version instead. |
Layout |
getAssembler(String name)
Pulls out an instance of the object by name. |
int |
getCacheSize()
Get the size of a possibly configured cache |
static LayoutLoader |
getInstance()
The method through which this class is accessed. |
Methods inherited from class org.apache.turbine.modules.GenericLoader |
---|
getAssembler, getBasePackage, getPackages, reload, setReload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public void exec(RunData data, String name) throws Exception
exec
in class GenericLoader<Layout>
data
- Turbine information.name
- Name of object that will execute the layout.
Exception
- a generic exception.public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Layout>
pipelineData
- Turbine information.name
- Name of object that will execute the layout.
Exception
- a generic exception.public Layout getAssembler(String name) throws Exception
getAssembler
in interface Loader<Layout>
name
- Name of object instance.
Exception
- a generic exception.public int getCacheSize()
Loader
getCacheSize
in interface Loader<Layout>
Loader.getCacheSize()
public static LayoutLoader getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |