org.richfaces.resource
Class ResourceFactoryImpl
java.lang.Object
org.richfaces.resource.ResourceFactoryImpl
- All Implemented Interfaces:
- org.richfaces.resource.ResourceFactory
public class ResourceFactoryImpl
- extends Object
- implements org.richfaces.resource.ResourceFactory
- Author:
- Nick Belaevski
Fields inherited from interface org.richfaces.resource.ResourceFactory |
DYNAMIC_RESOURCE_MAPPINGS, SKINNED_RESOURCE_PREFIX, STATIC_RESOURCE_MAPPINGS |
Constructor Summary |
ResourceFactoryImpl(javax.faces.application.ResourceHandler defaultHandler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFactoryImpl
public ResourceFactoryImpl(javax.faces.application.ResourceHandler defaultHandler)
injectProperties
protected void injectProperties(Object resource,
Map<String,String> parameters)
createHandlerDependentResource
protected javax.faces.application.Resource createHandlerDependentResource(org.richfaces.resource.ResourceKey resourceKey,
Map<String,String> parameters)
- Should be called only if
#isResourceExists(String)
returns true
- Parameters:
resourceName
-
- Returns:
createResource
public javax.faces.application.Resource createResource(javax.faces.context.FacesContext context,
org.richfaces.resource.ResourceRequestData resourceData)
- Specified by:
createResource
in interface org.richfaces.resource.ResourceFactory
createResource
public javax.faces.application.Resource createResource(String resourceName,
String libraryName,
String contentType)
- Specified by:
createResource
in interface org.richfaces.resource.ResourceFactory
createDynamicResource
protected javax.faces.application.Resource createDynamicResource(org.richfaces.resource.ResourceKey resourceKey,
boolean useDependencyInjection)
getMappedDynamicResourceKeys
public Collection<org.richfaces.resource.ResourceKey> getMappedDynamicResourceKeys()
- Specified by:
getMappedDynamicResourceKeys
in interface org.richfaces.resource.ResourceFactory
createResource
protected javax.faces.application.Resource createResource(org.richfaces.resource.Java2DUserResource resource)
createResource
protected javax.faces.application.Resource createResource(org.richfaces.resource.UserResource resource)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.