|
RichFaces Core Implementation 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ajax4jsf.util.ServicesUtils
@Deprecated public final class ServicesUtils
| Method Summary | |
|---|---|
static Class<?> |
getService(String name)
Deprecated. |
static Object |
getServiceInstance(String name)
Deprecated. Get per-context instance for service. |
static Class<?> |
loadClass(ClassLoader loader,
String name)
Deprecated. |
static Class<?> |
loadServiceClass(ClassLoader loader,
String name)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Class<?> getService(String name)
throws ClassNotFoundException
name -
ClassNotFoundExceptionpublic static Object getServiceInstance(String name)
name - - name ( default classname ) for service.
ClassNotFoundException
public static Class<?> loadServiceClass(ClassLoader loader,
String name)
throws ClassNotFoundException
loader - name -
ClassNotFoundException
public static Class<?> loadClass(ClassLoader loader,
String name)
throws ClassNotFoundException
loader - name -
ClassNotFoundException
|
RichFaces Core Implementation 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||