javax.faces
Interface FacesWrapper<T>

All Known Implementing Classes:
ApplicationFactory, ApplicationWrapper, ExceptionHandlerFactory, ExceptionHandlerWrapper, ExternalContextFactory, ExternalContextWrapper, FacesContextFactory, FacesContextWrapper, LifecycleFactory, PartialResponseWriter, PartialViewContextFactory, PartialViewContextWrapper, PreJsf2ExceptionHandlerFactory, RenderKitFactory, RenderKitWrapper, ResourceHandlerWrapper, ResourceWrapper, ResponseWriterWrapper, StateManagerWrapper, ViewDeclarationLanguageFactory, 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
Version:
$Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
Author:
Simon Lessard (latest modification by $Author: bommel $)

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 © 2013 The Apache Software Foundation. All Rights Reserved.