RichFaces Core API 4.3.0.CR2

Uses of Class
org.richfaces.resource.ResourceKey

Packages that use ResourceKey
org.ajax4jsf.javascript Classes and interfaces that ease creation of client-side Javascript code 
org.richfaces.resource   
org.richfaces.resource.external   
 

Uses of ResourceKey in org.ajax4jsf.javascript
 

Methods in org.ajax4jsf.javascript that return types with arguments of type ResourceKey
 Iterable<ResourceKey> JSWithDependencies.getResources()
           
 

Constructors in org.ajax4jsf.javascript with parameters of type ResourceKey
JSWithDependencies(Object wrapped, ResourceKey... resources)
           
 

Constructor parameters in org.ajax4jsf.javascript with type arguments of type ResourceKey
JSWithDependencies(Object wrapped, Iterable<ResourceKey> resources)
           
 

Uses of ResourceKey in org.richfaces.resource
 

Fields in org.richfaces.resource with type parameters of type ResourceKey
static com.google.common.base.Function<String,ResourceKey> ResourceKey.FACTORY
           
 

Methods in org.richfaces.resource that return ResourceKey
static ResourceKey ResourceKey.create(javax.faces.application.Resource resource)
           
static ResourceKey ResourceKey.create(String resourceQualifier)
           
static ResourceKey ResourceKey.create(String resourceName, String libraryName)
           
 

Methods in org.richfaces.resource that return types with arguments of type ResourceKey
 Collection<ResourceKey> ResourceFactory.getMappedDynamicResourceKeys()
           
 Iterable<ResourceKey> ResourceLibrary.getResources()
           
 

Uses of ResourceKey in org.richfaces.resource.external
 

Methods in org.richfaces.resource.external that return types with arguments of type ResourceKey
 Set<ResourceKey> ExternalStaticResourceFactory.getResourcesForLocation(String resourceLocation)
          Returns all resource keys which points to the given external resource location
 

Methods in org.richfaces.resource.external with parameters of type ResourceKey
 ExternalResource ExternalStaticResourceFactory.createResource(javax.faces.context.FacesContext facesContext, ResourceKey resourceKey)
          Creates external resource
 boolean ExternalResourceTracker.isResourceRenderered(javax.faces.context.FacesContext facesContext, ResourceKey resourceKey)
          Returns true if given resource has been already renderered to the page
 void ExternalResourceTracker.markResourceRendered(javax.faces.context.FacesContext facesContext, ResourceKey resourceKey)
          Marks given resource as renderered
 


RichFaces Core API 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.