com.webobjects.woextensions
Class WOEventDisplay
java.lang.Object
|
+--com.webobjects.appserver.WODirectAction
|
+--com.webobjects.woextensions.WOEventDisplay
- All Implemented Interfaces:
- NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation
- public class WOEventDisplay
- extends WODirectAction
Method Summary |
WOActionResults |
defaultAction()
Returns a WOActionResults object that is the result of sending
generateResponse() to the page named "Main". |
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 |
WOEventDisplay
public WOEventDisplay(WORequest aRequest)
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.
Copyright © 2002 Apple Computer, Inc.