net.sf.portions.controller.commands
Class ExecuteActionCommand

java.lang.Object
  extended bynet.sf.portions.controller.commands.ExecuteActionCommand
All Implemented Interfaces:
org.apache.commons.chain.Command

public class ExecuteActionCommand
extends java.lang.Object
implements org.apache.commons.chain.Command

Ejecuta la Action

Version:
1.0 01 Jan 2007
Author:
Raúl Herranz

Field Summary
protected  org.apache.commons.logging.Log log
          Log de la clase
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
ExecuteActionCommand()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context context)
          Realiza la ejecución de la Action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.commons.logging.Log log
Log de la clase

Constructor Detail

ExecuteActionCommand

public ExecuteActionCommand()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context context)
Realiza la ejecución de la Action

Specified by:
execute in interface org.apache.commons.chain.Command
Parameters:
context - Contexto
See Also:
Command.execute(org.apache.commons.chain.Context)