Uses of Class
jakarta.faces.render.RenderKitFactory
Package | Description |
---|---|
com.sun.faces.renderkit | |
jakarta.faces.render |
-
Uses of RenderKitFactory in com.sun.faces.renderkit
Subclasses of RenderKitFactory in com.sun.faces.renderkit Modifier and Type Class Description class
RenderKitFactoryImpl
-
Uses of RenderKitFactory in jakarta.faces.render
Methods in jakarta.faces.render that return RenderKitFactory Modifier and Type Method Description RenderKitFactory
RenderKitFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.render with parameters of type RenderKitFactory Constructor Description RenderKitFactory(RenderKitFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.