Uses of Class
javax.faces.render.RenderKit

Packages that use RenderKit
javax.faces.context Classes and interfaces defining per-request state information. 
javax.faces.render Classes and interfaces defining the rendering model. 
 

Uses of RenderKit in javax.faces.context
 

Methods in javax.faces.context that return RenderKit
abstract  RenderKit FacesContext.getRenderKit()
          Return the RenderKit instance for the render kit identifier specified on our UIViewRoot, if there is one.
 RenderKit FacesContextWrapper.getRenderKit()
          The default behavior of this method is to call FacesContext.getRenderKit() on the wrapped FacesContext object.
 RenderKit FacesContextWrapper.getRenderKit()
          The default behavior of this method is to call FacesContext.getRenderKit() on the wrapped FacesContext object.
abstract  RenderKit FacesContext.getRenderKit()
          Return the RenderKit instance for the render kit identifier specified on our UIViewRoot, if there is one.
 

Uses of RenderKit in javax.faces.render
 

Subclasses of RenderKit in javax.faces.render
 class RenderKitWrapper
          

Provides a simple implementation of RenderKit that can be subclassed by developers wishing to provide specialized behavior to an existing RenderKit instance.

 

Methods in javax.faces.render that return RenderKit
abstract  RenderKit RenderKitFactory.getRenderKit(FacesContext context, java.lang.String renderKitId)
          Return a RenderKit instance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specified FacesContext, if non-null.
abstract  RenderKit RenderKitFactory.getRenderKit(FacesContext context, java.lang.String renderKitId)
          Return a RenderKit instance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specified FacesContext, if non-null.
abstract  RenderKit RenderKitWrapper.getWrapped()
           
abstract  RenderKit RenderKitWrapper.getWrapped()
           
 

Methods in javax.faces.render with parameters of type RenderKit
abstract  void RenderKitFactory.addRenderKit(java.lang.String renderKitId, RenderKit renderKit)
          Register the specified RenderKit instance, associated with the specified renderKitId, to be supported by this RenderKitFactory, replacing any previously registered RenderKit for this identifier.
abstract  void RenderKitFactory.addRenderKit(java.lang.String renderKitId, RenderKit renderKit)
          Register the specified RenderKit instance, associated with the specified renderKitId, to be supported by this RenderKitFactory, replacing any previously registered RenderKit for this identifier.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.