| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.application.resource | |
| com.sun.faces.facelets.impl | |
| javax.faces.application |
| Modifier and Type | Method and Description |
|---|---|
ResourceHandler |
ApplicationImpl.getResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationImpl.setResourceHandler(ResourceHandler resourceHandler) |
| Modifier and Type | Method and Description |
|---|---|
ResourceHandler |
Singletons.getResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Singletons.setResourceHandler(ResourceHandler resourceHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceHandlerImpl
This is the default implementation of
ResourceHandler. |
| Constructor and Description |
|---|
DefaultResourceResolver(ResourceHandler resourceHandler) |
| 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 © 1997–2019 Eclipse Foundation. All rights reserved.