Home » Mojarra-2.0.1 » javax » faces » [javadoc | source]
javax.faces
public interface: FacesWrapper [javadoc | source]

Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.

Method from javax.faces.FacesWrapper Summary:
getWrapped
Method from javax.faces.FacesWrapper Detail:
 public T getWrapped()

    A class that implements this interface uses this method to return an instance of the class being wrapped.