|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecter.extensions.foundation.ERXPatcher
public class ERXPatcher
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.
| Nested Class Summary | |
|---|---|
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
|
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
log
logging support |
| Constructor Summary | |
|---|---|
ERXPatcher()
|
|
| Method Summary | |
|---|---|
static java.lang.Class |
classForName(java.lang.String className)
Returns the class registered for the name className.Uses the private WebObjects class cache. |
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.Changes the private WebObjects class cache. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.log4j.Logger log
| Constructor Detail |
|---|
public ERXPatcher()
| Method Detail |
|---|
public static java.lang.Class classForName(java.lang.String className)
className.
className - class name
public static void setClassForName(java.lang.Class clazz,
java.lang.String className)
className to the given class.
clazz - class objectclassName - name for the class - normally clazz.getName()public static void installPatches()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||