| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.view | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ResourceWrapper
 | 
| Modifier and Type | Method and Description | 
|---|---|
Resource | 
ResourceHandlerWrapper.createResource(String resourceName)
 The default behavior of this method is to call   | 
abstract Resource | 
ResourceHandler.createResource(String resourceName)
 Create an instance of   | 
Resource | 
ResourceHandlerWrapper.createResource(String resourceName,
              String libraryName)
 The default behavior of this method is to call
   | 
abstract Resource | 
ResourceHandler.createResource(String resourceName,
              String libraryOrContractName)
 Create an instance of   | 
Resource | 
ResourceHandlerWrapper.createResource(String resourceName,
              String libraryName,
              String contentType)
 The default behavior of this method is to call
   | 
abstract Resource | 
ResourceHandler.createResource(String resourceName,
              String libraryName,
              String contentType)
 Create an instance of   | 
Resource | 
ResourceHandlerWrapper.createResourceFromId(String resourceId)
 The default behavior of this method is to call
   | 
Resource | 
ResourceHandler.createResourceFromId(String resourceId)
 Create an instance of   | 
Resource | 
ResourceWrapper.getWrapped()  | 
| Modifier and Type | Method and Description | 
|---|---|
UIComponent | 
ApplicationWrapper.createComponent(FacesContext context,
               Resource componentResource)
 The default behavior of this method is to call
   | 
UIComponent | 
Application.createComponent(FacesContext context,
               Resource componentResource)
 Instantiate and return a new
   | 
| Constructor and Description | 
|---|
ResourceWrapper(Resource wrapped)
If this resource has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.  | 
| Modifier and Type | Method and Description | 
|---|---|
Resource | 
ViewDeclarationLanguageWrapper.getScriptComponentResource(FacesContext context,
                          Resource componentResource)  | 
abstract Resource | 
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
                          Resource componentResource)
Take implementation specific action
 to discover a   | 
| Modifier and Type | Method and Description | 
|---|---|
BeanInfo | 
ViewDeclarationLanguageWrapper.getComponentMetadata(FacesContext context,
                    Resource componentResource)  | 
abstract BeanInfo | 
ViewDeclarationLanguage.getComponentMetadata(FacesContext context,
                    Resource componentResource)
Return a reference to the component
 metadata for the composite component represented by the argument
   | 
Resource | 
ViewDeclarationLanguageWrapper.getScriptComponentResource(FacesContext context,
                          Resource componentResource)  | 
abstract Resource | 
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
                          Resource componentResource)
Take implementation specific action
 to discover a   | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.