|
||||||||||
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.BaseMarkupFilter
org.apache.wicket.markup.parser.filter.WicketNamespaceHandler
public final class WicketNamespaceHandler
This is a markup inline filter. It determines the Wicket namespace name from the markup. Examples are xmlns:wicket or xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd" though every URI that starts with "http://wicket.apache.org" will work as well.
MarkupParser
Constructor Summary | |
---|---|
WicketNamespaceHandler(MarkupResourceStream markup)
Construct. |
Method Summary | |
---|---|
protected MarkupElement |
nextTag(ComponentTag tag)
Invoked with the next ComponentTag |
Methods inherited from class org.apache.wicket.markup.parser.filter.BaseMarkupFilter |
---|
nextTag |
Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter |
---|
getCount, getNextFilter, nextComponentTag, setNextFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WicketNamespaceHandler(MarkupResourceStream markup)
markup
- The markup created by reading the markup fileMethod Detail |
---|
protected final MarkupElement nextTag(ComponentTag tag) throws java.text.ParseException
BaseMarkupFilter
nextTag
in class BaseMarkupFilter
java.text.ParseException
BaseMarkupFilter.nextTag(org.apache.wicket.markup.ComponentTag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |