|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
com.uoc.tfc.UI.struts.action.common.Accio
public abstract class Accio
Al fer una crida a Accio afegim un contexte que permitirà passar-li la informacio entre diferents classes.
Constructor Summary | |
---|---|
Accio()
|
Method Summary | |
---|---|
abstract void |
execute()
Fer la crida d'una accio |
Context |
getContext()
Getter Context |
void |
setContext(Context context)
Setter context. |
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 |
---|
public Accio()
Method Detail |
---|
public abstract void execute()
IAccio
execute
in interface IAccio
public Context getContext()
public void setContext(Context context)
context
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |