Uses of Class
org.apache.myfaces.trinidad.context.RenderingContext

Packages that use RenderingContext
org.apache.myfaces.trinidad.context   
org.apache.myfaces.trinidad.render   
org.apache.myfaces.trinidad.skin   
 

Uses of RenderingContext in org.apache.myfaces.trinidad.context
 

Methods in org.apache.myfaces.trinidad.context that return RenderingContext
static RenderingContext RenderingContext.getCurrentInstance()
          Retrieves the RenderingContext active for the current thread.
 

Methods in org.apache.myfaces.trinidad.context with parameters of type RenderingContext
abstract  java.lang.Integer FormData.addGlobalMessageFormat(RenderingContext rc)
           
 

Uses of RenderingContext in org.apache.myfaces.trinidad.render
 

Methods in org.apache.myfaces.trinidad.render with parameters of type RenderingContext
protected  void CoreRenderer.delegateRenderer(javax.faces.context.FacesContext context, RenderingContext arc, javax.faces.component.UIComponent component, FacesBean bean, CoreRenderer renderer)
           
protected  void CoreRenderer.delegateRendererBegin(javax.faces.context.FacesContext context, RenderingContext arc, javax.faces.component.UIComponent component, FacesBean bean, CoreRenderer renderer)
           
protected  void CoreRenderer.delegateRendererEnd(javax.faces.context.FacesContext context, RenderingContext arc, javax.faces.component.UIComponent component, FacesBean bean, CoreRenderer renderer)
           
protected  void CoreRenderer.encodeAll(javax.faces.context.FacesContext context, RenderingContext arc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook for rendering all of a component; only called if getRendersChildren() is true.
protected  void CoreRenderer.encodeBegin(javax.faces.context.FacesContext context, RenderingContext arc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook for rendering the start of a component; only called if getRendersChildren() is false.
protected  void CoreRenderer.encodeEnd(javax.faces.context.FacesContext context, RenderingContext arc, javax.faces.component.UIComponent component, FacesBean bean)
          Hook for rendering the end of a component; only called if getRendersChildren() is false.
protected static java.lang.Object CoreRenderer.getRenderingProperty(RenderingContext arc, java.lang.Object key)
           
static boolean CoreRenderer.isDesktop(RenderingContext arc)
           
static boolean CoreRenderer.isGecko(RenderingContext arc)
           
static boolean CoreRenderer.isIE(RenderingContext arc)
           
static boolean CoreRenderer.isInaccessibleMode(RenderingContext arc)
           
static boolean CoreRenderer.isPDA(RenderingContext arc)
           
static boolean CoreRenderer.isScreenReaderMode(RenderingContext arc)
           
static void CoreRenderer.renderStyleClass(javax.faces.context.FacesContext context, RenderingContext arc, java.lang.String styleClass)
          Render a generic CSS styleClass (not one derived from an attribute).
static void CoreRenderer.renderStyleClasses(javax.faces.context.FacesContext context, RenderingContext arc, java.lang.String[] styleClasses)
          Render an array of CSS styleClasses as space-separated values.
protected static java.lang.Object CoreRenderer.setRenderingProperty(RenderingContext arc, java.lang.Object key, java.lang.Object value)
           
 

Uses of RenderingContext in org.apache.myfaces.trinidad.skin
 

Methods in org.apache.myfaces.trinidad.skin with parameters of type RenderingContext
 java.lang.Integer Icon.getImageHeight(RenderingContext arc)
          Returns the height of the image.
 java.lang.Object Icon.getImageURI(javax.faces.context.FacesContext context, RenderingContext arc)
          Returns a URI to the image that is used as the icon's content.
 java.lang.Integer Icon.getImageWidth(RenderingContext arc)
          Returns the width of the image.
abstract  java.util.Map<java.lang.String,java.lang.String> Skin.getStyleClassMap(RenderingContext arc)
          Returns the style class map, or null if there is no map.
abstract  java.lang.String Skin.getStyleSheetDocumentId(RenderingContext arc)
          Returns the id of the Skin's stylesheet document.
 java.io.InputStream Icon.openStream(javax.faces.context.FacesContext context, RenderingContext arc)
          Returns an InputStream which provides access to the image data for image-based Icons.
abstract  void Icon.renderIcon(javax.faces.context.FacesContext context, RenderingContext arc, java.util.Map<java.lang.String,java.lang.Object> attrs)
          Renders the Icon.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.