-
Methods in com.sun.faces.application.view with parameters of type ViewVisitOption
Modifier and Type |
Method |
Description |
Stream<String> |
FaceletViewHandlingStrategy.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options) |
|
Stream<String> |
FaceletViewHandlingStrategy.getViews(FacesContext context,
String path,
ViewVisitOption... options) |
|
Stream<String> |
JspViewHandlingStrategy.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options) |
Not supported in JSP-based views.
|
Stream<String> |
JspViewHandlingStrategy.getViews(FacesContext context,
String path,
ViewVisitOption... options) |
Not supported in JSP-based views.
|
Stream<String> |
MultiViewHandler.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options) |
|
Stream<String> |
MultiViewHandler.getViews(FacesContext context,
String path,
ViewVisitOption... options) |
|
-
Methods in jakarta.faces.application with parameters of type ViewVisitOption
Modifier and Type |
Method |
Description |
Stream<String> |
ViewHandler.getViews(FacesContext facesContext,
String path,
int maxDepth,
ViewVisitOption... options) |
Return a Stream possibly lazily populated by walking the view trees of every active
ViewDeclarationLanguage rooted at a given initial path.
|
Stream<String> |
ViewHandler.getViews(FacesContext facesContext,
String path,
ViewVisitOption... options) |
Return a Stream possibly lazily populated by walking the view trees of every active
ViewDeclarationLanguage rooted at a given initial path.
|
Stream<String> |
ViewHandlerWrapper.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options) |
|
Stream<String> |
ViewHandlerWrapper.getViews(FacesContext context,
String path,
ViewVisitOption... options) |
|
-
Methods in jakarta.faces.view with parameters of type ViewVisitOption
Modifier and Type |
Method |
Description |
Stream<String> |
ViewDeclarationLanguage.getViews(FacesContext facesContext,
String path,
int maxDepth,
ViewVisitOption... options) |
Return a Stream possibly lazily populated by walking the view tree rooted at a given initial path.
|
Stream<String> |
ViewDeclarationLanguage.getViews(FacesContext facesContext,
String path,
ViewVisitOption... options) |
Return a Stream possibly lazily populated by walking the view tree rooted at a given initial path.
|
Stream<String> |
ViewDeclarationLanguageWrapper.getViews(FacesContext context,
String path,
int maxDepth,
ViewVisitOption... options) |
|
Stream<String> |
ViewDeclarationLanguageWrapper.getViews(FacesContext context,
String path,
ViewVisitOption... options) |
|