
Classes | |
| class | DynamicElementsPatches |
| class | Entity |
| class | EntityTable |
Public Member Functions | |
| ERXPatcher () | |
Static Public Member Functions | |
| static Class | classForName (String className) |
| static synchronized void | installPatches () |
| static void | setClassForName (Class clazz, String className) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXPatcher.class) |
| ERXPatcher | ( | ) |
| static Class classForName | ( | String | className | ) | [static] |
Returns the class registered for the name className.
Uses the private WebObjects class cache.
| className | class name |
| static synchronized void installPatches | ( | ) | [static] |
| static void setClassForName | ( | Class | clazz, | |
| String | className | |||
| ) | [static] |
Sets the class registered for the name className to the given class.
Changes the private WebObjects class cache.
| clazz | class object | |
| className | name for the class - normally clazz.getName() |
1.5.8