net.sf.portions.action
Class ForwardPortletAction

java.lang.Object
  extended bynet.sf.portions.action.PortletAction
      extended bynet.sf.portions.action.ExtendedPortletAction
          extended bynet.sf.portions.action.ForwardPortletAction

public class ForwardPortletAction
extends ExtendedPortletAction

Pasa el control a un Forward etiquetado con "success".

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

Field Summary
 
Fields inherited from class net.sf.portions.action.ExtendedPortletAction
action, form, request, response
 
Fields inherited from class net.sf.portions.action.PortletAction
log
 
Constructor Summary
ForwardPortletAction()
           
 
Method Summary
 void executeLogic()
          Este método no realiza ninguna acción ya que sólo se quiere que la Action redireccione al Forward "success".
 
Methods inherited from class net.sf.portions.action.ExtendedPortletAction
catchException, execute, findFailure, findSuccess, postProcess, preProcess
 
Methods inherited from class net.sf.portions.action.PortletAction
findForward
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardPortletAction

public ForwardPortletAction()
Method Detail

executeLogic

public void executeLogic()
Este método no realiza ninguna acción ya que sólo se quiere que la Action redireccione al Forward "success".

Specified by:
executeLogic in class ExtendedPortletAction