Annotation Type RuntimeOption


  • @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    public @interface RuntimeOption
    This annotation is used within composite portlet configuration annotations to represent portlet container runtime option name-value pairs. It cannot be used as a stand-alone portlet annotation.
    Since:
    3.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      The container runtime option name.
      String[] values
      The container runtime options values.
    • Element Detail

      • name

        String name
        The container runtime option name.
        Returns:
        The parameter name
      • values

        String[] values
        The container runtime options values.
        Returns:
        The parameter values