org.richfaces.renderkit.util
Class CoreAjaxRendererUtils
java.lang.Object
org.richfaces.renderkit.util.CoreAjaxRendererUtils
public final class CoreAjaxRendererUtils
- extends Object
- Author:
- shura
Some utilites for render AJAX components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AJAX_PROCESS_ATTRIBUTE
public static final String AJAX_PROCESS_ATTRIBUTE
- Since:
- 3.3.0
- See Also:
- Constant Field Values
AJAX_REGIONS_ATTRIBUTE
public static final String AJAX_REGIONS_ATTRIBUTE
- See Also:
- Constant Field Values
renderAjaxExtensions
public static void renderAjaxExtensions(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
getAjaxAreas
public static Set<String> getAjaxAreas(javax.faces.component.UIComponent uiComponent)
- Get list of clientId's for given component
- Parameters:
uiComponent
-
- Returns:
- List of areas Id's , updated by this component.
getAjaxAreasToProcess
public static Set<String> getAjaxAreasToProcess(javax.faces.component.UIComponent component)
- Returns set of areas to be processed as a result of this component action invocation
- Parameters:
component
-
- Returns:
- set of IDs that should be processed as a
- Since:
- 3.3.0
asSimpleSet
public static Set<String> asSimpleSet(Object valueToSet)
asIdsSet
public static Set<String> asIdsSet(Object valueToSet)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.