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