|
|||||||||||
| 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.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 |
IGNORE
Flag value to use as component name for ignored components |
| Constructor Summary | |
WicketRemoveTagHandler(IMarkupFilter parent)
Construct. |
|
| Method Summary | |
MarkupElement |
nextTag()
Removes preview regions enclosed by <wicket:remove> tags. |
| 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 |
| Field Detail |
public static final java.lang.String IGNORE
| Constructor Detail |
public WicketRemoveTagHandler(IMarkupFilter parent)
parent - The next MarkupFilter in the processing chain| Method Detail |
public final MarkupElement nextTag()
throws java.text.ParseException
java.text.ParseExceptionIMarkupFilter.nextTag()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||