WebObjects 5.2.3

Uses of Class
com.webobjects.appserver.WOAction

Packages that use WOAction
com.webobjects.appserver Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. 
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
com.webobjects.woextensions The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. 
 

Uses of WOAction in com.webobjects.appserver
 

Subclasses of WOAction in com.webobjects.appserver
 class WOAdminAction
          This class is intentionally undocumented.
 class WODirectAction
           WODirectAction is an abstract class that defines the interface for direct action classes.
 

Methods in com.webobjects.appserver with parameters of type WOAction
 WOResponse WOApplication.handleActionRequestError(WORequest aRequest, Exception exception, String reason, WORequestHandler aHandler, String actionClassName, String actionName, Class actionClass, WOAction actionInstance)
          Invoked when an action handler throws an exception in handleRequest.
 

Uses of WOAction in com.webobjects.directtoweb
 

Subclasses of WOAction in com.webobjects.directtoweb
 class D2WActions
           
 

Uses of WOAction in com.webobjects.woextensions
 

Subclasses of WOAction in com.webobjects.woextensions
 class WOEventDisplay
           
 class WOEventSetup
           
 class WOProjectBuilderAction
           
 class WOStats
           
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.