Uses of Class
org.apache.wicket.markup.ComponentTag
-
-
Uses of ComponentTag in org.apache.wicket
Methods in org.apache.wicket that return ComponentTag Modifier and Type Method Description protected ComponentTag
Component. getMarkupTag()
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.ComponentTag
DequeueContext. peekTag()
Peeks markup tag that would be retrieved by call toDequeueContext.takeTag()
ComponentTag
DequeueContext. takeTag()
Retrieves the next markup tagMethods in org.apache.wicket with parameters of type ComponentTag Modifier and Type Method Description protected void
MarkupContainer. addDequeuedComponent(Component component, ComponentTag tag)
Adds a dequeued component to this container.protected DequeueTagAction
MarkupContainer. canDequeueTag(ComponentTag tag)
Checks if this container can dequeue a child represented by the specified tag.protected void
Component. checkComponentTag(ComponentTag tag, String name)
Checks whether the given type has the expected name.protected void
Component. checkComponentTagAttribute(ComponentTag tag, String key, String... values)
Checks that a given tag has a required attribute value.protected Component
MarkupContainer. findChildComponent(ComponentTag tag)
Search the child component for the given tag.Component
DequeueContext. findComponentToDequeue(ComponentTag tag)
Searches the container stack for a component that can be dequeudeComponent
MarkupContainer. findComponentToDequeue(ComponentTag tag)
Queries this container to find a child that can be dequeued that matches the specified tag.void
AttributeModifier. onComponentTag(Component component, ComponentTag tag)
protected void
Component. onComponentTag(ComponentTag tag)
Processes the component tag.void
Component. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Processes the body.void
MarkupContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Handle the container's body.protected void
MarkupContainer. renderAll(MarkupStream markupStream, ComponentTag openTag)
Loop through the markup in this containerprotected void
Component. renderComponentTag(ComponentTag tag)
Writes a simple tag out to the response stream.protected void
Component. renderPlaceholderTag(ComponentTag tag, Response response)
Renders a placeholder tag for the component when it is invisible andComponent.setOutputMarkupPlaceholderTag(boolean)
has been called withtrue
.void
AttributeModifier. replaceAttributeValue(Component component, ComponentTag tag)
Checks the given component tag for an instance of the attribute to modify and if all criteria are met then replace the value of this attribute with the value of the contained model object.protected void
Component. replaceComponentTagBody(MarkupStream markupStream, ComponentTag tag, CharSequence body)
Replaces the body with the given one. -
Uses of ComponentTag in org.apache.wicket.ajax.markup.html
Methods in org.apache.wicket.ajax.markup.html with parameters of type ComponentTag Modifier and Type Method Description protected void
AjaxFallbackLink. onComponentTag(ComponentTag tag)
Checks if the tag supports href: a, area or link.protected void
AjaxLink. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.ajax.markup.html.form
Methods in org.apache.wicket.ajax.markup.html.form with parameters of type ComponentTag Modifier and Type Method Description protected void
AjaxFallbackButton. onComponentTag(ComponentTag tag)
protected void
AjaxSubmitLink. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.ajax.markup.html.navigation.paging
Methods in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type ComponentTag Modifier and Type Method Description protected void
AjaxPagingNavigationBehavior. onComponentTag(ComponentTag tag)
protected void
AjaxPagingNavigationIncrementLink. onComponentTag(ComponentTag tag)
protected void
AjaxPagingNavigationLink. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.application
Methods in org.apache.wicket.application with parameters of type ComponentTag Modifier and Type Method Description void
IOnComponentTagListener. onComponentTag(Component component, ComponentTag tag)
Called before Component#onComponentTag(ComponentTag)void
OnComponentTagListenerCollection. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.bean.validation
Methods in org.apache.wicket.bean.validation with parameters of type ComponentTag Modifier and Type Method Description void
ITagModifier. modify(FormComponent<?> component, ComponentTag tag, T annotation)
Modify the tagvoid
SizeTagModifier. modify(FormComponent<?> component, ComponentTag tag, javax.validation.constraints.Size annotation)
void
PropertyValidator. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.behavior
Methods in org.apache.wicket.behavior with parameters of type ComponentTag Modifier and Type Method Description void
AbstractAjaxBehavior. onComponentTag(Component component, ComponentTag tag)
protected void
AbstractAjaxBehavior. onComponentTag(ComponentTag tag)
Called any time a component that has this handler registered is rendering the component tag.void
Behavior. onComponentTag(Component component, ComponentTag tag)
Called any time a component that has this behavior registered is rendering the component tag.Method parameters in org.apache.wicket.behavior with type arguments of type ComponentTag Modifier and Type Method Description static Behavior
Behavior. onTag(org.danekja.java.util.function.serializable.SerializableBiConsumer<Component,ComponentTag> onTagConsumer)
Creates aBehavior
that uses the givenSerializableConsumer consumer
to do something with the component's tag. -
Uses of ComponentTag in org.apache.wicket.extensions.ajax.markup.html.autocomplete
Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type ComponentTag Modifier and Type Method Description protected void
AutoCompleteTextField. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.ajax.markup.html.modal
Methods in org.apache.wicket.extensions.ajax.markup.html.modal with parameters of type ComponentTag Modifier and Type Method Description protected void
ModalWindow. onComponentTag(ComponentTag tag)
Deprecated. -
Uses of ComponentTag in org.apache.wicket.extensions.ajax.markup.html.modal.theme
Methods in org.apache.wicket.extensions.ajax.markup.html.modal.theme with parameters of type ComponentTag Modifier and Type Method Description void
DefaultTheme. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.basic
Methods in org.apache.wicket.extensions.markup.html.basic with parameters of type ComponentTag Modifier and Type Method Description void
SmartLinkLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Processes the body.void
SmartLinkMultiLineLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Processes the body. -
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.form.palette.component
Methods in org.apache.wicket.extensions.markup.html.form.palette.component with parameters of type ComponentTag Modifier and Type Method Description protected void
AbstractOptions. onComponentTag(ComponentTag tag)
Processes the component tag.void
AbstractOptions. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Handle the container's body. -
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.form.palette.theme
Methods in org.apache.wicket.extensions.markup.html.form.palette.theme with parameters of type ComponentTag Modifier and Type Method Description void
DefaultTheme. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.form.select
Methods in org.apache.wicket.extensions.markup.html.form.select with parameters of type ComponentTag Modifier and Type Method Description protected void
SelectOption. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.data.sort
Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type ComponentTag Modifier and Type Method Description void
OrderByBorder. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.data.table
Methods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type ComponentTag Modifier and Type Method Description protected void
DataTable. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type ComponentTag Modifier and Type Method Description void
FilterForm. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Append an additional hidden input tag to support anchor tags that can submit a form. -
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.tree.nested
Methods in org.apache.wicket.extensions.markup.html.repeater.tree.nested with parameters of type ComponentTag Modifier and Type Method Description protected void
BranchItem. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.tree.table
Methods in org.apache.wicket.extensions.markup.html.repeater.tree.table with parameters of type ComponentTag Modifier and Type Method Description void
NodeBorder. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.extensions.markup.html.repeater.tree.theme
Methods in org.apache.wicket.extensions.markup.html.repeater.tree.theme with parameters of type ComponentTag Modifier and Type Method Description void
HumanTheme. onComponentTag(Component component, ComponentTag tag)
void
WindowsTheme. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup
Subclasses of ComponentTag in org.apache.wicket.markup Modifier and Type Class Description class
WicketTag
WicketTag extends ComponentTag and will be created by a MarkupParser whenever it parses a tag in the wicket namespace.Methods in org.apache.wicket.markup that return ComponentTag Modifier and Type Method Description ComponentTag
ComponentTag. getOpenTag()
If set, return the corresponding open tag (ComponentTag).ComponentTag
MarkupStream. getPreviousTag()
Sometime its necessary to get the previous markup element versus the current one.ComponentTag
MarkupStream. getTag()
ComponentTag
ComponentTag. mutable()
Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable.ComponentTag
WicketTag. mutable()
Gets this tag if it is already mutable, or a mutable copy of this tag if it is immutable.ComponentTag
MarkupIterator. nextTag()
Methods in org.apache.wicket.markup with parameters of type ComponentTag Modifier and Type Method Description static void
TagUtils. copyAttributes(MarkupContainer component, ComponentTag tag)
Copy attributes from e.g.static boolean
TagUtils. isBodyTag(ComponentTag tag)
Component
ComponentTag.IAutoComponentFactory. newComponent(MarkupContainer container, ComponentTag tag)
Creates a new instance of auto component to be queuedvoid
ComponentTag. setOpenTag(ComponentTag tag)
Assuming this is a close tag, assign it's corresponding open tag.void
MarkupStream. skipToMatchingCloseTag(ComponentTag openTag)
Renders markup until a closing tag for openTag is reached.Constructors in org.apache.wicket.markup with parameters of type ComponentTag Constructor Description ComponentTag(ComponentTag tag)
ConstructorWicketParseException(String message, ComponentTag tag)
Construct.WicketTag(ComponentTag tag)
Constructor -
Uses of ComponentTag in org.apache.wicket.markup.head.filter
Methods in org.apache.wicket.markup.head.filter with parameters of type ComponentTag Modifier and Type Method Description protected void
HeaderResponseContainer. onComponentTag(ComponentTag tag)
void
HeaderResponseContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
-
Uses of ComponentTag in org.apache.wicket.markup.html
Methods in org.apache.wicket.markup.html with parameters of type ComponentTag Modifier and Type Method Description protected Component
TransparentWebMarkupContainer. findChildComponent(ComponentTag tag)
protected void
HTML5Attributes. onButton(Button button, ComponentTag tag)
Writes HTML5 attributes forButton
s:formnovalidate
ifButton.getDefaultFormProcessing()
returnsfalse
void
HTML5Attributes. onComponentTag(Component component, ComponentTag tag)
protected void
HTML5Attributes. onInput(AbstractTextComponent<?> input, ComponentTag tag)
Writes HTML5 attributes forAbstractTextComponent
inputs:required
if componentFormComponent.isRequired()
placeholder
forLabeledWebMarkupContainer.getLabel()
pattern
forAbstractTextComponent
s with aPatternValidator
Component
HeaderPartContainer. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
The tag must be resolved against the panel and not against the pageComponent
TransparentWebMarkupContainer. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.basic
Methods in org.apache.wicket.markup.html.basic with parameters of type ComponentTag Modifier and Type Method Description protected void
EnumLabel. onComponentTag(ComponentTag tag)
protected void
Label. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
MultiLineLabel. onComponentTag(ComponentTag tag)
void
EnumLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
void
Label. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Processes the body.void
MultiLineLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.border
Methods in org.apache.wicket.markup.html.border with parameters of type ComponentTag Modifier and Type Method Description protected void
Border. addDequeuedComponent(Component component, ComponentTag tag)
protected DequeueTagAction
Border. canDequeueTag(ComponentTag tag)
Component
Border.BorderBodyContainer. findComponentToDequeue(ComponentTag tag)
Component
Border. findComponentToDequeue(ComponentTag tag)
protected void
Border.BorderBodyContainer. onComponentTag(ComponentTag tag)
void
Border.BorderBodyContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Component
Border. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Try to resolve a component. -
Uses of ComponentTag in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form with parameters of type ComponentTag Modifier and Type Method Description protected void
AbstractCheckSelector. onComponentTag(ComponentTag tag)
protected void
AutoLabelResolver.AutoLabel. onComponentTag(ComponentTag tag)
protected MarkupElement
AutoLabelTagHandler. onComponentTag(ComponentTag tag)
protected void
Button. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
Check. onComponentTag(ComponentTag tag)
protected void
CheckBox. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
CheckBoxMultipleChoice. onComponentTag(ComponentTag tag)
protected void
CheckGroup. onComponentTag(ComponentTag tag)
protected void
DropDownChoice. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
Form. onComponentTag(ComponentTag tag)
protected void
FormComponent. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
FormComponentLabel. onComponentTag(ComponentTag tag)
protected void
FormComponentPanel. onComponentTag(ComponentTag tag)
protected void
ImageButton. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
ListChoice. onComponentTag(ComponentTag tag)
protected void
ListMultipleChoice. onComponentTag(ComponentTag tag)
protected void
NumberTextField. onComponentTag(ComponentTag tag)
protected void
PasswordTextField. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
Radio. onComponentTag(ComponentTag tag)
protected void
RadioChoice. onComponentTag(ComponentTag tag)
protected void
RadioGroup. onComponentTag(ComponentTag tag)
protected void
SubmitLink. onComponentTag(ComponentTag tag)
protected void
TextField. onComponentTag(ComponentTag tag)
Processes the component tag.void
AbstractChoice. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Handle the container's body.void
Button. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
void
Form. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Append an additional hidden input tag to support anchor tags that can submit a form.void
SimpleFormComponentLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
void
TextArea. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Handle the container's body.protected void
FormComponent. onDisabled(ComponentTag tag)
Called byFormComponent.onComponentTag(ComponentTag)
when the component is disabled.protected void
Form. renderPlaceholderTag(ComponentTag tag, Response response)
Component
AutoLabelResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
AutoLabelTextResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.form.upload
Methods in org.apache.wicket.markup.html.form.upload with parameters of type ComponentTag Modifier and Type Method Description protected void
FileUploadField. onComponentTag(ComponentTag tag)
protected void
MultiFileUploadField. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.image
Methods in org.apache.wicket.markup.html.image with parameters of type ComponentTag Modifier and Type Method Description protected void
Image. addAntiCacheParameter(ComponentTag tag)
Adds random noise to the url every request to prevent the browser from caching the image.protected void
ExternalImage. buildSizesAttribute(ComponentTag tag)
builds the sizes attribute of the img tagprotected void
Image. buildSizesAttribute(ComponentTag tag)
builds the sizes attribute of the img tagprotected void
ExternalImage. buildSrcAttribute(ComponentTag tag, IModel<?> srcModel)
Builds the src attributeprotected String
Image. buildSrcAttribute(ComponentTag tag)
Builds the src attributeprotected void
ExternalImage. buildSrcSetAttribute(ComponentTag tag, IModel<List<Serializable>> srcSetModel)
Builds the srcset attribute if multiple models are found as varargsprotected void
Image. buildSrcSetAttribute(ComponentTag tag)
Builds the srcset attribute if multiple localizedImageResources are found as varargsprotected void
ContextImage. onComponentTag(ComponentTag tag)
void
ContextPathGenerator. onComponentTag(Component component, ComponentTag tag)
Called any time a component that has this behavior registered is rendering the component tag.protected void
ExternalImage. onComponentTag(ComponentTag tag)
protected void
ExternalSource. onComponentTag(ComponentTag tag)
protected void
Image. onComponentTag(ComponentTag tag)
protected void
InlineImage. onComponentTag(ComponentTag tag)
Renders the complete image tag with the base64 encoded content.protected void
Picture. onComponentTag(ComponentTag tag)
builds the component tag and checks the tag to be a pictureprotected void
Source. onComponentTag(ComponentTag tag)
void
Image. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.image.resource
Methods in org.apache.wicket.markup.html.image.resource with parameters of type ComponentTag Modifier and Type Method Description void
LocalizedImageResource. setSrcAttribute(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.include
Methods in org.apache.wicket.markup.html.include with parameters of type ComponentTag Modifier and Type Method Description void
Include. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.internal
Methods in org.apache.wicket.markup.html.internal that return ComponentTag Modifier and Type Method Description ComponentTag
HtmlHeaderContainer.HeaderStreamState. getOpenTag()
Methods in org.apache.wicket.markup.html.internal with parameters of type ComponentTag Modifier and Type Method Description protected void
InlineEnclosure. onComponentTag(ComponentTag tag)
void
HtmlHeaderContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
First render the body of the component.Component
Enclosure. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.link
Methods in org.apache.wicket.markup.html.link with parameters of type ComponentTag Modifier and Type Method Description protected CharSequence
Link. appendAnchor(ComponentTag tag, CharSequence url)
Appends any anchor to the url if the url is not null and the url does not already contain an anchor (url.indexOf('#') != -1).protected void
AbstractLink. disableLink(ComponentTag tag)
Alters the tag so that the link renders as disabled.protected void
ClientSideImageMap. onComponentTag(ComponentTag tag)
void
DisabledAttributeLinkBehavior. onComponentTag(Component component, ComponentTag tag)
protected void
ExternalLink. onComponentTag(ComponentTag tag)
Processes the component tag.protected void
InlineFrame. onComponentTag(ComponentTag tag)
Handles this frame's tag.protected void
Link. onComponentTag(ComponentTag tag)
Handles this link's tag.void
AbstractLink. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
Renders this link's body. -
Uses of ComponentTag in org.apache.wicket.markup.html.list
Methods in org.apache.wicket.markup.html.list with parameters of type ComponentTag Modifier and Type Method Description protected void
OddEvenListItem. onComponentTag(ComponentTag tag)
Processes the component tag. -
Uses of ComponentTag in org.apache.wicket.markup.html.media
Methods in org.apache.wicket.markup.html.media with parameters of type ComponentTag Modifier and Type Method Description protected void
MediaComponent. onComponentTag(ComponentTag tag)
protected void
Source. onComponentTag(ComponentTag tag)
protected void
Track. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.media.audio
Methods in org.apache.wicket.markup.html.media.audio with parameters of type ComponentTag Modifier and Type Method Description protected void
Audio. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.media.video
Methods in org.apache.wicket.markup.html.media.video with parameters of type ComponentTag Modifier and Type Method Description protected void
Video. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.html.panel
Methods in org.apache.wicket.markup.html.panel with parameters of type ComponentTag Modifier and Type Method Description void
AbstractMarkupSourcingStrategy. onComponentTag(Component component, ComponentTag tag)
Make sure we open up open-close tags to open-body-closevoid
AssociatedMarkupSourcingStrategy. onComponentTag(Component component, ComponentTag tag)
void
DefaultMarkupSourcingStrategy. onComponentTag(Component component, ComponentTag tag)
Nothing to add to the response by defaultvoid
IMarkupSourcingStrategy. onComponentTag(Component component, ComponentTag tag)
Will be called in addition toComponent.onComponentTag(ComponentTag)
and allows the strategy to modify the component's tag or any of the tag attributes.void
AbstractMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
Skip the components body which is expected to be raw markup only (no wicket components).void
BorderMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
void
DefaultMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
Invoke the component's onComponentTagBody().void
FragmentMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
Skip the body markup associated with the 'component'.void
IMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
Will replace the respective component's method.void
PanelMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
Skip the panel's body markup which is expected to contain raw markup only (no wicket components) and which will be ignored / removed. -
Uses of ComponentTag in org.apache.wicket.markup.parser
Methods in org.apache.wicket.markup.parser that return ComponentTag Modifier and Type Method Description ComponentTag
TagStack. getNotClosedTag()
Methods in org.apache.wicket.markup.parser with parameters of type ComponentTag Modifier and Type Method Description void
TagStack. assertValidInStack(ComponentTag tag)
Assert that tag has no mismatch error.static boolean
TagStack. hasEqualTagName(ComponentTag tag1, ComponentTag tag2)
Compare tag name including namespaceprotected abstract MarkupElement
AbstractMarkupFilter. onComponentTag(ComponentTag tag)
Invoked when a ComponentTag was found. -
Uses of ComponentTag in org.apache.wicket.markup.parser.filter
Methods in org.apache.wicket.markup.parser.filter with parameters of type ComponentTag Modifier and Type Method Description protected boolean
WicketLinkTagHandler. analyzeAutolinkCondition(ComponentTag tag)
Analyze the tag.static boolean
HtmlHandler. hasEqualTagName(ComponentTag tag1, ComponentTag tag2)
Compare tag name including namespaceprotected MarkupElement
EnclosureHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
HeadForceTagIdHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
HtmlHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
HtmlHeaderSectionHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
HtmlProblemFinder. onComponentTag(ComponentTag tag)
protected MarkupElement
InlineEnclosureHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
OpenCloseTagExpander. onComponentTag(ComponentTag tag)
protected MarkupElement
RelativePathPrefixHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
RootMarkupFilter. onComponentTag(ComponentTag tag)
Noopprotected MarkupElement
StyleAndScriptIdentifier. onComponentTag(ComponentTag tag)
protected MarkupElement
WicketContainerTagHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
WicketLinkTagHandler. onComponentTag(ComponentTag tag)
void
WicketMessageTagHandler.AttributeLocalizer. onComponentTag(Component component, ComponentTag tag)
protected MarkupElement
WicketMessageTagHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
WicketNamespaceHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
WicketRemoveTagHandler. onComponentTag(ComponentTag tag)
protected MarkupElement
WicketTagIdentifier. onComponentTag(ComponentTag tag)
Get the next tag from the next MarkupFilter in the chain and search for Wicket specific tags.protected boolean
OpenCloseTagExpander. onFound(ComponentTag tag)
Can be subclassed to do other things.Component
EnclosureHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
InlineEnclosureHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
RelativePathPrefixHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
WicketLinkTagHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
WicketMessageTagHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.repeater
Methods in org.apache.wicket.markup.repeater with parameters of type ComponentTag Modifier and Type Method Description protected void
OddEvenItem. onComponentTag(ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.markup.resolver
Methods in org.apache.wicket.markup.resolver with parameters of type ComponentTag Modifier and Type Method Description protected HtmlHeaderContainer
HtmlHeaderResolver. newHtmlHeaderContainer(String id, ComponentTag tag)
Return a new HtmlHeaderContainerComponent
AutoLinkResolver.AutolinkBookmarkablePageLink. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
AutoLinkResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
static Component
ComponentResolvers. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag, ComponentResolvers.ResolverFilter filter)
Attempts to resolve a component using resolvers.Component
HtmlHeaderResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
IComponentResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Try to resolve a component.Component
WicketContainerResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Component
WicketMessageResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
static Component
ComponentResolvers. resolveByApplication(MarkupContainer container, MarkupStream markupStream, ComponentTag tag, ComponentResolvers.ResolverFilter filter)
Attempts to resolve a component via application registered resolvers.static Component
ComponentResolvers. resolveByComponentHierarchy(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
Attempts to resolve a component via the component hierarchy using resolvers. -
Uses of ComponentTag in org.apache.wicket.markup.transformer
Methods in org.apache.wicket.markup.transformer with parameters of type ComponentTag Modifier and Type Method Description void
XsltTransformerBehavior. onComponentTag(Component component, ComponentTag tag)
void
AbstractOutputTransformerContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
-
Uses of ComponentTag in org.apache.wicket.validation
Methods in org.apache.wicket.validation with parameters of type ComponentTag Modifier and Type Method Description void
CompoundValidator. onComponentTag(Component component, ComponentTag tag)
-
Uses of ComponentTag in org.apache.wicket.validation.validator
Methods in org.apache.wicket.validation.validator with parameters of type ComponentTag Modifier and Type Method Description void
StringValidator. onComponentTag(Component component, ComponentTag tag)
-