public class PageLoader extends GenericLoader<Page> implements Loader<Page>
ab
Modifier and Type | Method and Description |
---|---|
void |
exec(PipelineData pipelineData,
String name)
Attempts to load and execute the external page.
|
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.
|
getAssembler, getBasePackage, getPackages, reload, setReload
public void exec(PipelineData pipelineData, String name) throws Exception
exec
in class GenericLoader<Page>
pipelineData
- 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()
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.