Uses of Class
jakarta.faces.render.RenderKitFactory
-
Packages that use RenderKitFactory Package Description jakarta.faces.render -
-
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.
-