tweed.action
Class ActionPerformer

java.lang.Object
  |
  +--tweed.action.ActionPerformer

public class ActionPerformer
extends java.lang.Object

Performs a ContextAction in a Context, as a member of the Context object. The ActionPerformer takes care of the following things:

Version:
$Id$
Author:
Laurent Caillette

Field Summary
static java.lang.String CHILDLOGGER_NAME
           
 
Constructor Summary
ActionPerformer(Context context)
           
 
Method Summary
protected  Context getContext()
           
protected  org.apache.avalon.framework.logger.Logger getLogger()
           
 void perform(ContextAction action, java.lang.Object parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHILDLOGGER_NAME

public static final java.lang.String CHILDLOGGER_NAME
See Also:
Constant Field Values
Constructor Detail

ActionPerformer

public ActionPerformer(Context context)
Method Detail

getLogger

protected org.apache.avalon.framework.logger.Logger getLogger()

getContext

protected Context getContext()

perform

public void perform(ContextAction action,
                    java.lang.Object parameter)


Copyright © 2003 Laurent Caillette. All Rights Reserved.