com.uoc.tfc.UI.struts.action.qualificacio
Class AccioImprimirExpedient

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.uoc.tfc.UI.struts.action.common.Accio
          extended by com.uoc.tfc.UI.struts.action.qualificacio.AccioImprimirExpedient
All Implemented Interfaces:
IAccio

public class AccioImprimirExpedient
extends Accio

Acció per imprimir l'expedient acadèmic

Author:
ojaen

Constructor Summary
AccioImprimirExpedient()
           
 
Method Summary
 void execute()
          Fer la crida d'una accio
 
Methods inherited from class com.uoc.tfc.UI.struts.action.common.Accio
getContext, setContext
 
Methods inherited from class org.apache.struts.action.Action
execute, execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccioImprimirExpedient

public AccioImprimirExpedient()
Method Detail

execute

public void execute()
Description copied from interface: IAccio
Fer la crida d'una accio

Specified by:
execute in interface IAccio
Specified by:
execute in class Accio