public interface ResourceFactory
Modifier and Type | Field and Description |
---|---|
static String |
DYNAMIC_RESOURCE_MAPPINGS |
static String |
SKINNED_RESOURCE_PLACEHOLDER |
static String |
SKINNED_RESOURCE_PREFIX |
Modifier and Type | Method and Description |
---|---|
javax.faces.application.Resource |
createResource(javax.faces.context.FacesContext context,
ResourceRequestData resourceData) |
javax.faces.application.Resource |
createResource(String resourceName,
String libraryName,
String contentType) |
Collection<ResourceKey> |
getMappedDynamicResourceKeys() |
static final String DYNAMIC_RESOURCE_MAPPINGS
static final String SKINNED_RESOURCE_PLACEHOLDER
static final String SKINNED_RESOURCE_PREFIX
Collection<ResourceKey> getMappedDynamicResourceKeys()
javax.faces.application.Resource createResource(String resourceName, String libraryName, String contentType)
javax.faces.application.Resource createResource(javax.faces.context.FacesContext context, ResourceRequestData resourceData)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.