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

Packages that use MarkupStream
org.apache.wicket The core Wicket package. 
org.apache.wicket.datetime.markup.html.basic   
org.apache.wicket.examples.stockquote   
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
org.apache.wicket.extensions.markup.html.form.palette.component   
org.apache.wicket.markup Base package for markup. 
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. 
org.apache.wicket.velocity.markup.html   
 

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.
 MarkupStream MarkupContainer.getMarkupStream()
          Get the markup stream set on this container.
protected  MarkupStream Component.locateMarkupStream()
           
 

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 AutoComponentResolver or AutoLinkResolver.
protected  void Component.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Processes the body.
protected  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  void MarkupContainer.renderNext(MarkupStream markupStream)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
protected  void Component.replaceComponentTagBody(MarkupStream markupStream, ComponentTag tag, java.lang.CharSequence body)
          Replaces the body with the given one.
protected  void Component.setMarkupStream(MarkupStream markupStream)
          The markup stream will be assigned to the component at the beginning of the component render phase.
protected  void MarkupContainer.setMarkupStream(MarkupStream markupStream)
          Set markup stream for this container.
 

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

Methods in org.apache.wicket.datetime.markup.html.basic with parameters of type MarkupStream
protected  void DateLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of MarkupStream in org.apache.wicket.examples.stockquote
 

Methods in org.apache.wicket.examples.stockquote with parameters of type MarkupStream
protected  void StockQuoteLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

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

Methods in org.apache.wicket.extensions.markup.html.basic with parameters of type MarkupStream
protected  void SmartLinkMultiLineLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void SmartLinkLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of MarkupStream 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 MarkupStream
protected  void AbstractOptions.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

Uses of MarkupStream in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup that return MarkupStream
 MarkupStream MarkupException.getMarkupStream()
           
 

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 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, java.lang.String message)
           
MarkupException(MarkupStream markupStream, java.lang.String message, java.lang.Throwable cause)
           
 

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)
           
 

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

Methods in org.apache.wicket.markup.html.basic with parameters of type MarkupStream
protected  void EnumLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void MultiLineLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Label.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
protected  void Border.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Border.BorderBodyContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 Component Border.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

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.
protected  void TextArea.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void CheckBoxMultipleChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void FormComponentPanel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void AbstractChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void RadioChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void SimpleFormComponentLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Form.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Append an additional hidden input tag to support anchor tags that can submit a form.
 

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

Methods in org.apache.wicket.markup.html.image with parameters of type MarkupStream
protected  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
protected  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 with parameters of type MarkupStream
protected  void HtmlHeaderContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          First render the body of the component.
protected  void Enclosure.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 Component Enclosure.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

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

Methods in org.apache.wicket.markup.html.link with parameters of type MarkupStream
protected  void AbstractLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Renders this link's body.
protected  void ExternalLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
 

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

Methods in org.apache.wicket.markup.html.panel that return MarkupStream
protected  MarkupStream Fragment.chooseMarkupStream(MarkupStream markupStream)
          Get the markup stream which shall be used to search for the fragment
 MarkupStream Fragment.getAssociatedMarkupStream(boolean throwException)
           
 

Methods in org.apache.wicket.markup.html.panel with parameters of type MarkupStream
protected  MarkupStream Fragment.chooseMarkupStream(MarkupStream markupStream)
          Get the markup stream which shall be used to search for the fragment
protected  void Panel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Fragment.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

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 RelativePathPrefixHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component EnclosureHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component WicketLinkTagHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

Uses of MarkupStream in org.apache.wicket.markup.resolver
 

Methods in org.apache.wicket.markup.resolver with parameters of type MarkupStream
 Component HtmlHeaderResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component WicketContainerResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component MarkupInheritanceResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component ScopedComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component AutoComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component IComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 Component AutoLinkResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 Component AutoLinkResolver.AutolinkBookmarkablePageLink.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)
           
static Component ComponentResolvers.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag, ComponentResolvers.ResolverFilter filter)
          Attempts to resolve a component using resolvers.
 

Uses of MarkupStream in org.apache.wicket.markup.transformer
 

Methods in org.apache.wicket.markup.transformer with parameters of type MarkupStream
protected  void AbstractOutputTransformerContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 

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

Methods in org.apache.wicket.velocity.markup.html with parameters of type MarkupStream
protected  void VelocityPanel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.