Project Wonder 5.0

er.extensions.appserver
Class ERXAbstractPerformWOAction

java.lang.Object
  extended by er.extensions.appserver.ERXAbstractPerformWOAction
All Implemented Interfaces:
IERXPerformWOAction
Direct Known Subclasses:
ERXNextPageForResultWOAction

public abstract class ERXAbstractPerformWOAction
extends java.lang.Object
implements IERXPerformWOAction

An abstract class that provides convenience methods that are available in WOComponent and WODirectAction. This can be sub-classed for component or direct action delegates that want the convenience of having these commonly used methods available. This class also provides nice logging to stop your head hurting when trying to figure out which delegate is performing an action.

Author:
kieran

Constructor Summary
ERXAbstractPerformWOAction()
           
 
Method Summary
 com.webobjects.appserver.WOContext context()
           
<T extends com.webobjects.appserver.WOComponent>
T
pageWithName(java.lang.Class<T> componentClass)
           
abstract  com.webobjects.appserver.WOActionResults performAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXAbstractPerformWOAction

public ERXAbstractPerformWOAction()
Method Detail

pageWithName

public <T extends com.webobjects.appserver.WOComponent> T pageWithName(java.lang.Class<T> componentClass)

context

public com.webobjects.appserver.WOContext context()

performAction

public abstract com.webobjects.appserver.WOActionResults performAction()
Specified by:
performAction in interface IERXPerformWOAction

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.