|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.jsf.util.Util
public final class Util
The Class Util.
Method Summary | |
---|---|
static ClassLoader |
getClassLoader(Object fallback)
Gets the class loader. |
static String |
getInvocationPath(javax.faces.context.FacesContext context)
Gets the faces mapping. |
static boolean |
isPrefixMapped(String mapping)
Returns true if the provided url-mapping is a prefix path
mapping (starts with / ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ClassLoader getClassLoader(Object fallback)
fallback
- the fallback
public static String getInvocationPath(javax.faces.context.FacesContext context)
context
- the context
public static boolean isPrefixMapped(String mapping)
Returns true if the provided url-mapping
is a prefix path
mapping (starts with /
).
mapping
- a url-pattern
/
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |