Uses of Class
jakarta.faces.application.Resource
-
-
Uses of Resource in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type Resource Modifier and Type Method Description UIComponentApplicationImpl. createComponent(FacesContext context, Resource componentResource) -
Uses of Resource in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl with parameters of type Resource Modifier and Type Method Description UIComponentInstanceFactory. createComponent(FacesContext context, Resource componentResource, jakarta.el.ExpressionFactory expressionFactory) -
Uses of Resource in com.sun.faces.application.resource
Subclasses of Resource in com.sun.faces.application.resource Modifier and Type Class Description classResourceImplDefault implementation ofResource.Methods in com.sun.faces.application.resource that return Resource Modifier and Type Method Description ResourceResourceHandlerImpl. createResource(String resourceName)ResourceResourceHandlerImpl. createResource(String resourceName, String libraryName)ResourceResourceHandlerImpl. createResource(String resourceName, String libraryName, String contentType)ResourceResourceHandlerImpl. createResourceFromId(String resourceId)ResourceResourceHandlerImpl. createViewResource(FacesContext facesContext, String resourceName) -
Uses of Resource in com.sun.faces.application.view
Methods in com.sun.faces.application.view that return Resource Modifier and Type Method Description ResourceFaceletViewHandlingStrategy. getScriptComponentResource(FacesContext context, Resource componentResource)Methods in com.sun.faces.application.view with parameters of type Resource Modifier and Type Method Description BeanInfoFaceletViewHandlingStrategy. getComponentMetadata(FacesContext context, Resource ccResource)Called by Application._createComponent(Resource).ResourceFaceletViewHandlingStrategy. getScriptComponentResource(FacesContext context, Resource componentResource) -
Uses of Resource in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces with parameters of type Resource Modifier and Type Method Description static booleanCompositeComponentTagLibrary. scriptComponentForResourceExists(FacesContext context, Resource componentResource)Constructors in com.sun.faces.facelets.tag.faces with parameters of type Resource Constructor Description CompositeComponentTagHandler(Resource ccResource, ComponentConfig config) -
Uses of Resource in jakarta.faces.application
Subclasses of Resource in jakarta.faces.application Modifier and Type Class Description classResourceWrapperMethods in jakarta.faces.application that return Resource Modifier and Type Method Description abstract ResourceResourceHandler. createResource(String resourceName)Create an instance ofViewResourcegiven the argumentresourceName.abstract ResourceResourceHandler. createResource(String resourceName, String libraryOrContractName)Create an instance ofResourcewith a resourceName given by the value of the argumentresourceNamethat is a member of the library named by the argumentlibraryName.abstract ResourceResourceHandler. createResource(String resourceName, String libraryName, String contentType)Create an instance ofResourcewith a resourceName given by the value of the argumentresourceNamethat is a member of the library named by the argumentlibraryNamethat claims to have the content-type given by the argumentcontent-type.ResourceResourceHandlerWrapper. createResource(String resourceName)The default behavior of this method is to callResourceHandler.createResource(String)on the wrappedResourceHandlerobject.ResourceResourceHandlerWrapper. createResource(String resourceName, String libraryName)The default behavior of this method is to callResourceHandler.createResource(String, String)on the wrappedResourceHandlerobject.ResourceResourceHandlerWrapper. createResource(String resourceName, String libraryName, String contentType)The default behavior of this method is to callResourceHandler.createResource(String, String, String)on the wrappedResourceHandlerobject.ResourceResourceHandler. createResourceFromId(String resourceId)Create an instance ofResourcegiven the argumentresourceId.ResourceResourceHandlerWrapper. createResourceFromId(String resourceId)The default behavior of this method is to callResourceHandler.createResourceFromId(String)on the wrappedResourceHandlerobject.ResourceResourceWrapper. getWrapped()Methods in jakarta.faces.application with parameters of type Resource Modifier and Type Method Description UIComponentApplication. createComponent(FacesContext context, Resource componentResource)UIComponentApplicationWrapper. createComponent(FacesContext context, Resource componentResource)The default behavior of this method is to callApplication.createComponent(jakarta.faces.context.FacesContext, Resource)on the wrappedApplicationobject.Constructors in jakarta.faces.application with parameters of type Resource Constructor Description ResourceWrapper(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
Methods in jakarta.faces.view that return Resource Modifier and Type Method Description abstract ResourceViewDeclarationLanguage. getScriptComponentResource(FacesContext context, Resource componentResource)Take implementation specific action to discover aResourcegiven the argumentcomponentResource.ResourceViewDeclarationLanguageWrapper. getScriptComponentResource(FacesContext context, Resource componentResource)Methods in jakarta.faces.view with parameters of type Resource Modifier and Type Method Description abstract BeanInfoViewDeclarationLanguage. getComponentMetadata(FacesContext context, Resource componentResource)Return a reference to the component metadata for the composite component represented by the argumentcomponentResource, ornullif the metadata cannot be found.BeanInfoViewDeclarationLanguageWrapper. getComponentMetadata(FacesContext context, Resource componentResource)abstract ResourceViewDeclarationLanguage. getScriptComponentResource(FacesContext context, Resource componentResource)Take implementation specific action to discover aResourcegiven the argumentcomponentResource.ResourceViewDeclarationLanguageWrapper. getScriptComponentResource(FacesContext context, Resource componentResource)
-