Project Wonder 5.0.0.8787

er.extensions.components.conditionals
Class ERXWOCase

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by er.extensions.components.conditionals.ERXWOCase

public class ERXWOCase
extends WODynamicElement

Contains one case of a ERXWOSwitch.

Author:
ak (Java port), Charles Lloyd

Field Summary
protected  WOElement _children
           
protected  Object _value
           
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
ERXWOCase(String name, NSDictionary associations, WOElement woelement)
           
 
Method Summary
 void appendToResponse(WOResponse woresponse, WOContext wocontext)
           
 Object caseValue()
           
 WOActionResults invokeAction(WORequest worequest, WOContext wocontext)
           
 void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
           
 
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
 

Field Detail

_value

protected Object _value

_children

protected WOElement _children
Constructor Detail

ERXWOCase

public ERXWOCase(String name,
                 NSDictionary associations,
                 WOElement woelement)
Method Detail

caseValue

public Object caseValue()

appendToResponse

public void appendToResponse(WOResponse woresponse,
                             WOContext wocontext)
Overrides:
appendToResponse in class WOElement

invokeAction

public WOActionResults invokeAction(WORequest worequest,
                                    WOContext wocontext)
Overrides:
invokeAction in class WOElement

takeValuesFromRequest

public void takeValuesFromRequest(WORequest worequest,
                                  WOContext wocontext)
Overrides:
takeValuesFromRequest in class WOElement

Last updated: Wed, Jan 7, 2009 • 04:35 AM EST

Copyright © 2002 – 2007 Project Wonder.