Modifier and Type | Method and Description |
---|---|
UIComponent |
ApplicationImpl.createComponent(FacesContext context,
Resource componentResource) |
Modifier and Type | Method and Description |
---|---|
UIComponent |
InstanceFactory.createComponent(FacesContext context,
Resource componentResource,
javax.el.ExpressionFactory expressionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceImpl
Default implementation of
Resource . |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceHandlerImpl.createResource(String resourceName) |
Resource |
ResourceHandlerImpl.createResource(String resourceName,
String libraryName) |
Resource |
ResourceHandlerImpl.createResource(String resourceName,
String libraryName,
String contentType) |
Resource |
ResourceHandlerImpl.createResourceFromId(String resourceId) |
Resource |
ResourceHandlerImpl.createViewResource(FacesContext facesContext,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
Resource |
JspViewHandlingStrategy.getScriptComponentResource(FacesContext context,
Resource componentResource)
Not supported in JSP-based views.
|
Resource |
FaceletViewHandlingStrategy.getScriptComponentResource(FacesContext context,
Resource componentResource) |
Modifier and Type | Method and Description |
---|---|
BeanInfo |
FaceletViewHandlingStrategy.createComponentMetadata(FacesContext context,
Resource ccResource) |
BeanInfo |
JspViewHandlingStrategy.getComponentMetadata(FacesContext context,
Resource componentResource)
Not supported in JSP-based views.
|
BeanInfo |
FaceletViewHandlingStrategy.getComponentMetadata(FacesContext context,
Resource ccResource)
Called by Application._createComponent(Resource).
|
Resource |
JspViewHandlingStrategy.getScriptComponentResource(FacesContext context,
Resource componentResource)
Not supported in JSP-based views.
|
Resource |
FaceletViewHandlingStrategy.getScriptComponentResource(FacesContext context,
Resource componentResource) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CompositeComponentTagLibrary.scriptComponentForResourceExists(FacesContext context,
Resource componentResource) |
Constructor and Description |
---|
CompositeComponentTagHandler(Resource ccResource,
ComponentConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceWrapper
|
Modifier and Type | Method and Description |
---|---|
abstract Resource |
ResourceHandler.createResource(String resourceName)
Create an instance of |
Resource |
ResourceHandlerWrapper.createResource(String resourceName)
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)
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.createResource(String resourceName,
String libraryName,
String contentType)
The default behavior of this method is to call
|
Resource |
ResourceHandler.createResourceFromId(String resourceId)
Create an instance of |
Resource |
ResourceHandlerWrapper.createResourceFromId(String resourceId)
The default behavior of this method is to call
|
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 |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.