public class BaseResourceHandlerSupport extends ResourceHandlerSupport
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_MAX_TIME_EXPIRES
Set the max time in miliseconds set on the "Expires" header for a resource rendered by
the default ResourceHandler.
|
Constructor and Description |
---|
BaseResourceHandlerSupport() |
Modifier and Type | Method and Description |
---|---|
protected static FacesServletMapping |
calculateFacesServletMapping(String servletPath,
String pathInfo)
Determines the mapping of the FacesServlet in the web.xml configuration
file.
|
String |
calculateResourceBasePath(FacesContext facesContext)
Calculate the resource base path.
|
protected FacesServletMapping |
getFacesServletMapping(FacesContext context)
Read the web.xml file that is in the classpath and parse its internals to
figure out how the FacesServlet is mapped for the current webapp.
|
String |
getMapping()
Get the mapping used as prefix(/faces) or sufix(.jsf)
|
long |
getMaxTimeExpires()
Return the time that should be set on "Expires" header in a resource.
|
ResourceLoader[] |
getResourceLoaders()
Return an array of resource loaders used to find resources
using the standard.
|
long |
getStartupTime()
Return the time when the app started.
|
boolean |
isExtensionMapping()
Check if the mapping used is done using extensions (.xhtml, .jsf)
or if it is not (/faces/*)
|
getResourceIdentifier
@JSFWebConfigParam(since="2.0", defaultValue="604800000", group="resources", tags="performance") public static final String RESOURCE_MAX_TIME_EXPIRES
public ResourceLoader[] getResourceLoaders()
ResourceHandlerSupport
getResourceLoaders
in class ResourceHandlerSupport
public String calculateResourceBasePath(FacesContext facesContext)
ResourceHandlerSupport
calculateResourceBasePath
in class ResourceHandlerSupport
public boolean isExtensionMapping()
ResourceHandlerSupport
isExtensionMapping
in class ResourceHandlerSupport
public String getMapping()
ResourceHandlerSupport
getMapping
in class ResourceHandlerSupport
protected FacesServletMapping getFacesServletMapping(FacesContext context)
protected static FacesServletMapping calculateFacesServletMapping(String servletPath, String pathInfo)
servletPath
- The servletPath of the current requestpathInfo
- The pathInfo of the current requestpublic long getStartupTime()
ResourceHandlerSupport
getStartupTime
in class ResourceHandlerSupport
public long getMaxTimeExpires()
ResourceHandlerSupport
getMaxTimeExpires
in class ResourceHandlerSupport
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.