Class PipelineResultServiceCore.Default

    • Field Detail

      • pipeline

        protected fiftyone.pipeline.core.flowelements.Pipeline pipeline
        Pipeline used to process the evidence.
    • 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 an HttpServletRequest
        pipeline - the Pipeline used to process the evidence
    • Method Detail

      • process

        public void process​(javax.servlet.http.HttpServletRequest request)
        Description copied from interface: PipelineResultServiceCore
        Populate the evidence from the request and process through the Pipeline.
        Specified by:
        process in interface PipelineResultServiceCore
        Parameters:
        request - the HttpServletRequest to process