Class ActionListenerTag

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

    public class ActionListenerTag
    extends FormEventListenerTag

    A specific form event listener tag implementation that deals with action listeners.

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

      • ActionListenerTag

        public ActionListenerTag()
        Creates a new instance of ActionListenerTag.
    • 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