Uses of Class
com.yahoo.processing.rendering.Renderer
Packages that use Renderer
-
Uses of Renderer in com.yahoo.processing.handler
Methods in com.yahoo.processing.handler that return RendererModifier and TypeMethodDescriptionAbstractProcessingHandler.getRendererCopy(com.yahoo.component.ComponentSpecification spec) For internal use onlyMethods in com.yahoo.processing.handler that return types with arguments of type RendererModifier and TypeMethodDescriptioncom.yahoo.component.provider.ComponentRegistry<Renderer>AbstractProcessingHandler.getRenderers()Constructors in com.yahoo.processing.handler with parameters of type RendererModifierConstructorDescriptionProcessingResponse(int status, Request processingRequest, Response processingResponse, Renderer renderer, Executor renderingExecutor, Execution execution) Constructor parameters in com.yahoo.processing.handler with type arguments of type RendererModifierConstructorDescriptionAbstractProcessingHandler(ChainRegistry<COMPONENT> chainRegistry, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers, Executor executor, AccessLog ignored) AbstractProcessingHandler(ChainRegistry<COMPONENT> chainRegistry, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers, Executor executor, AccessLog ignored, Metric metric) ProcessingHandler(ChainRegistry<Processor> chainRegistry, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers, Executor executor, AccessLog accessLog) ProcessingHandler(ChainRegistry<Processor> chainRegistry, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers, Executor executor, AccessLog accessLog, Metric metric) ProcessingTestDriver(String binding, Collection<Chain<Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers) ProcessingTestDriver(Collection<Chain<Processor>> chains, com.yahoo.component.provider.ComponentRegistry<Renderer> renderers) -
Uses of Renderer in com.yahoo.processing.rendering
Subclasses of Renderer in com.yahoo.processing.renderingModifier and TypeClassDescriptionclassAsynchronousRenderer<RESPONSE extends Response>Superclass of all asynchronous renderers.classAsynchronousSectionedRenderer<RESPONSE extends Response>Helper class to implement processing API Response renderers.classThe default renderer for processing responses.Methods in com.yahoo.processing.rendering that return Renderer