javax.faces
Interface FacesWrapper<T>

All Known Implementing Classes:
ApplicationFactory, ApplicationWrapper, ExceptionHandlerFactory, ExceptionHandlerWrapper, FaceletsArtifactFactory, FacesContextFactory, LifecycleFactory, PageDeclarationLanguageFactory, PartialResponseWriter, PreJsf2ExceptionHandlerFactory, RenderKitFactory, RenderKitWrapper, ResourceHandlerWrapper, ResourceWrapper, ResponseWriterWrapper, StateManagerWrapper, 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.

Since:
2.0


Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.