Uses of Class
org.omnifaces.resourcehandler.ResourceIdentifier
-
Packages that use ResourceIdentifier Package Description org.omnifaces.resourcehandler org.omnifaces.util -
-
Uses of ResourceIdentifier in org.omnifaces.resourcehandler
Methods in org.omnifaces.resourcehandler that return types with arguments of type ResourceIdentifier Modifier and Type Method Description Set<ResourceIdentifier>
CombinedResourceInfo. getResourceIdentifiers()
Returns the ordered set of resource identifiers of this combined resource info.Methods in org.omnifaces.resourcehandler with parameters of type ResourceIdentifier Modifier and Type Method Description CombinedResourceInfo.Builder
CombinedResourceInfo.Builder. add(ResourceIdentifier resourceIdentifier)
Add the resource represented by the given resource identifier resources of this combined resource info. -
Uses of ResourceIdentifier in org.omnifaces.util
Methods in org.omnifaces.util with parameters of type ResourceIdentifier Modifier and Type Method Description static Resource
Faces. createResource(ResourceIdentifier resourceIdentifier)
Creates and returns a Faces resource associated with given resource identifier.static Resource
FacesLocal. createResource(FacesContext context, ResourceIdentifier resourceIdentifier)
-