com.webobjects.directtoweb
Class D2WActions
java.lang.Object
|
+--com.webobjects.appserver.WODirectAction
|
+--com.webobjects.directtoweb.D2WActions
- All Implemented Interfaces:
- NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation
- public class D2WActions
- extends WODirectAction
Methods inherited from class com.webobjects.appserver.WODirectAction |
canAccessFieldsDirectly, context, debugString, existingSession, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, logString, pageWithName, performActionNamed, request, session, takeFormValueArraysForKeyArray, takeFormValuesForKeyArray, takeValueForKey, takeValueForKeyPath, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForKey, valueForKeyPath |
D2WActions
public D2WActions(WORequest request)
defaultAction
public WOActionResults defaultAction()
- Description copied from class:
WODirectAction
- Returns a WOActionResults object that is the result of sending
generateResponse()
to the page named "Main".
- Overrides:
defaultAction
in class WODirectAction
- Following copied from class:
com.webobjects.appserver.WODirectAction
- Returns:
- a WOActionResults containing the generated response.
openServerSideWebAssistantAction
public WOComponent openServerSideWebAssistantAction()
throws IOException
openWebAssistantAction
public WOComponent openWebAssistantAction()
Copyright © 2002 Apple Computer, Inc.