Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ViewConfig> |
PreViewConfigNavigateEvent.getFromView()
Provides the navigation source.
|
Class<? extends ViewConfig> |
PreViewConfigNavigateEvent.getToView()
Provides the navigation target.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewNavigationHandler.navigateTo(Class<? extends ViewConfig> targetView)
Triggers navigation to the given view.
|
void |
PreViewConfigNavigateEvent.navigateTo(Class<? extends ViewConfig> toView)
Allows to change the navigation target.
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ViewConfig> |
AccessDeniedException.getErrorView()
Optional page which should be used as error-page
|
Constructor and Description |
---|
AccessDeniedException(Set<SecurityViolation> violations,
Class<? extends ViewConfig> errorView)
Constructor for creating the exception for the given violations and error-view
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.