|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.WicketMessageTagHandler
public final class WicketMessageTagHandler
This is a markup inline filter and a component resolver. It identifies wicket:message attributes and adds an attribute modifier to the component tag that can localize wicket:message="attr-name:i18n-key,attr-name-2:i18n-key-2,..." expressions, replacing values of attributes specified by attr-name with a localizer lookup with key i18n-key. If an attribute being localized has a set value that value will be used as the default value for the localization lookup. This handler also resolves and localizes raw markup with wicket:message attribute.
| Nested Class Summary | |
|---|---|
static class |
WicketMessageTagHandler.AttributeLocalizer
Attribute localizing behavior. |
| Field Summary | |
|---|---|
static IBehavior |
ATTRIBUTE_LOCALIZER
singleton instance of WicketMessageTagHandler.AttributeLocalizer |
static java.lang.String |
WICKET_MESSAGE_CONTAINER_ID
The id automatically assigned to tags with wicket:message attribute but without id |
| Constructor Summary | |
|---|---|
WicketMessageTagHandler()
Construct. |
|
| Method Summary | |
|---|---|
MarkupElement |
nextTag()
Get the next MarkupElement from the parent MarkupFilter and handle it if the specific filter criteria are met. |
boolean |
resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
Try to resolve the tag, then create a component, add it to the container and render it. |
| Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter |
|---|
getParent, nextComponentTag, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WICKET_MESSAGE_CONTAINER_ID
public static final IBehavior ATTRIBUTE_LOCALIZER
WicketMessageTagHandler.AttributeLocalizer
| Constructor Detail |
|---|
public WicketMessageTagHandler()
| Method Detail |
|---|
public final MarkupElement nextTag()
throws java.text.ParseException
IMarkupFilter
nextTag in interface IMarkupFilterjava.text.ParseExceptionIMarkupFilter.nextTag()
public boolean resolve(MarkupContainer container,
MarkupStream markupStream,
ComponentTag tag)
IComponentResolver
resolve in interface IComponentResolvercontainer - The container parsing its markupmarkupStream - The current markupStreamtag - The current component tag while parsing the markup
IComponentResolver.resolve(org.apache.wicket.MarkupContainer,
org.apache.wicket.markup.MarkupStream, org.apache.wicket.markup.ComponentTag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||