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 | Class and Description |
---|---|
class |
ResourceHandlerWrapper
Provides a simple implementation of
|
Modifier and Type | Method and Description |
---|---|
ResourceHandler |
ApplicationWrapper.getResourceHandler()
The default behavior of this method
is to call |
ResourceHandler |
Application.getResourceHandler()
Return the singleton, stateless, thread-safe |
abstract ResourceHandler |
ResourceHandlerWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationWrapper.setResourceHandler(ResourceHandler resourceHandler)
The default behavior of this method
is to call |
void |
Application.setResourceHandler(ResourceHandler resourceHandler)
Set the |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.