|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Controller
Anotaciķ per les classes que actuin de Controladores.
Required Element Summary | |
---|---|
java.lang.String |
name
Nom del controlador |
java.lang.String |
path
Mapeig de l'acciķ Exemple: "hola" serā accedit per "/hola.jwl" |
Optional Element Summary | |
---|---|
ControllerScope |
scope
Āmbit del controlador. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String path
Mapeig de l'acciķ
Exemple: "hola" serā accedit per "/hola.jwl"
public abstract ControllerScope scope
Āmbit del controlador.
Āmbit on romandran vives les variables del controlador
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |