Annotation Type RedirectToInternalJsp


  • @Inherited
    @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface RedirectToInternalJsp
    Annotation to specify which JSP page, the current component, the control will be passed once the treatment of the annotated method succeeded.

    Author:
    Yohann Chastagnier
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The destination path of the JSP page internal to the current Silverpeas component.
    • Element Detail

      • value

        String value
        The destination path of the JSP page internal to the current Silverpeas component. Prefix of the path is automatically handled by the router.
        Returns:
        the destination path.