Class RendererWrapper

java.lang.Object
jakarta.faces.render.Renderer
jakarta.faces.render.RendererWrapper
All Implemented Interfaces:
FacesWrapper<Renderer>

public abstract class RendererWrapper extends Renderer implements FacesWrapper<Renderer>

Provides a simple implementation of Renderer that can be subclassed by developers wishing to provide specialized behavior to an existing Renderer instance. The default implementation of all methods is to call through to the wrapped Renderer instance.

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Since:
2.2