public class HeadForceTagIdHandler extends AbstractMarkupFilter
Tags with wicket:id are not processed. To setOutputWicketId(true) on attached component is developer's responsibility. FIXME: Really? And if so, document properly
REQUEST_COUNTER_KEY| Constructor and Description |
|---|
HeadForceTagIdHandler(Class<?> markupFileClass)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
protected MarkupElement |
onComponentTag(ComponentTag tag)
Invoked when a ComponentTag was found.
|
getMarkupResourceStream, getNextFilter, getRequestUniqueId, getWicketNamespace, getWicketNamespace, nextElement, onSpecialTag, postProcess, setNextFilterpublic HeadForceTagIdHandler(Class<?> markupFileClass)
markupFileClass - Used to generated the a common prefix for the idprotected final MarkupElement onComponentTag(ComponentTag tag) throws ParseException
AbstractMarkupFilterBy default this method is also called for WicketTags.
onComponentTag in class AbstractMarkupFilterParseExceptionCopyright © 2006–2021 Apache Software Foundation. All rights reserved.