WebObjects 5.3

com.webobjects.eogeneration.rules
Class EOSwitchComponent

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WODynamicElement
          extended bycom.webobjects.eogeneration.rules.EOSwitchComponent

public class EOSwitchComponent
extends WODynamicElement


Field Summary
static String ComponentName
           
static String ComponentNameKey
           
static String D2WContextKey
           
 
Constructor Summary
EOSwitchComponent(String aName, NSDictionary associations, WOElement aTemplate)
           
 
Method Summary
 void appendToResponse(WOResponse aResponse, WOContext aContext)
          This method is invoked in WOElement objects in the request-handling phase when objects involved in the current transaction append their HTML content to the transaction's WOResponse object.
 
Methods inherited from class com.webobjects.appserver.WODynamicElement
toString
 
Methods inherited from class com.webobjects.appserver.WOElement
invokeAction, takeValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ComponentName

public static final String ComponentName

ComponentNameKey

public static final String ComponentNameKey

D2WContextKey

public static final String D2WContextKey
Constructor Detail

EOSwitchComponent

public EOSwitchComponent(String aName,
                         NSDictionary associations,
                         WOElement aTemplate)
Method Detail

appendToResponse

public void appendToResponse(WOResponse aResponse,
                             WOContext aContext)
Description copied from class: WOElement
This method is invoked in WOElement objects in the request-handling phase when objects involved in the current transaction append their HTML content to the transaction's WOResponse object. If the WOElement has children WOElements, it should invoke this method on them in turn. WOElement's default implementation of this method does nothing.

Overrides:
appendToResponse in class WOElement
Parameters:
aResponse - the input HTTP request to trigger the append action
aContext - the context of the transaction
See Also:
WOResponse

Last updated Thu May 26 13:46:12 PDT 2005.

Copyright © 2005 Apple Computer, Inc.