|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.markup.parser.AbstractMarkupFilter
wicket.markup.parser.filter.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(IMarkupFilter parent)
Construct. |
|
| Method Summary | |
MarkupElement |
nextTag()
Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags. |
void |
setWicketNamespace(java.lang.String name)
Name of the desired componentId tag attribute. |
| Methods inherited from class wicket.markup.parser.AbstractMarkupFilter |
getParent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WicketTagIdentifier(IMarkupFilter parent)
parent - The next MarkupFilter in the chain| Method Detail |
public void setWicketNamespace(java.lang.String name)
name - component name
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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||