public class ResourceELUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
RESOURCE_EXPRESSION_REGEX |
static String |
RESOURCE_LOCATION_KEY |
Constructor and Description |
---|
ResourceELUtils() |
Modifier and Type | Method and Description |
---|---|
static Location |
getResourceLocationForResolver(FacesContext facesContext) |
static boolean |
isResourceExpression(String expression) |
static void |
removeResourceLocationForResolver(FacesContext facesContext) |
static void |
saveResourceLocationForResolver(FacesContext facesContext,
Location location) |
public static final Pattern RESOURCE_EXPRESSION_REGEX
public static final String RESOURCE_LOCATION_KEY
public static boolean isResourceExpression(String expression)
public static Location getResourceLocationForResolver(FacesContext facesContext)
public static void saveResourceLocationForResolver(FacesContext facesContext, Location location)
public static void removeResourceLocationForResolver(FacesContext facesContext)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.