Uses of Class
jakarta.faces.application.Resource
Package
Description
-
Uses of Resource in com.sun.faces.application
Modifier and TypeMethodDescriptionApplicationImpl.createComponent
(FacesContext context, Resource componentResource) -
Uses of Resource in com.sun.faces.application.applicationimpl
Modifier and TypeMethodDescriptionInstanceFactory.createComponent
(FacesContext context, Resource componentResource, ExpressionFactory expressionFactory) -
Uses of Resource in com.sun.faces.application.resource
Modifier and TypeMethodDescriptionResourceHandlerImpl.createResource
(String resourceName) ResourceHandlerImpl.createResource
(String resourceName, String libraryName) ResourceHandlerImpl.createResource
(String resourceName, String libraryName, String contentType) ResourceHandlerImpl.createResourceFromId
(String resourceId) ResourceHandlerImpl.createViewResource
(FacesContext facesContext, String resourceName) -
Uses of Resource in com.sun.faces.application.view
Modifier and TypeMethodDescriptionFaceletViewHandlingStrategy.getScriptComponentResource
(FacesContext context, Resource componentResource) Modifier and TypeMethodDescriptionFaceletViewHandlingStrategy.getComponentMetadata
(FacesContext context, Resource ccResource) Called by Application._createComponent(Resource).FaceletViewHandlingStrategy.getScriptComponentResource
(FacesContext context, Resource componentResource) -
Uses of Resource in com.sun.faces.facelets.tag.faces
Modifier and TypeMethodDescriptionstatic boolean
CompositeComponentTagLibrary.scriptComponentForResourceExists
(FacesContext context, Resource componentResource) ModifierConstructorDescriptionCompositeComponentTagHandler
(Resource ccResource, ComponentConfig config) -
Uses of Resource in jakarta.faces.application
Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionabstract Resource
ResourceHandler.createResource
(String resourceName) Create an instance ofViewResource
given the argumentresourceName
.abstract Resource
ResourceHandler.createResource
(String resourceName, String libraryOrContractName) Create an instance ofResource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
.abstract Resource
ResourceHandler.createResource
(String resourceName, String libraryName, String contentType) Create an instance ofResource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
that claims to have the content-type given by the argumentcontent-type
.ResourceHandlerWrapper.createResource
(String resourceName) The default behavior of this method is to callResourceHandler.createResource(String)
on the wrappedResourceHandler
object.ResourceHandlerWrapper.createResource
(String resourceName, String libraryName) The default behavior of this method is to callResourceHandler.createResource(String, String)
on the wrappedResourceHandler
object.ResourceHandlerWrapper.createResource
(String resourceName, String libraryName, String contentType) The default behavior of this method is to callResourceHandler.createResource(String, String, String)
on the wrappedResourceHandler
object.ResourceHandler.createResourceFromId
(String resourceId) Create an instance ofResource
given the argumentresourceId
.ResourceHandlerWrapper.createResourceFromId
(String resourceId) The default behavior of this method is to callResourceHandler.createResourceFromId(String)
on the wrappedResourceHandler
object.ResourceWrapper.getWrapped()
Modifier and TypeMethodDescriptionApplication.createComponent
(FacesContext context, Resource componentResource) ApplicationWrapper.createComponent
(FacesContext context, Resource componentResource) The default behavior of this method is to callApplication.createComponent(jakarta.faces.context.FacesContext, Resource)
on the wrappedApplication
object.ModifierConstructorDescriptionResourceWrapper
(Resource wrapped) If this resource has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. -
Uses of Resource in jakarta.faces.view
Modifier and TypeMethodDescriptionabstract Resource
ViewDeclarationLanguage.getScriptComponentResource
(FacesContext context, Resource componentResource) Take implementation specific action to discover aResource
given the argumentcomponentResource
.ViewDeclarationLanguageWrapper.getScriptComponentResource
(FacesContext context, Resource componentResource) Modifier and TypeMethodDescriptionabstract BeanInfo
ViewDeclarationLanguage.getComponentMetadata
(FacesContext context, Resource componentResource) Return a reference to the component metadata for the composite component represented by the argumentcomponentResource
, ornull
if the metadata cannot be found.ViewDeclarationLanguageWrapper.getComponentMetadata
(FacesContext context, Resource componentResource) abstract Resource
ViewDeclarationLanguage.getScriptComponentResource
(FacesContext context, Resource componentResource) Take implementation specific action to discover aResource
given the argumentcomponentResource
.ViewDeclarationLanguageWrapper.getScriptComponentResource
(FacesContext context, Resource componentResource)