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, setNextFilter
public HeadForceTagIdHandler(Class<?> markupFileClass)
markupFileClass
- Used to generated the a common prefix for the idprotected final MarkupElement onComponentTag(ComponentTag tag) throws ParseException
AbstractMarkupFilter
By default this method is also called for WicketTags.
onComponentTag
in class AbstractMarkupFilter
ParseException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.