|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface FilterAction
Anotació que representa la parella 'Controlador-accions incloses o excloses' per un filtre.
Required Element Summary | |
---|---|
java.lang.Class<?> |
controller
Classe controladora |
Optional Element Summary | |
---|---|
java.lang.String[] |
methods
Noms dels mètodes inclosos o exclosos. |
Element Detail |
---|
public abstract java.lang.Class<?> controller
public abstract java.lang.String[] methods
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |