Package | Description |
---|---|
javax.faces.application | |
javax.faces.view |
Modifier and Type | Method and Description |
---|---|
static ViewVisitOption |
ViewVisitOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewVisitOption[] |
ViewVisitOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Stream<String> |
ViewHandlerWrapper.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options)
The default behavior of this method is to call
ViewHandler.getViews(FacesContext, String, int, ViewVisitOption...) on the wrapped
ViewHandler object. |
Stream<String> |
ViewHandler.getViews(FacesContext facesContext,
String path,
int maxDepth,
ViewVisitOption... options)
Return a |
Stream<String> |
ViewHandlerWrapper.getViews(FacesContext context,
String path,
ViewVisitOption... options)
The default behavior of this method is to call
ViewHandler.getViews(FacesContext, String, ViewVisitOption...) on the wrapped
ViewHandler object. |
Stream<String> |
ViewHandler.getViews(FacesContext facesContext,
String path,
ViewVisitOption... options)
Return a |
Modifier and Type | Method and Description |
---|---|
Stream<String> |
ViewDeclarationLanguageWrapper.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options) |
Stream<String> |
ViewDeclarationLanguage.getViews(FacesContext facesContext,
String path,
int maxDepth,
ViewVisitOption... options)
Return a |
Stream<String> |
ViewDeclarationLanguageWrapper.getViews(FacesContext context,
String path,
ViewVisitOption... options) |
Stream<String> |
ViewDeclarationLanguage.getViews(FacesContext facesContext,
String path,
ViewVisitOption... options)
Return a |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.