public interface FacesWrapper<T>
Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.
| Modifier and Type | Method and Description | 
|---|---|
T | 
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.  | 
T getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.