|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacesWrapper<T>
Any wrapper class in JSF that must provide access to the object it wraps must implement this interface.
Method Summary | |
---|---|
T |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped. |
Method Detail |
---|
T getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |