er.extensions
Class ERXPatcher
java.lang.Object
er.extensions.ERXPatcher
- public class ERXPatcher
- extends Object
Wrapper around the WO-private NSUtilities which allows for some Objective-C-Style poseAs.
Using these methods may or may not break in the future.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final ERXLogger log
- logging support
ERXPatcher
public ERXPatcher()
classForName
public static Class classForName(String className)
- Returns the class registered for the name
className
.
Uses the private WebObjects class cache.
- Parameters:
className
- class name
- Returns:
- class for the registered name or null
setClassForName
public static void setClassForName(Class clazz,
String className)
- Sets the class registered for the name
className
to the given class.
Changes the private WebObjects class cache.
- Parameters:
clazz
- class objectclassName
- name for the class - normally clazz.getName()
installPatches
public static void installPatches()
Copyright © 2002 – 2004 Project Wonder.