Interface FlowDataProviderCore

  • All Known Implementing Classes:
    FlowDataProviderCore.Default

    public interface FlowDataProviderCore
    Provider to be injected into controllers to get the pre-processed FlowData for the request being serviced.
    • Method Detail

      • getFlowData

        fiftyone.pipeline.core.data.FlowData getFlowData​(javax.servlet.http.HttpServletRequest request)
        Get the FlowData associated with the HTTP request.
        Parameters:
        request - the HttpServletRequest to get the FlowData from
        Returns:
        a FlowData object containing the data values that have been populated by the configured Pipeline