org.apache.myfaces.spi
Class ViewScopeProviderFactory

java.lang.Object
  extended by org.apache.myfaces.spi.ViewScopeProviderFactory
All Implemented Interfaces:
FacesWrapper<ViewScopeProviderFactory>
Direct Known Subclasses:
DefaultViewScopeProviderFactory

public abstract class ViewScopeProviderFactory
extends Object
implements FacesWrapper<ViewScopeProviderFactory>

Author:
Leonardo Uribe

Field Summary
protected static String FACTORY_DEFAULT
           
 
Constructor Summary
ViewScopeProviderFactory()
           
 
Method Summary
abstract  ViewScopeProvider getViewScopeHandler(ExternalContext ctx)
           
static ViewScopeProviderFactory getViewScopeHandlerFactory(ExternalContext ctx)
           
 ViewScopeProviderFactory getWrapped()
           
abstract  void setViewScopeHandler(ExternalContext ctx, ViewScopeProvider viewScopeHandler)
           
static void setViewScopeHandlerFactory(ExternalContext ctx, ViewScopeProviderFactory instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY_DEFAULT

protected static final String FACTORY_DEFAULT
See Also:
Constant Field Values
Constructor Detail

ViewScopeProviderFactory

public ViewScopeProviderFactory()
Method Detail

getViewScopeHandlerFactory

public static ViewScopeProviderFactory getViewScopeHandlerFactory(ExternalContext ctx)

setViewScopeHandlerFactory

public static void setViewScopeHandlerFactory(ExternalContext ctx,
                                              ViewScopeProviderFactory instance)

getViewScopeHandler

public abstract ViewScopeProvider getViewScopeHandler(ExternalContext ctx)

getWrapped

public ViewScopeProviderFactory getWrapped()
Specified by:
getWrapped in interface FacesWrapper<ViewScopeProviderFactory>

setViewScopeHandler

public abstract void setViewScopeHandler(ExternalContext ctx,
                                         ViewScopeProvider viewScopeHandler)


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