|
||||||||||
| 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.WicketTagIdentifier
public final class WicketTagIdentifier
This is a markup inline filter. It identifies xml tags which have a special meaning for Wicket. There are two type of tags which have a special meaning for Wicket.
| Constructor Summary | |
|---|---|
WicketTagIdentifier(MarkupResourceData markup)
Construct. |
|
| Method Summary | |
|---|---|
MarkupElement |
nextTag()
Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags. |
static void |
registerWellKnownTagName(java.lang.String name)
Register a new well known wicket tag name (e.g. |
| 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 |
| Constructor Detail |
|---|
public WicketTagIdentifier(MarkupResourceData markup)
markup - The markup as known by now| Method Detail |
|---|
public MarkupElement nextTag()
throws java.text.ParseException
Note: The xml parser - the next MarkupFilter in the chain - returns XmlTags which are a subclass of MarkupElement. The implementation of this filter will return either ComponentTags or ComponentWicketTags. Both are subclasses of MarkupElement as well and both maintain a reference to the XmlTag. But no XmlTag is returned.
java.text.ParseExceptionIMarkupFilter.nextTag()public static final void registerWellKnownTagName(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||