Package | Description |
---|---|
org.richfaces.javascript |
RichFaces javascript
|
org.richfaces.resource |
RichFaces resource handling classes
|
org.richfaces.resource.external |
RichFaces external resource handling classes
|
org.richfaces.resource.optimizer | |
org.richfaces.resource.optimizer.resource.scan | |
org.richfaces.resource.optimizer.resource.scan.impl | |
org.richfaces.resource.optimizer.resource.util | |
org.richfaces.resource.optimizer.resource.writer.impl | |
org.richfaces.resource.optimizer.task | |
org.richfaces.ui.core |
RichFaces component core classes
|
org.richfaces.ui.validation.validator |
Modifier and Type | Method and Description |
---|---|
Set<ResourceKey> |
DnDScript.getBaseResources() |
Iterable<ResourceKey> |
JSWithDependencies.getResources() |
Iterable<ResourceKey> |
DragScript.getResources() |
Iterable<ResourceKey> |
DropScript.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> |
ResourceFactoryImpl.getMappedDynamicResourceKeys() |
Collection<ResourceKey> |
ResourceFactory.getMappedDynamicResourceKeys() |
Iterable<ResourceKey> |
ResourceLibrary.getResources() |
Iterable<ResourceKey> |
AjaxResourceLibrary.getResources() |
Iterable<ResourceKey> |
StaticResourceLibrary.getResources() |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.application.Resource |
ResourceFactoryImpl.createDynamicResource(ResourceKey resourceKey,
boolean useDependencyInjection) |
protected javax.faces.application.Resource |
ResourceFactoryImpl.createHandlerDependentResource(ResourceKey resourceKey,
Map<String,String> parameters)
Should be called only if
#isResourceExists(String) returns true |
Constructor and Description |
---|
StaticResourceLibrary(ResourceKey[] keys) |
Modifier and Type | Method and Description |
---|---|
Set<ResourceKey> |
ExternalStaticResourceFactory.getResourcesForLocation(String resourceLocation)
Returns all resource keys which points to the given external resource location
|
Set<ResourceKey> |
ExternalStaticResourceFactoryImpl.getResourcesForLocation(String resourceLocation) |
Modifier and Type | Method and Description |
---|---|
ExternalResource |
ExternalStaticResourceFactory.createResource(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey)
Creates external resource
|
ExternalResource |
ExternalStaticResourceFactoryImpl.createResource(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
boolean |
MyFacesExternalResourceTracker.isResourceRenderered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
boolean |
MojarraExternalResourceTracker.isResourceRenderered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
boolean |
ExternalResourceTracker.isResourceRenderered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey)
Returns true if given resource has been already renderered to the page
|
boolean |
ExternalResourceTrackerWrapper.isResourceRenderered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
void |
MyFacesExternalResourceTracker.markResourceRendered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
void |
MojarraExternalResourceTracker.markResourceRendered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
void |
ExternalResourceTracker.markResourceRendered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey)
Marks given resource as renderered
|
void |
ExternalResourceTrackerWrapper.markResourceRendered(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey) |
Constructor and Description |
---|
ExternalMapping(ResourceKey resourceKey,
String resourceLocation) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceKey> |
ResourceLibraryExpander.expandResourceLibraries(Collection<ResourceKey> resources)
Expands resource libraries (.reslib) in collection of resource keys.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResourceKey> |
ResourceLibraryExpander.expandResourceLibraries(Collection<ResourceKey> resources)
Expands resource libraries (.reslib) in collection of resource keys.
|
void |
ResourceTaskFactory.submit(Iterable<ResourceKey> keys) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceKey> |
ResourcesScanner.getResources() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Ordering<ResourceKey> |
ResourceOrderingScanner.getCompleteOrdering() |
Collection<ResourceKey> |
DynamicResourcesScanner.getResources() |
Collection<ResourceKey> |
ResourceOrderingScanner.getResources() |
Collection<ResourceKey> |
StaticResourcesScanner.getResources() |
Modifier and Type | Field and Description |
---|---|
static ResourceKey |
ResourceConstants.JSF_COMPRESSED |
static ResourceKey |
ResourceConstants.JSF_UNCOMPRESSED |
Modifier and Type | Method and Description |
---|---|
static String |
ResourceUtil.getResourceQualifier(ResourceKey resourceKey)
Returns the qualified name of resourceKey in format libraryName:resourceName.
|
static boolean |
ResourceUtil.isSameResource(javax.faces.application.Resource resource,
ResourceKey resourceKey)
Returns true if resourceKey and resource represents same resource.
|
Constructor and Description |
---|
ResourceWriterImpl(File resourceContentsDir,
Iterable<ResourceProcessor> resourceProcessors,
Logger log,
Set<ResourceKey> resourcesWithKnownOrder) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceTaskFactoryImpl.submit(Iterable<ResourceKey> locators) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceRenderer.encodeResource(javax.faces.component.UIComponent component,
javax.faces.context.FacesContext context,
ResourceKey resource) |
Modifier and Type | Field and Description |
---|---|
static ResourceKey |
AjaxOnlyScript.AJAX_RESOURCE |
static ResourceKey |
ClientOnlyScript.CSV_RESOURCE |
Modifier and Type | Field and Description |
---|---|
static Iterable<ResourceKey> |
AjaxOnlyScript.AJAX_LIBRARIES |
Modifier and Type | Method and Description |
---|---|
Iterable<ResourceKey> |
AjaxOnlyScript.getResources() |
Iterable<ResourceKey> |
NullConverterScript.getResources() |
Iterable<ResourceKey> |
ClientOnlyScript.getResources() |
Iterable<ResourceKey> |
ClientAndAjaxScript.getResources() |
Iterable<ResourceKey> |
LibraryScriptFunction.getResources() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.