Package | Description |
---|---|
org.ajax4jsf.javascript |
Classes and interfaces that ease creation of client-side Javascript code
|
org.richfaces.resource | |
org.richfaces.resource.external |
Modifier and Type | Method and Description |
---|---|
Iterable<ResourceKey> |
JSWithDependencies.getResources() |
Constructor and Description |
---|
JSWithDependencies(Object wrapped,
ResourceKey... resources) |
Constructor and Description |
---|
JSWithDependencies(Object wrapped,
Iterable<ResourceKey> resources) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<String,ResourceKey> |
ResourceKey.FACTORY |
Modifier and Type | Method and Description |
---|---|
static ResourceKey |
ResourceKey.create(javax.faces.application.Resource resource) |
static ResourceKey |
ResourceKey.create(String resourceQualifier) |
static ResourceKey |
ResourceKey.create(String resourceName,
String libraryName) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceKey> |
ResourceFactory.getMappedDynamicResourceKeys() |
Iterable<ResourceKey> |
ResourceLibrary.getResources() |
Modifier and Type | Method and Description |
---|---|
Set<ResourceKey> |
ExternalStaticResourceFactory.getResourcesForLocation(String resourceLocation)
Returns all resource keys which points to the given external resource location
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.