org.apache.myfaces.spi.impl
Class DefaultViewScopeProviderFactory

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

public class DefaultViewScopeProviderFactory
extends ViewScopeProviderFactory

Author:
Leonardo Uribe

Field Summary
static String VIEW_SCOPE_HANDLER
           
static String VIEW_SCOPE_HANDLER_INSTANCE_KEY
           
 
Fields inherited from class org.apache.myfaces.spi.ViewScopeProviderFactory
FACTORY_DEFAULT
 
Constructor Summary
DefaultViewScopeProviderFactory()
           
 
Method Summary
 ViewScopeProvider getViewScopeHandler(ExternalContext externalContext)
           
 void setViewScopeHandler(ExternalContext externalContext, ViewScopeProvider viewScopeHandler)
           
 
Methods inherited from class org.apache.myfaces.spi.ViewScopeProviderFactory
getViewScopeHandlerFactory, getWrapped, setViewScopeHandlerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_SCOPE_HANDLER

public static final String VIEW_SCOPE_HANDLER

VIEW_SCOPE_HANDLER_INSTANCE_KEY

public static final String VIEW_SCOPE_HANDLER_INSTANCE_KEY
Constructor Detail

DefaultViewScopeProviderFactory

public DefaultViewScopeProviderFactory()
Method Detail

getViewScopeHandler

public ViewScopeProvider getViewScopeHandler(ExternalContext externalContext)
Specified by:
getViewScopeHandler in class ViewScopeProviderFactory

setViewScopeHandler

public void setViewScopeHandler(ExternalContext externalContext,
                                ViewScopeProvider viewScopeHandler)
Specified by:
setViewScopeHandler in class ViewScopeProviderFactory


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