Project Wonder 5.0

er.extensions.components
Class ERXWOFormBarrier

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by com.webobjects.appserver._private.WODynamicGroup
              extended by 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

Field Summary
 
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
 

Constructor Detail

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)
Method Detail

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

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.