public final class HtmlHandler extends AbstractMarkupFilter
REQUEST_COUNTER_KEY| Constructor and Description |
|---|
HtmlHandler()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasEqualTagName(ComponentTag tag1,
ComponentTag tag2)
Compare tag name including namespace
|
protected MarkupElement |
onComponentTag(ComponentTag tag)
Invoked when a ComponentTag was found.
|
void |
postProcess(Markup markup)
Called after all filters have been processed.
|
static boolean |
requiresCloseTag(String name)
Gets whether this tag does not require a closing tag.
|
getMarkupResourceStream, getNextFilter, getRequestUniqueId, getWicketNamespace, getWicketNamespace, nextElement, onSpecialTag, setNextFilterpublic void postProcess(Markup markup)
IMarkupFilterpostProcess in interface IMarkupFilterpostProcess in class AbstractMarkupFilterprotected MarkupElement onComponentTag(ComponentTag tag) throws ParseException
AbstractMarkupFilterBy default this method is also called for WicketTags.
onComponentTag in class AbstractMarkupFilterParseExceptionpublic static boolean requiresCloseTag(String name)
name - The tag's name, e.g. a, br, div, etc.public static boolean hasEqualTagName(ComponentTag tag1, ComponentTag tag2)
tag1 - tag2 - Copyright © 2006–2021 Apache Software Foundation. All rights reserved.