|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jewel.core.ActionMap
public class ActionMap
Classe que conté la informació d'una acció: el mètode que representa l'acció i la classe controladora on es troba
Constructor Summary | |
---|---|
ActionMap(java.lang.String controllerName,
java.lang.Class<?> controller,
java.lang.reflect.Method method)
Constructor |
Method Summary | |
---|---|
java.lang.Class<?> |
getController()
|
java.lang.String |
getControllerName()
|
java.lang.reflect.Method |
getMethod()
|
boolean |
isRequestScope()
Retorna true si el controlador és de petició |
boolean |
isSessionScope()
Retorna true si el controlador és de sessió |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionMap(java.lang.String controllerName, java.lang.Class<?> controller, java.lang.reflect.Method method)
Constructor
controllerName
- Nom del controladorcontroller
- Classe controladoramethod
- Mètode de l'accióMethod Detail |
---|
public java.lang.Class<?> getController()
public java.lang.String getControllerName()
public java.lang.reflect.Method getMethod()
public boolean isRequestScope()
Retorna true si el controlador és de petició
public boolean isSessionScope()
Retorna true si el controlador és de sessió
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |