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 Initializable
public ExternalResource createResource(javax.faces.context.FacesContext facesContext, ResourceKey resourceKey)
ExternalStaticResourceFactory
createResource
in interface ExternalStaticResourceFactory
facesContext
- FacesContext
resourceKey
- the resource keypublic Set<ResourceKey> getResourcesForLocation(String resourceLocation)
ExternalStaticResourceFactory
getResourcesForLocation
in interface ExternalStaticResourceFactory
resourceLocation
- the external resource locationpublic void release()
release
in interface Initializable
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.