public class ExternalStaticResourceFactoryImpl extends Object implements ExternalStaticResourceFactory, Initializable
| Constructor and Description |
|---|
ExternalStaticResourceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExternalResource |
createResource(javax.faces.context.FacesContext facesContext,
ResourceKey resourceKey)
Creates external resource
|
Set<ResourceKey> |
getResourcesForLocation(String resourceLocation)
Returns all resource keys which points to the given external resource location
|
void |
init() |
void |
release() |
public void init()
init in interface Initializablepublic ExternalResource createResource(javax.faces.context.FacesContext facesContext, ResourceKey resourceKey)
ExternalStaticResourceFactorycreateResource in interface ExternalStaticResourceFactoryfacesContext - FacesContextresourceKey - the resource keypublic Set<ResourceKey> getResourcesForLocation(String resourceLocation)
ExternalStaticResourceFactorygetResourcesForLocation in interface ExternalStaticResourceFactoryresourceLocation - the external resource locationpublic void release()
release in interface InitializableCopyright © 2013 JBoss by Red Hat. All Rights Reserved.