|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceHandlerSupport
A utility class to isolate a ResourceHandler implementation from its underlying implementation
Method Summary | |
---|---|
java.lang.String |
calculateResourceBasePath(FacesContext facesContext)
Calculate the resource base path. |
java.lang.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/*) |
Method Detail |
---|
java.lang.String calculateResourceBasePath(FacesContext facesContext)
ResourceLoader[] getResourceLoaders()
boolean isExtensionMapping()
java.lang.String getMapping()
long getStartupTime()
long getMaxTimeExpires()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |