Package | Description |
---|---|
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.