er.extensions.components
Class ERXWOFormBarrier
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
er.extensions.components.ERXWOFormBarrier
public class ERXWOFormBarrier
- extends com.webobjects.appserver._private.WODynamicGroup
ERXWOFormBarrier allows you to wrap a section of your page that you want to trick into believing that
it is not actually inside of a WOForm. As an example, you could wrap an AjaxModalDialog that has a
form inside of it so that the form inside the dialog would process correctly because the barrier
would trick WO into believing the inner form is structurally distinct an outer form that might
already be wrapping the dialog.
- Author:
- mschrag
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup |
_children |
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary |
ERXWOFormBarrier(java.lang.String aName,
com.webobjects.foundation.NSDictionary<java.lang.String,com.webobjects.appserver.WOAssociation> someAssociations,
com.webobjects.foundation.NSMutableArray<com.webobjects.appserver.WOElement> children)
|
ERXWOFormBarrier(java.lang.String aName,
com.webobjects.foundation.NSDictionary someAssociations,
com.webobjects.appserver.WOElement template)
|
Method Summary |
void |
appendToResponse(com.webobjects.appserver.WOResponse aResponse,
com.webobjects.appserver.WOContext aContext)
|
com.webobjects.appserver.WOActionResults |
invokeAction(com.webobjects.appserver.WORequest aRequest,
com.webobjects.appserver.WOContext aContext)
|
void |
takeValuesFromRequest(com.webobjects.appserver.WORequest aRequest,
com.webobjects.appserver.WOContext aContext)
|
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup |
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeChildrenAction, takeChildrenValuesFromRequest, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ERXWOFormBarrier
public ERXWOFormBarrier(java.lang.String aName,
com.webobjects.foundation.NSDictionary someAssociations,
com.webobjects.appserver.WOElement template)
ERXWOFormBarrier
public ERXWOFormBarrier(java.lang.String aName,
com.webobjects.foundation.NSDictionary<java.lang.String,com.webobjects.appserver.WOAssociation> someAssociations,
com.webobjects.foundation.NSMutableArray<com.webobjects.appserver.WOElement> children)
appendToResponse
public void appendToResponse(com.webobjects.appserver.WOResponse aResponse,
com.webobjects.appserver.WOContext aContext)
- Overrides:
appendToResponse
in class com.webobjects.appserver._private.WODynamicGroup
takeValuesFromRequest
public void takeValuesFromRequest(com.webobjects.appserver.WORequest aRequest,
com.webobjects.appserver.WOContext aContext)
- Overrides:
takeValuesFromRequest
in class com.webobjects.appserver._private.WODynamicGroup
invokeAction
public com.webobjects.appserver.WOActionResults invokeAction(com.webobjects.appserver.WORequest aRequest,
com.webobjects.appserver.WOContext aContext)
- Overrides:
invokeAction
in class com.webobjects.appserver._private.WODynamicGroup
Copyright © 2002 – 2007 Project Wonder.