|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.modules.GenericLoader<Page>
org.apache.turbine.modules.PageLoader
public class PageLoader
The purpose of this class is to allow one to load and execute Page 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 page. |
void |
exec(RunData data,
String name)
Deprecated. Use PipelineData version instead. |
Page |
getAssembler(String name)
Pulls out an instance of the object by name. |
int |
getCacheSize()
Get the size of a possibly configured cache |
static PageLoader |
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<Page>
data
- Turbine information.name
- Name of object that will execute the page.
Exception
- a generic exception.public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Page>
data
- Turbine information.name
- Name of object that will execute the page.
Exception
- a generic exception.public Page getAssembler(String name) throws Exception
getAssembler
in interface Loader<Page>
name
- Name of object instance.
Exception
- a generic exception.public int getCacheSize()
Loader
getCacheSize
in interface Loader<Page>
Loader.getCacheSize()
public static PageLoader getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |