net.sf.portions.controller.commands
Class PluginsCommand

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

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

Ejecuta las tareas de los plug-ins configurados en el fichero portlet-config.xml

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
PluginsCommand()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context context)
          Ejecuta las tareas de los plug-ins configurados
 
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

PluginsCommand

public PluginsCommand()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context context)
Ejecuta las tareas de los plug-ins configurados

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