public class FacesId extends Object implements Serializable, Comparable<FacesId>
This is a FacesId class that should be used to find JSF elements in ComponentLibrary
ComponentLibrary
FacesId(String type)
int
compareTo(FacesId o)
boolean
equals(Object obj)
String
getType()
hashCode()
static FacesId
parseId(String id)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public FacesId(String type)
type
public static FacesId parseId(String id)
public String getType()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public int compareTo(FacesId o)
compareTo
Comparable<FacesId>
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.