javax.faces
Interface FacesWrapper<T>

All Known Implementing Classes:
ActionListenerWrapper, ApplicationFactory, ApplicationWrapper, ClientWindowFactory, ClientWindowWrapper, ConfigurableNavigationHandlerWrapper, ExceptionHandlerFactory, ExceptionHandlerWrapper, ExternalContextFactory, ExternalContextWrapper, FaceletCacheFactory, FacesContextFactory, FacesContextWrapper, FlashFactory, FlashWrapper, FlowHandlerFactoryWrapper, LifecycleFactory, LifecycleWrapper, NavigationCaseWrapper, NavigationHandlerWrapper, PartialResponseWriter, PartialViewContextFactory, PartialViewContextWrapper, PreJsf2ExceptionHandlerFactory, RendererWrapper, RenderKitFactory, RenderKitWrapper, ResourceHandlerWrapper, ResourceWrapper, ResponseWriterWrapper, StateManagerWrapper, TagHandlerDelegateFactory, ViewDeclarationLanguageFactory, ViewDeclarationLanguageWrapper, ViewHandlerWrapper, VisitContextFactory, VisitContextWrapper

public interface FacesWrapper<T>

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

Since:
2.0

Method Summary
 T getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 

Method Detail

getWrapped

T 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


Copyright © 2014 The Apache Software Foundation. All rights reserved.