public final class ClientIdUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
findClientId(java.lang.String id)
This method takes the id of a component and returns its clientId.
|
public static java.lang.String findClientId(java.lang.String id)
id
- the id of a JSF componentUIComponent.getClientId(javax.faces.context.FacesContext)
,
UIComponent.getId()