Uses of Class
jakarta.faces.application.Resource
Packages that use Resource
-
Uses of Resource in jakarta.faces.application
Subclasses of Resource in jakarta.faces.applicationMethods in jakarta.faces.application that return ResourceModifier and TypeMethodDescriptionabstract Resource
ResourceHandler.createResource
(String resourceName) abstract Resource
ResourceHandler.createResource
(String resourceName, String libraryName) abstract Resource
ResourceHandler.createResource
(String resourceName, String libraryName, String contentType) ResourceHandlerWrapper.createResource
(String resourceName) ResourceHandlerWrapper.createResource
(String resourceName, String libraryName) ResourceHandlerWrapper.createResource
(String resourceName, String libraryName, String contentType) ResourceHandler.createResourceFromId
(String resourceId) ResourceHandlerWrapper.createResourceFromId
(String resourceId) ResourceWrapper.getWrapped()
Methods in jakarta.faces.application with parameters of type ResourceModifier and TypeMethodDescriptionApplication.createComponent
(FacesContext context, Resource componentResource) ???ApplicationWrapper.createComponent
(FacesContext context, Resource componentResource) Constructors in jakarta.faces.application with parameters of type Resource -
Uses of Resource in jakarta.faces.view
Methods in jakarta.faces.view that return ResourceModifier and TypeMethodDescriptionabstract Resource
ViewDeclarationLanguage.getScriptComponentResource
(FacesContext context, Resource componentResource) ViewDeclarationLanguageWrapper.getScriptComponentResource
(FacesContext context, Resource componentResource) Methods in jakarta.faces.view with parameters of type ResourceModifier and TypeMethodDescriptionabstract BeanInfo
ViewDeclarationLanguage.getComponentMetadata
(FacesContext context, Resource componentResource) ViewDeclarationLanguageWrapper.getComponentMetadata
(FacesContext context, Resource componentResource) abstract Resource
ViewDeclarationLanguage.getScriptComponentResource
(FacesContext context, Resource componentResource) ViewDeclarationLanguageWrapper.getScriptComponentResource
(FacesContext context, Resource componentResource)