|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
edu.uoc.tfc.exuoc.controladors.AbstractInGestor
public abstract class AbstractInGestor
Classe que serveix de referència per les classes gestores
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
AbstractInGestor()
|
Method Summary | |
---|---|
boolean |
comprovarLimits(int pos,
int min,
int max)
Mètode que retorna true si un valor donat es troba dintre d'uns límits |
java.lang.String |
getIdSessio()
|
GestorLogs |
getLog()
|
void |
prepare()
|
void |
setIdSessio(java.lang.String idSessio)
|
void |
setLog(GestorLogs log)
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractInGestor()
Method Detail |
---|
public java.lang.String getIdSessio()
public void setIdSessio(java.lang.String idSessio)
public GestorLogs getLog()
public void setLog(GestorLogs log)
public boolean comprovarLimits(int pos, int min, int max)
pos
- min
- max
-
public void prepare()
prepare
in interface com.opensymphony.xwork2.Preparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |