Uses of Class
org.apache.wicket.markup.MarkupStream

Packages that use MarkupStream
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.filter Default parsing extensions. 
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface 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
protected  MarkupStream Component.findMarkupStream()
          Finds the markup stream for this component.
 MarkupStream MarkupContainer.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
 boolean MarkupContainer.autoAdd(Component component, MarkupStream markupStream)
          This method allows a component to be added by an auto-resolver such as AutoLinkResolver.
 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 container
protected  boolean MarkupContainer.renderNext(MarkupStream markupStream)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
protected  void Component.replaceComponentTagBody(MarkupStream markupStream, ComponentTag tag, 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
 MarkupStream MarkupException.getMarkupStream()
           
 MarkupStream MarkupStream.setCurrentIndex(int currentIndex)
           
 

Methods in org.apache.wicket.markup with parameters of type MarkupStream
 boolean MarkupStream.equalMarkup(MarkupStream markupStream)
          True, if associate markup is the same.
 boolean MarkupStream.equalTo(MarkupStream that)
          Compare this markup stream with another one
 void ComponentTag.onBeforeRender(Component component, MarkupStream markupStream)
          For subclasses to override.
 void HtmlSpecialTag.onBeforeRender(Component component, MarkupStream markupStream)
          For subclasses to override.
 void MarkupException.setMarkupStream(MarkupStream markupStream)
          Set the markup stream which caused the exception
 

Constructors in org.apache.wicket.markup with parameters of type MarkupStream
MarkupException(MarkupStream markupStream, String message)
           
MarkupException(MarkupStream markupStream, String message, 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
 void HeaderResponseContainer.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
 Component TransparentWebMarkupContainer.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component HeaderPartContainer.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          The tag must be resolved against the panel and not against the page
 

Uses of MarkupStream in org.apache.wicket.markup.html.basic
 

Methods in org.apache.wicket.markup.html.basic with parameters of type MarkupStream
 void EnumLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 void MultiLineLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 void Label.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Processes the body.
 

Uses of MarkupStream in org.apache.wicket.markup.html.border
 

Methods in org.apache.wicket.markup.html.border with parameters of type MarkupStream
 void Border.BorderBodyContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 Component Border.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
protected  void Form.appendDefaultButtonField(MarkupStream markupStream, ComponentTag openTag)
          If a default IFormSubmittingComponent was set on this form, this method will be called to render an extra field with an invisible style so that pressing enter in one of the textfields will do a form submit using this component.
 void Form.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Append an additional hidden input tag to support anchor tags that can submit a form.
 void CheckBoxMultipleChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 void TextArea.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
 void AbstractChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
 void SimpleFormComponentLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 void RadioChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 Component AutoLabelResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component AutoLabelTextResolver.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
 void Image.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
 void Include.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
 MarkupStream HtmlHeaderContainer.HeaderStreamState.getMarkupStream()
           
 

Methods in org.apache.wicket.markup.html.internal with parameters of type MarkupStream
 void HtmlHeaderContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          First render the body of the component.
protected  boolean HtmlHeaderContainer.renderNext(MarkupStream markupStream)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 Component Enclosure.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Constructors in org.apache.wicket.markup.html.internal with parameters of type MarkupStream
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
 void AbstractLink.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
 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.
 void FragmentMarkupSourcingStrategy.onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
          Skip the body markup associated with the 'component'.
 void BorderMarkupSourcingStrategy.onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
           
 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 IMarkupSourcingStrategy.onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
          Will replace the respective component's method.
 void DefaultMarkupSourcingStrategy.onComponentTagBody(Component component, MarkupStream markupStream, ComponentTag openTag)
          Invoke the component's onComponentTagBody().
 

Uses of MarkupStream in org.apache.wicket.markup.parser.filter
 

Methods in org.apache.wicket.markup.parser.filter with parameters of type MarkupStream
 Component WicketMessageTagHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component WicketLinkTagHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component RelativePathPrefixHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component EnclosureHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component InlineEnclosureHandler.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
 MarkupStream AutoLinkResolver.PathInfo.getMarkupStream()
          Gets markup stream
 

Methods in org.apache.wicket.markup.resolver with parameters of type MarkupStream
 Component WicketContainerResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component FragmentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component WicketMessageResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component HtmlHeaderResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component AutoLinkResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component AutoLinkResolver.AutolinkBookmarkablePageLink.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component MarkupInheritanceResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component IComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve a component.
static Component ComponentResolvers.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag, ComponentResolvers.ResolverFilter filter)
          Attempts to resolve a component using resolvers.
 

Constructors in org.apache.wicket.markup.resolver with parameters of type MarkupStream
AutoLinkResolver.PathInfo(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
 void AbstractOutputTransformerContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.