Modifier and Type | Method and Description |
---|---|
static Page.ViewParameterMode |
Page.ViewParameterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.ViewParameterMode[] |
Page.ViewParameterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Page.ViewParameterMode |
DefaultViewConfigDescriptor.getViewParameterMode()
Exposes the
Page.ViewParameterMode of the current
entry |
Constructor and Description |
---|
DefaultViewConfigDescriptor(String viewId,
Class<? extends ViewConfig> viewDefinitionClass,
Page.NavigationMode navigationMode,
Page.ViewParameterMode viewParameterMode,
List<Class<? extends AccessDecisionVoter>> accessDecisionVoters,
Class<? extends ViewConfig> errorView,
List<Annotation> metaDataList)
Constructor for creating a
ViewConfigDescriptor |
Modifier and Type | Method and Description |
---|---|
Page.ViewParameterMode |
EditableViewConfigDescriptor.getViewParameterMode()
Exposes the
Page.ViewParameterMode of the current
entry |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.