|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Triggers navigation to the given view. |
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)
Constructor for creating the event for the given source and target view |
|
PreViewConfigNavigateEvent(Class<? extends ViewConfig> fromView,
Class<? extends ViewConfig> toView)
Constructor for creating the event for the given source and target view |
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()
Optional page which should be used as error-page |
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)
Constructor for creating the exception for the given violations and error-view |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |