er.extensions.appserver
Class ERXAbstractPerformWOAction
java.lang.Object
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
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 |
ERXAbstractPerformWOAction
public ERXAbstractPerformWOAction()
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
Copyright © 2002 – 2007 Project Wonder.