public class ERXPatcher extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ERXPatcher.DynamicElementsPatches
This class holds patches for WebObjects dynamic elements, which have always a closing tag and all attribute
values are enclosed in quotes.
|
static class |
ERXPatcher.Entity |
static class |
ERXPatcher.EntityTable |
Constructor and Description |
---|
ERXPatcher() |
Modifier and Type | Method and Description |
---|---|
static Class |
classForName(String className)
Returns the class registered for the name
className . |
static void |
installPatches() |
static void |
setClassForName(Class clazz,
String className)
Sets the class registered for the name
className to the given class. |
public static Class classForName(String className)
className
.
Uses the private WebObjects class cache.
className
- class namepublic static void setClassForName(Class clazz, String className)
className
to the given class.
Changes the private WebObjects class cache.
clazz
- class objectclassName
- name for the class - normally clazz.getName()public static void installPatches()
Copyright © 2002 – 2024 Project Wonder.