|
Project Wonder 5.0.0.8795 | |||||||||
| 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 Logger |
log
logging support |
| Constructor Summary | |
|---|---|
ERXPatcher()
|
|
| Method Summary | |
|---|---|
static Class |
classForName(String className)
Returns the class registered for the name className.Uses the private WebObjects class cache. |
static void |
installPatches()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Logger log
| Constructor Detail |
|---|
public ERXPatcher()
| Method Detail |
|---|
public static Class classForName(String className)
className.
className - class name
public static void setClassForName(Class clazz,
String className)
className to the given class.
clazz - class objectclassName - name for the class - normally clazz.getName()public static void installPatches()
|
Last updated: Fri, Jan 9, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||