Package | Description |
---|---|
org.richfaces.resource.external |
RichFaces external resource handling classes
|
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteRequestPathResource
Implementation of
Resource which serves resources from absolute path. |
class |
ExternalStaticResource |
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) |
ExternalResource |
ExternalMapping.getResource(javax.faces.context.FacesContext facesContext)
Creates new
ExternalResource for given ResourceKey and external resource location |
Modifier and Type | Method and Description |
---|---|
void |
MyFacesExternalResourceTracker.markExternalResourceRendered(javax.faces.context.FacesContext facesContext,
ExternalResource resource) |
void |
MojarraExternalResourceTracker.markExternalResourceRendered(javax.faces.context.FacesContext facesContext,
ExternalResource resource) |
void |
ExternalResourceTracker.markExternalResourceRendered(javax.faces.context.FacesContext facesContext,
ExternalResource resourceKey)
Marks given
ExternalResource and all other resources with same external location (
getExternalLocation() ) as rendered |
void |
ExternalResourceTrackerWrapper.markExternalResourceRendered(javax.faces.context.FacesContext facesContext,
ExternalResource resource) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.