|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pipeline | |
---|---|
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
Uses of Pipeline in org.hippoecm.hst.core.container |
---|
Classes in org.hippoecm.hst.core.container that implement Pipeline | |
---|---|
class |
HstSitePipeline
HstSitePipeline |
Fields in org.hippoecm.hst.core.container with type parameters of type Pipeline | |
---|---|
protected Map<String,Pipeline> |
HstSitePipelines.pipelines
|
Methods in org.hippoecm.hst.core.container that return Pipeline | |
---|---|
Pipeline |
HstSitePipelines.getDefaultPipeline()
|
Pipeline |
Pipelines.getDefaultPipeline()
Returns the default pipeline. |
Pipeline |
HstSitePipelines.getPipeline(String name)
|
Pipeline |
Pipelines.getPipeline(String name)
Returns the specified pipeline by the name. |
Methods in org.hippoecm.hst.core.container that return types with arguments of type Pipeline | |
---|---|
Map<String,Pipeline> |
HstSitePipelines.getPipelines()
|
Method parameters in org.hippoecm.hst.core.container with type arguments of type Pipeline | |
---|---|
void |
HstSitePipelines.setPipelines(Map<String,Pipeline> pipelines)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |