RichFaces Core Implementation 4.3.1.Final-redhat-1

org.richfaces.resource
Class ResourceMappingFeature

java.lang.Object
  extended by org.richfaces.resource.ResourceMappingFeature

public final class ResourceMappingFeature
extends Object

Determines resource mappings and request path for mapped resources.

Author:
Lukas Fryc

Method Summary
static String getLocation()
          Returns the configured location of static resources as string evaluated against EL expressions in current context, either from configuration option or predefined location corresponding to current application stage.
static List<String> getMappingFiles()
          Returns locations of static resource mapping configuration files for current application stage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMappingFiles

public static List<String> getMappingFiles()
Returns locations of static resource mapping configuration files for current application stage.

Returns:
locations of static resource mapping configuration files for current application stage

getLocation

public static String getLocation()
Returns the configured location of static resources as string evaluated against EL expressions in current context, either from configuration option or predefined location corresponding to current application stage.

Returns:
the configured location of static resources as string evaluated against EL expressions in current context

RichFaces Core Implementation 4.3.1.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.