Package fiftyone.pipeline.web.services
Class PipelineResultServiceCore.Default
- java.lang.Object
-
- fiftyone.pipeline.web.services.PipelineResultServiceCore.Default
-
- All Implemented Interfaces:
PipelineResultServiceCore
- Enclosing interface:
- PipelineResultServiceCore
public static class PipelineResultServiceCore.Default extends Object implements PipelineResultServiceCore
Default implementation of thePipelineResultServiceCoreservice.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface fiftyone.pipeline.web.services.PipelineResultServiceCore
PipelineResultServiceCore.Default
-
-
Field Summary
Fields Modifier and Type Field Description protected fiftyone.pipeline.core.flowelements.PipelinepipelinePipeline used to process the evidence.
-
Constructor Summary
Constructors Constructor Description Default(WebRequestEvidenceServiceCore evidenceService, fiftyone.pipeline.core.flowelements.Pipeline pipeline)Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(javax.servlet.http.HttpServletRequest request)Populate the evidence from the request and process through the Pipeline.
-
-
-
Constructor Detail
-
Default
public Default(WebRequestEvidenceServiceCore evidenceService, fiftyone.pipeline.core.flowelements.Pipeline pipeline)
Create a new instance.- Parameters:
evidenceService- the service used to populate the evidence from anHttpServletRequestpipeline- the Pipeline used to process the evidence
-
-
Method Detail
-
process
public void process(javax.servlet.http.HttpServletRequest request)
Description copied from interface:PipelineResultServiceCorePopulate the evidence from the request and process through the Pipeline.- Specified by:
processin interfacePipelineResultServiceCore- Parameters:
request- theHttpServletRequestto process
-
-