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 StringcontextThe context to check the right.intparamIndexThe index of method's argument holding the context value to be converted byRightAssignmentContextStringrightThe id of right to be checkedStringrightContextThe id of a type of theRightAssignmentContextto use to convert JS object into into a Java object
-
-
-
-
rightContext
String rightContext
The id of a type of theRightAssignmentContextto 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
-
-