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 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
 WOContext context()
           
<T extends WOComponent>
T
pageWithName(Class<T> componentClass)
           
abstract  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 WOComponent> T pageWithName(Class<T> componentClass)

context

public WOContext context()

performAction

public abstract WOActionResults performAction()
Specified by:
performAction in interface IERXPerformWOAction

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.