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 © 2017 JBoss by Red Hat. All rights reserved.