Uses of Class
org.apache.wicket.markup.MarkupStream
-
Packages that use MarkupStream Package Description org.apache.wicket The core Wicket package.org.apache.wicket.markup Base package for markup.org.apache.wicket.markup.head.filter org.apache.wicket.markup.html Base package of HTML markup.org.apache.wicket.markup.html.basic Basic HTML components.org.apache.wicket.markup.html.border Border components.org.apache.wicket.markup.html.form HTML Forms and form components.org.apache.wicket.markup.html.image Image components.org.apache.wicket.markup.html.include Components for including content from non-Wicket sources.org.apache.wicket.markup.html.internal org.apache.wicket.markup.html.link Link components.org.apache.wicket.markup.html.panel Panel components.org.apache.wicket.markup.parser The default parsing engine of Wicket.org.apache.wicket.markup.parser.filter Default parsing extensions.org.apache.wicket.markup.resolver Resolvers implement theIComponentResolverinterface and must be registered with the application.org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. -
-
Uses of MarkupStream in org.apache.wicket
Methods in org.apache.wicket that return MarkupStream Modifier and Type Method Description protected MarkupStreamComponent. findMarkupStream()Finds the markup stream for this component.MarkupStreamMarkupContainer. getAssociatedMarkupStream(boolean throwException)Gets a fresh markup stream that contains the (immutable) markup resource for this class.Methods in org.apache.wicket with parameters of type MarkupStream Modifier and Type Method Description booleanMarkupContainer. autoAdd(Component component, MarkupStream markupStream)This method allows a component to be added by an auto-resolver such as AutoLinkResolver.voidComponent. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Processes the body.voidMarkupContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Handle the container's body.protected voidMarkupContainer. renderAll(MarkupStream markupStream, ComponentTag openTag)Loop through the markup in this containerprotected booleanMarkupContainer. renderNext(MarkupStream markupStream)THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.protected voidComponent. replaceComponentTagBody(MarkupStream markupStream, ComponentTag tag, java.lang.CharSequence body)Replaces the body with the given one. -
Uses of MarkupStream in org.apache.wicket.markup
Methods in org.apache.wicket.markup that return MarkupStream Modifier and Type Method Description MarkupStreamMarkupException. getMarkupStream()MarkupStreamMarkupStream. setCurrentIndex(int currentIndex)Methods in org.apache.wicket.markup with parameters of type MarkupStream Modifier and Type Method Description booleanMarkupStream. equalMarkup(MarkupStream markupStream)True, if associate markup is the same.booleanMarkupStream. equalTo(MarkupStream that)Compare this markup stream with another onevoidComponentTag. onBeforeRender(Component component, MarkupStream markupStream)For subclasses to override.voidHtmlSpecialTag. onBeforeRender(Component component, MarkupStream markupStream)For subclasses to override.voidMarkupException. setMarkupStream(MarkupStream markupStream)Set the markup stream which caused the exceptionConstructors in org.apache.wicket.markup with parameters of type MarkupStream Constructor Description MarkupException(MarkupStream markupStream, java.lang.String message)MarkupException(MarkupStream markupStream, java.lang.String message, java.lang.Throwable cause) -
Uses of MarkupStream in org.apache.wicket.markup.head.filter
Methods in org.apache.wicket.markup.head.filter with parameters of type MarkupStream Modifier and Type Method Description voidHeaderResponseContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag) -
Uses of MarkupStream in org.apache.wicket.markup.html
Methods in org.apache.wicket.markup.html with parameters of type MarkupStream Modifier and Type Method Description ComponentHeaderPartContainer. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)The tag must be resolved against the panel and not against the pageComponentTransparentWebMarkupContainer. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag) -
Uses of MarkupStream in org.apache.wicket.markup.html.basic
Methods in org.apache.wicket.markup.html.basic with parameters of type MarkupStream Modifier and Type Method Description voidEnumLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)voidLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Processes the body.voidMultiLineLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag) -
Uses of MarkupStream in org.apache.wicket.markup.html.border
Methods in org.apache.wicket.markup.html.border with parameters of type MarkupStream Modifier and Type Method Description voidBorder.BorderBodyContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)ComponentBorder. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)Try to resolve a component. -
Uses of MarkupStream in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form with parameters of type MarkupStream Modifier and Type Method Description voidAbstractChoice. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Handle the container's body.voidButton. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)voidForm. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Append an additional hidden input tag to support anchor tags that can submit a form.voidSimpleFormComponentLabel. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)voidTextArea. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Handle the container's body.ComponentAutoLabelResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentAutoLabelTextResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag) -
Uses of MarkupStream in org.apache.wicket.markup.html.image
Methods in org.apache.wicket.markup.html.image with parameters of type MarkupStream Modifier and Type Method Description voidImage. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag) -
Uses of MarkupStream in org.apache.wicket.markup.html.include
Methods in org.apache.wicket.markup.html.include with parameters of type MarkupStream Modifier and Type Method Description voidInclude. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag) -
Uses of MarkupStream in org.apache.wicket.markup.html.internal
Methods in org.apache.wicket.markup.html.internal that return MarkupStream Modifier and Type Method Description MarkupStreamHtmlHeaderContainer.HeaderStreamState. getMarkupStream()Methods in org.apache.wicket.markup.html.internal with parameters of type MarkupStream Modifier and Type Method Description voidHtmlHeaderContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)First render the body of the component.ComponentEnclosure. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)Constructors in org.apache.wicket.markup.html.internal with parameters of type MarkupStream Constructor Description ResponseBufferZone(RequestCycle cycle, MarkupStream stream) -
Uses of MarkupStream in org.apache.wicket.markup.html.link
Methods in org.apache.wicket.markup.html.link with parameters of type MarkupStream Modifier and Type Method Description voidAbstractLink. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)Renders this link's body. -
Uses of MarkupStream in org.apache.wicket.markup.html.panel
Methods in org.apache.wicket.markup.html.panel with parameters of type MarkupStream Modifier and Type Method Description voidAbstractMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)Skip the components body which is expected to be raw markup only (no wicket components).voidBorderMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)voidDefaultMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)Invoke the component's onComponentTagBody().voidFragmentMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)Skip the body markup associated with the 'component'.voidIMarkupSourcingStrategy. onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)Will replace the respective component's method.voidPanelMarkupSourcingStrategy. 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 MarkupStream in org.apache.wicket.markup.parser
Methods in org.apache.wicket.markup.parser with parameters of type MarkupStream Modifier and Type Method Description protected java.lang.StringAbstractMarkupFilter. getWicketNamespace(MarkupStream markupStream)Extracts the markup namespace from the passed MarkupStream if available, or from the MarkupResourceStream passed at creation time. -
Uses of MarkupStream in org.apache.wicket.markup.parser.filter
Methods in org.apache.wicket.markup.parser.filter with parameters of type MarkupStream Modifier and Type Method Description ComponentEnclosureHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentInlineEnclosureHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentRelativePathPrefixHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentWicketLinkTagHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentWicketMessageTagHandler. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag) -
Uses of MarkupStream in org.apache.wicket.markup.resolver
Methods in org.apache.wicket.markup.resolver that return MarkupStream Modifier and Type Method Description MarkupStreamAutoLinkResolver.PathInfo. getMarkupStream()Gets markup streamMethods in org.apache.wicket.markup.resolver with parameters of type MarkupStream Modifier and Type Method Description ComponentAutoLinkResolver.AutolinkBookmarkablePageLink. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentAutoLinkResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)static ComponentComponentResolvers. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag, ComponentResolvers.ResolverFilter filter)Attempts to resolve a component using resolvers.ComponentHtmlHeaderResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentIComponentResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)Try to resolve a component.ComponentWicketContainerResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)ComponentWicketMessageResolver. resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)static ComponentComponentResolvers. resolveByApplication(MarkupContainer container, MarkupStream markupStream, ComponentTag tag, ComponentResolvers.ResolverFilter filter)Attempts to resolve a component via application registered resolvers.static ComponentComponentResolvers. resolveByComponentHierarchy(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)Attempts to resolve a component via the component hierarchy using resolvers.Constructors in org.apache.wicket.markup.resolver with parameters of type MarkupStream Constructor Description PathInfo(java.lang.String reference, MarkupContainer container, MarkupStream markupStream)Construct. -
Uses of MarkupStream in org.apache.wicket.markup.transformer
Methods in org.apache.wicket.markup.transformer with parameters of type MarkupStream Modifier and Type Method Description voidAbstractOutputTransformerContainer. onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
-