Annotation Type FacesBehavior

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The value of this annotation attribute is taken to be the behavior-id with which instances of this class of behavior can be instantiated.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean managed
      The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter.
    • Element Detail

      • value

        String value
        The value of this annotation attribute is taken to be the behavior-id with which instances of this class of behavior can be instantiated.
        Returns:
        the behavior-id
      • managed

        boolean managed

        The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter.

        Returns:
        true if CDI managed, false otherwise.
        Default:
        false