| Package | Description | 
|---|---|
| javax.faces.application | 
| 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   | 
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   | 
| Constructor and Description | 
|---|
ResourceHandlerWrapper(ResourceHandler wrapped)
If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.