Package org.ametys.core.ui
Annotation Type Callable
-
@Retention(RUNTIME) @Target(METHOD) public @interface Callable
Mark the annotated method as callable by a client-side component.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
context
The context to check the right.int
paramIndex
The index of method's argument holding the context value to be converted byRightAssignmentContext
String
right
The id of right to be checkedString
rightContext
The id of a type of theRightAssignmentContext
to use to convert JS object into into a Java object
-
-
-
-
rightContext
String rightContext
The id of a type of theRightAssignmentContext
to use to convert JS object into into a Java object- Returns:
- The id of the
RightAssignmentContext
- Default:
- ""
-
-
-
paramIndex
int paramIndex
The index of method's argument holding the context value to be converted byRightAssignmentContext
- Returns:
- The parameter's index
- Default:
- -1
-
-