er.extensions.components
Class ERXRRLoopDebug
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
er.extensions.components.ERXRRLoopDebug
public class ERXRRLoopDebug
- extends com.webobjects.appserver.WODynamicElement
Sometimes it's handy to be able to print out debug entries during
the various stages of the RR loop. This can sometimes help diagnose
when structure is changing on a page.
- Author:
- mschrag
Bindings |
name | the name to print out |
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary |
ERXRRLoopDebug(java.lang.String name,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement template)
|
Method Summary |
void |
appendToResponse(com.webobjects.appserver.WOResponse request,
com.webobjects.appserver.WOContext context)
|
com.webobjects.appserver.WOActionResults |
invokeAction(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
|
java.lang.String |
name(com.webobjects.appserver.WOContext context)
|
void |
takeValuesFromRequest(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
|
Methods inherited from class com.webobjects.appserver.WODynamicElement |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ERXRRLoopDebug
public ERXRRLoopDebug(java.lang.String name,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement template)
name
public java.lang.String name(com.webobjects.appserver.WOContext context)
takeValuesFromRequest
public void takeValuesFromRequest(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
- Overrides:
takeValuesFromRequest
in class com.webobjects.appserver.WOElement
appendToResponse
public void appendToResponse(com.webobjects.appserver.WOResponse request,
com.webobjects.appserver.WOContext context)
- Overrides:
appendToResponse
in class com.webobjects.appserver.WOElement
invokeAction
public com.webobjects.appserver.WOActionResults invokeAction(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
- Overrides:
invokeAction
in class com.webobjects.appserver.WOElement
Copyright © 2002 – 2007 Project Wonder.