org.apache.wicket.markup.parser.filter
Class WicketRemoveTagHandler
java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.WicketRemoveTagHandler
- All Implemented Interfaces:
- IMarkupFilter
public final class WicketRemoveTagHandler
- extends AbstractMarkupFilter
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.
- Author:
- Juergen Donnerstag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WicketRemoveTagHandler
public WicketRemoveTagHandler()
- Construct.
nextTag
public final MarkupElement nextTag()
throws ParseException
- Removes preview regions enclosed by <wicket:remove> tags. Note that for obvious
reasons, nested components are not allowed.
- Returns:
- The next tag to be processed. Null, if not more tags are available
- Throws:
ParseException
- See Also:
IMarkupFilter.nextTag()
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.