Package jakarta.faces
Interface FacesWrapper<T>
- 
- All Known Implementing Classes:
- ActionListenerWrapper,- ApplicationFactory,- ApplicationWrapper,- ClientWindowFactory,- ClientWindowWrapper,- ConfigurableNavigationHandlerWrapper,- ExceptionHandlerFactory,- ExceptionHandlerWrapper,- ExternalContextFactory,- ExternalContextWrapper,- FaceletCacheFactory,- FacesContextFactory,- FacesContextWrapper,- FlashFactory,- FlashWrapper,- FlowHandlerFactoryWrapper,- LambdaPropertyDescriptor,- LifecycleFactory,- LifecycleWrapper,- NavigationCaseWrapper,- NavigationHandlerWrapper,- PartialResponseWriter,- PartialViewContextFactory,- PartialViewContextWrapper,- PropertyDescriptorWrapper,- RendererWrapper,- RenderKitFactory,- RenderKitWrapper,- ResourceHandlerWrapper,- ResourceWrapper,- ResponseWriterWrapper,- SearchExpressionContextFactory,- SearchExpressionHandlerWrapper,- StateManagerWrapper,- TagHandlerDelegateFactory,- ViewDeclarationLanguageFactory,- ViewDeclarationLanguageWrapper,- ViewHandlerWrapper,- VisitContextFactory,- VisitContextWrapper
 
 public interface FacesWrapper<T>Any wrapper class in Faces that must provide access to the object it wraps must implement this interface.- Since:
- 2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Method Detail- 
getWrappedT getWrapped() A class that implements this interface uses this method to return an instance of the class being wrapped.- Returns:
- the instance of the class being wrapped
 
 
- 
 
-