Class AbstractViewerService.ViewerProcess<R extends Serializable>

    • Method Detail

      • execute

        public R execute​(ViewerContext viewerContext)
        This method calls the execute method of a AbstractViewerService.ViewerTreatment instance. One of the aim of this mechanism is to centralize tha management of caching.
        Returns:
        the value computed by the specified viewer treatment.