org.richfaces.resource
Interface ResourceFactory


public interface ResourceFactory

Author:
Nick Belaevski

Field Summary
static String DYNAMIC_RESOURCE_MAPPINGS
           
static String SKINNED_RESOURCE_PREFIX
           
static String STATIC_RESOURCE_MAPPINGS
           
 
Method Summary
 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()
           
 

Field Detail

STATIC_RESOURCE_MAPPINGS

static final String STATIC_RESOURCE_MAPPINGS
See Also:
Constant Field Values

DYNAMIC_RESOURCE_MAPPINGS

static final String DYNAMIC_RESOURCE_MAPPINGS
See Also:
Constant Field Values

SKINNED_RESOURCE_PREFIX

static final String SKINNED_RESOURCE_PREFIX
See Also:
Constant Field Values
Method Detail

getMappedDynamicResourceKeys

Collection<ResourceKey> getMappedDynamicResourceKeys()

createResource

javax.faces.application.Resource createResource(String resourceName,
                                                String libraryName,
                                                String contentType)

createResource

javax.faces.application.Resource createResource(javax.faces.context.FacesContext context,
                                                ResourceRequestData resourceData)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.