public class OpenCloseTagExpander extends AbstractMarkupFilter
REQUEST_COUNTER_KEY| Constructor and Description |
|---|
OpenCloseTagExpander() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
contains(String name)
Allows subclasses to easily expand the list of tag which needs to be expanded.
|
MarkupElement |
nextElement()
Get the next xml element from the markup.
|
protected MarkupElement |
onComponentTag(ComponentTag tag)
Invoked when a ComponentTag was found.
|
protected boolean |
onFound(ComponentTag tag)
Can be subclassed to do other things.
|
getMarkupResourceStream, getNextFilter, getRequestUniqueId, getWicketNamespace, getWicketNamespace, onSpecialTag, postProcess, setNextFilterpublic MarkupElement nextElement() throws ParseException
AbstractMarkupFilternextElement in interface IMarkupFilternextElement in class AbstractMarkupFilterParseExceptionprotected MarkupElement onComponentTag(ComponentTag tag) throws ParseException
AbstractMarkupFilterBy default this method is also called for WicketTags.
onComponentTag in class AbstractMarkupFilterParseExceptionprotected boolean onFound(ComponentTag tag)
tag - protected boolean contains(String name)
name - Copyright © 2006–2021 Apache Software Foundation. All rights reserved.