Class WicketMessageTagHandler.AttributeLocalizer

java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.markup.parser.filter.WicketMessageTagHandler.AttributeLocalizer
All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable
Enclosing class:
WicketMessageTagHandler

Attribute localizing behavior. See the javadoc of WicketMessageTagHandler for details.
Author:
Igor Vaynberg (ivaynberg)
See Also:
  • Constructor Details

  • Method Details

    • onComponentTag

      public void onComponentTag(Component component, ComponentTag tag)
      Description copied from class: Behavior
      Called any time a component that has this behavior registered is rendering the component tag.
      Overrides:
      onComponentTag in class Behavior
      Parameters:
      component - the component that renders this tag currently
      tag - the tag that is rendered