| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.commons.resourcehandler.resource.ResourceHandlerSupport
public abstract class ResourceHandlerSupport
A utility class to isolate a ResourceHandler implementation from its underlying implementation
| Constructor Summary | |
|---|---|
| ResourceHandlerSupport() | |
| Method Summary | |
|---|---|
| abstract  java.lang.String | calculateResourceBasePath(javax.faces.context.FacesContext facesContext)Calculate the resource base path. | 
| abstract  java.lang.String | getMapping()Get the mapping used as prefix(/faces) or sufix(.jsf) | 
| abstract  long | getMaxTimeExpires()Return the time that should be set on "Expires" header in a resource. | 
|  java.lang.String | getResourceIdentifier() | 
| abstract  ResourceLoader[] | getResourceLoaders()Return an array of resource loaders used to find resources using the standard. | 
| abstract  long | getStartupTime()Return the time when the app started. | 
| abstract  boolean | isExtensionMapping()Check if the mapping used is done using extensions (.xhtml, .jsf) or if it is not (/faces/*) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ResourceHandlerSupport()
| Method Detail | 
|---|
public abstract java.lang.String calculateResourceBasePath(javax.faces.context.FacesContext facesContext)
public abstract ResourceLoader[] getResourceLoaders()
public abstract boolean isExtensionMapping()
public abstract java.lang.String getMapping()
public abstract long getStartupTime()
public abstract long getMaxTimeExpires()
public java.lang.String getResourceIdentifier()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||