org.apache.wicket.markup.parser.filter
Class WicketMessageTagHandler.AttributeLocalizer

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.apache.wicket.markup.parser.filter.WicketMessageTagHandler.AttributeLocalizer
All Implemented Interfaces:
Serializable, IBehavior, IComponentConfigurationBehavior, IClusterable, IHeaderContributor
Enclosing class:
WicketMessageTagHandler

public static class WicketMessageTagHandler.AttributeLocalizer
extends AbstractBehavior

Attribute localizing behavior. See the javadoc of WicketMessageTagHandler for details.

Author:
Igor Vaynberg (ivaynberg)
See Also:
Serialized Form

Constructor Summary
WicketMessageTagHandler.AttributeLocalizer()
           
 
Method Summary
 void onComponentTag(Component component, ComponentTag tag)
          Called any time a component that has this behavior registered is rendering the component tag.
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, bind, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onConfigure, onException, onRendered, rendered, renderHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WicketMessageTagHandler.AttributeLocalizer

public WicketMessageTagHandler.AttributeLocalizer()
Method Detail

onComponentTag

public void onComponentTag(Component component,
                           ComponentTag tag)
Description copied from interface: IBehavior
Called any time a component that has this behavior registered is rendering the component tag.

Specified by:
onComponentTag in interface IBehavior
Overrides:
onComponentTag in class AbstractBehavior
Parameters:
component - the component that renders this tag currently
tag - the tag that is rendered
See Also:
AbstractBehavior.onComponentTag(org.apache.wicket.Component, org.apache.wicket.markup.ComponentTag)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.