public class MappedResourceFactoryImpl extends Object implements MappedResourceFactory, Initializable
ResourceServlet.ResourceServlet| Constructor and Description | 
|---|
| MappedResourceFactoryImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.faces.application.Resource | createResource(javax.faces.context.FacesContext context,
              ResourceKey resourceKey)Creates external resource | 
| Set<ResourceKey> | getAggregatedResources(ResourcePath resourcePath)Get all resources which maps to same location | 
| void | init()Called during service initialization time | 
| void | release()Called when releasing associated services | 
public void init()
Initializableinit in interface Initializablepublic void release()
Initializablerelease in interface Initializablepublic javax.faces.application.Resource createResource(javax.faces.context.FacesContext context,
                                              ResourceKey resourceKey)
MappedResourceFactorycreateResource in interface MappedResourceFactorycontext - FacesContextresourceKey - the resource keypublic Set<ResourceKey> getAggregatedResources(ResourcePath resourcePath)
MappedResourceFactorygetAggregatedResources in interface MappedResourceFactoryCopyright © 2016 JBoss by Red Hat. All Rights Reserved.