public final class CoreAjaxRendererUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AJAX_PROCESS_ATTRIBUTE |
static String |
AJAX_REGIONS_ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
asIdsSet(Object valueToSet) |
static Set<String> |
asSimpleSet(Object valueToSet) |
static Set<String> |
getAjaxAreas(javax.faces.component.UIComponent uiComponent)
Get list of clientId's for given component
|
static Set<String> |
getAjaxAreasToProcess(javax.faces.component.UIComponent component)
Returns set of areas to be processed as a result of this component action invocation
|
static void |
renderAjaxExtensions(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
public static final String AJAX_PROCESS_ATTRIBUTE
public static final String AJAX_REGIONS_ATTRIBUTE
public static void renderAjaxExtensions(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
public static Set<String> getAjaxAreas(javax.faces.component.UIComponent uiComponent)
uiComponent
- public static Set<String> getAjaxAreasToProcess(javax.faces.component.UIComponent component)
component
- Copyright © 2013 JBoss by Red Hat. All Rights Reserved.