it.unibas.pinco.azioni
Class AzioneInoltro

java.lang.Object
  extended by it.unibas.pinco.azioni.AzioneInoltro
All Implemented Interfaces:
Azione

public class AzioneInoltro
extends java.lang.Object
implements Azione


Constructor Summary
AzioneInoltro()
           
 
Method Summary
 java.lang.String esegui(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AzioneInoltro

public AzioneInoltro()
Method Detail

esegui

public java.lang.String esegui(javax.servlet.http.HttpServletRequest request)
Specified by:
esegui in interface Azione