Class FocusListenerTag

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

    public class FocusListenerTag
    extends FormEventListenerTag

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

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

      • FocusListenerTag

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