Package | Description |
---|---|
org.apache.deltaspike.jsf.api.config.view | |
org.apache.deltaspike.jsf.api.literal |
Modifier and Type | Method and Description |
---|---|
static View.NavigationMode |
View.NavigationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static View.NavigationMode[] |
View.NavigationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
View.NavigationMode |
ViewLiteral.navigation() |
Constructor and Description |
---|
ViewLiteral(String basePath,
String name,
String extension,
View.NavigationMode navigation,
View.ViewParameterMode viewParams,
Class<? extends View.NameBuilder> basePathBuilder,
Class<? extends View.NameBuilder> fileNameBuilder,
Class<? extends View.NameBuilder> extensionBuilder) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.