|
||||||||||
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.WicketRemoveTagHandler
public final class WicketRemoveTagHandler
This is a markup inline filter. It identifies preview regions useful for HTML designers to design the page. But they must be removed prior to sending the markup to the client. Preview regions are enclosed by <wicket:remove> tags.
Field Summary | |
---|---|
static java.lang.String |
REMOVE
|
Constructor Summary | |
---|---|
WicketRemoveTagHandler()
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 |
Field Detail |
---|
public static final java.lang.String REMOVE
Constructor Detail |
---|
public WicketRemoveTagHandler()
Method 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 |