Uses of Interface
org.apache.myfaces.extensions.cdi.core.api.config.view.ViewConfig

Packages that use ViewConfig
org.apache.myfaces.extensions.cdi.core.api.config.view   
org.apache.myfaces.extensions.cdi.core.api.navigation   
org.apache.myfaces.extensions.cdi.core.api.security   
 

Uses of ViewConfig in org.apache.myfaces.extensions.cdi.core.api.config.view
 

Classes in org.apache.myfaces.extensions.cdi.core.api.config.view that implement ViewConfig
 class DefaultErrorView
          Abstract class which marks an error view.
 class ManualView
          Alternative marker which has to be used in case it's required to specify the view via a string.
 

Uses of ViewConfig in org.apache.myfaces.extensions.cdi.core.api.navigation
 

Methods in org.apache.myfaces.extensions.cdi.core.api.navigation that return types with arguments of type ViewConfig
 Class<? extends ViewConfig> PreViewConfigNavigateEvent.getFromView()
          Provides the navigation source.
 Class<? extends ViewConfig> PreViewConfigNavigateEvent.getToView()
          Provides the navigation target.
 

Method parameters in org.apache.myfaces.extensions.cdi.core.api.navigation with type arguments of type ViewConfig
 void PreViewConfigNavigateEvent.navigateTo(Class<? extends ViewConfig> toView)
          Allows to change the navigation target.
 void ViewNavigationHandler.navigateTo(Class<? extends ViewConfig> targetView)
           
 

Constructor parameters in org.apache.myfaces.extensions.cdi.core.api.navigation with type arguments of type ViewConfig
PreViewConfigNavigateEvent(Class<? extends ViewConfig> fromView, Class<? extends ViewConfig> toView)
           
PreViewConfigNavigateEvent(Class<? extends ViewConfig> fromView, Class<? extends ViewConfig> toView)
           
 

Uses of ViewConfig in org.apache.myfaces.extensions.cdi.core.api.security
 

Methods in org.apache.myfaces.extensions.cdi.core.api.security that return types with arguments of type ViewConfig
 Class<? extends ViewConfig> AccessDeniedException.getErrorView()
           
 

Constructor parameters in org.apache.myfaces.extensions.cdi.core.api.security with type arguments of type ViewConfig
AccessDeniedException(Set<SecurityViolation> violations, Class<? extends ViewConfig> errorView)
           
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.