|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.taglib.html.Utils
public class Utils
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static java.lang.Class |
applicationClass(java.lang.String className)
Return the Class object for the specified fully
qualified class name, from this web application's class loader. |
static java.lang.Class |
applicationClass(java.lang.String className,
java.lang.ClassLoader classLoader)
Return the Class object for the specified fully
qualified class name, from this web application's class loader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static java.lang.Class applicationClass(java.lang.String className) throws java.lang.ClassNotFoundException
Return the Class
object for the specified fully
qualified class name, from this web application's class loader.
className
- Fully qualified class name to be loaded
java.lang.ClassNotFoundException
- if the class cannot be foundpublic static java.lang.Class applicationClass(java.lang.String className, java.lang.ClassLoader classLoader) throws java.lang.ClassNotFoundException
Return the Class
object for the specified fully
qualified class name, from this web application's class loader.
className
- Fully qualified class name to be loadedclassLoader
- The desired classloader to use
java.lang.ClassNotFoundException
- if the class cannot be found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |