public class ERXPatcher
extends java.lang.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 |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
logging support
|
| Constructor and Description |
|---|
ERXPatcher() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class |
classForName(java.lang.String className)
Returns the class registered for the name
className. |
static void |
installPatches() |
static void |
setClassForName(java.lang.Class clazz,
java.lang.String className)
Sets the class registered for the name
className to the given class. |
public static java.lang.Class classForName(java.lang.String className)
className.
Uses the private WebObjects class cache.
className - class namepublic static void setClassForName(java.lang.Class clazz,
java.lang.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 – 2022 Project Wonder.