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.
|
Modifier and Type | Method and Description |
---|---|
static ResourceVisitOption |
ResourceVisitOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceVisitOption[] |
ResourceVisitOption.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> |
ResourceHandlerWrapper.getViewResources(FacesContext facesContext,
String path,
int maxDepth,
ResourceVisitOption... options)
The default behavior of this method
is to call |
Stream<String> |
ResourceHandler.getViewResources(FacesContext facesContext,
String path,
int maxDepth,
ResourceVisitOption... options)
Return a |
Stream<String> |
ResourceHandlerWrapper.getViewResources(FacesContext facesContext,
String path,
ResourceVisitOption... options)
The default behavior of this method
is to call |
Stream<String> |
ResourceHandler.getViewResources(FacesContext facesContext,
String path,
ResourceVisitOption... options)
Return a |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.