com.webobjects.eogeneration.rules
Class EOSwitchComponent
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.eogeneration.rules.EOSwitchComponent
public class EOSwitchComponent
- extends WODynamicElement
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. |
ComponentNameKey
public static final String ComponentNameKey
- See Also:
- Constant Field Values
ComponentName
public static final String ComponentName
- See Also:
- Constant Field Values
D2WContextKey
public static final String D2WContextKey
- See Also:
- Constant Field Values
EOSwitchComponent
public EOSwitchComponent(String aName,
NSDictionary associations,
WOElement aTemplate)
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 actionaContext
- the context of the transaction- See Also:
WOResponse
Copyright © 2000-2007 Apple Inc.