Class MouseListenerTag

  • All Implemented Interfaces:
    ConditionalTag, org.apache.commons.jelly.Tag

    public class MouseListenerTag
    extends FormEventListenerTag

    A specialized event listener tag that deals with mouse events.

    Version:
    $Id: MouseListenerTag.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    • Constructor Detail

      • MouseListenerTag

        public MouseListenerTag()
        Creates a new instance of MouseListenerTag.
    • Method Detail

      • getActionBuilder

        protected ActionBuilder getActionBuilder()
        Returns a reference to the current ActionBuilder instance. This instance is expected to be placed in the Jelly context.
        Returns:
        the current action builder
      • getActionManager

        protected ActionManager getActionManager()
        Convenience method for obtaining a reference to the current ActionManager.
        Returns:
        the current action manager