Annotation Type EventMapping

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Stringvalue
      The name of the event to be handled.
    • Element Detail

      • value

        String value
        The name of the event to be handled. This name uniquely identifies an event within a portlet mode.

        Typically the local name of the event, but fully qualified names with a "{...}" namespace part will be mapped correctly as well.

        If not specified, the handler method will be invoked for any event request within its general mapping.

        See Also:
        EventRequest.getEvent(), Event.getName()
        Default:
        ""