org.apache.myfaces.trinidadinternal.renderkit.core
Class CoreRendererUtils
java.lang.Object
org.apache.myfaces.trinidadinternal.renderkit.core.CoreRendererUtils
public class CoreRendererUtils
- extends java.lang.Object
Method Summary |
static java.lang.String |
getRelativeId(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent from,
java.lang.String relativeId)
|
static boolean |
supportsBooleanCapability(org.apache.myfaces.trinidad.context.RenderingContext context,
CapabilityKey cap)
|
static boolean |
supportsNameIdentification(org.apache.myfaces.trinidad.context.RenderingContext context)
|
static boolean |
supportsPartialRendering(org.apache.myfaces.trinidad.context.RenderingContext context)
Tests whether partial page rendering is supported for the
current render. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRelativeId
public static java.lang.String getRelativeId(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent from,
java.lang.String relativeId)
supportsPartialRendering
public static boolean supportsPartialRendering(org.apache.myfaces.trinidad.context.RenderingContext context)
- Tests whether partial page rendering is supported for the
current render.
Partial page rendering is not supported on all user agents.
This method returns false if partial page rendering is not supported
by the agent associated with the provided rendering context.
supportsNameIdentification
public static boolean supportsNameIdentification(org.apache.myfaces.trinidad.context.RenderingContext context)
supportsBooleanCapability
public static boolean supportsBooleanCapability(org.apache.myfaces.trinidad.context.RenderingContext context,
CapabilityKey cap)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.