org.apache.myfaces.spi
Class ViewScopeProviderFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_DEFAULT
protected static final String FACTORY_DEFAULT
- See Also:
- Constant Field Values
ViewScopeProviderFactory
public ViewScopeProviderFactory()
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 © 2013 The Apache Software Foundation. All Rights Reserved.