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