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.repeater   
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.resource.filtering   
org.apache.wicket.velocity.markup.html   
 

Uses of MarkupStream in org.apache.wicket
 

Methods in org.apache.wicket that return MarkupStream
protected  MarkupStream MarkupContainer.findMarkupStream()
          Get the markup stream for this component.
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 MarkupContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void Component.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Processes the body.
protected  void Page.onRender(MarkupStream markupStream)
          Renders this container to the given response object.
protected  void MarkupContainer.onRender(MarkupStream markupStream)
          Renders this component.
protected abstract  void Component.onRender(MarkupStream markupStream)
          Implementation that renders this component.
 void Component.render(MarkupStream markupStream)
          Performs a render of this component as part of a Page level render process.
protected  void MarkupContainer.renderAll(MarkupStream markupStream)
          Renders this component and all sub-components using the given markup stream.
 void Component.renderComponent(MarkupStream markupStream)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
protected  void MarkupContainer.renderComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Renders markup for the body of a ComponentTag from the current position in the given markup stream.
protected  void 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.
protected  void MarkupContainer.setMarkupStream(MarkupStream markupStream)
          Set markup stream for this container.
protected  void Component.setMarkupStream(MarkupStream markupStream)
          The markup stream will be assigned to the component at the beginning of the component render phase.
 

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()
           
 MarkupStream MarkupCache.getMarkupStream(MarkupContainer container, boolean enforceReload, boolean throwException)
           
 MarkupStream IMarkupCache.getMarkupStream(MarkupContainer container, boolean enforceReload, boolean throwException)
          Gets a fresh markup stream that contains the (immutable) markup resource for this class.
 

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

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

Methods in org.apache.wicket.markup.html with parameters of type MarkupStream
protected  void WebComponent.onRender(MarkupStream markupStream)
           
 boolean HeaderPartContainer.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 void HeaderPartContainer.setMyMarkupStream(MarkupStream markupStream)
           
 

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 MultiLineLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void Label.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void EnumLabel.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)
           
 boolean Border.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean Border.BorderBodyContainer.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 SimpleFormComponentLabel.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void RadioChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void FormComponentPanel.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.
protected  void CheckBoxMultipleChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
           
protected  void AbstractChoice.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
 boolean AutoLabelTextResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean AutoLabelResolver.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
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 InlineEnclosure.onComponentTagBody(MarkupStream markupStream, ComponentTag enclosureOpenTag)
           
protected  void HtmlHeaderContainer.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          First render the body of the component.
protected  void Enclosure.onComponentTagBody(MarkupStream markupStream, ComponentTag enclosureOpenTag)
           
 

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
protected  void ExternalLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Handle the container's body.
protected  void AbstractLink.onComponentTagBody(MarkupStream markupStream, ComponentTag openTag)
          Renders this link's body.
protected  void ImageMap.onRender(MarkupStream markupStream)
          Deprecated. Renders this component.
 

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.findComponentIndex(String path)
          Position the markup stream at the child component relative to the provider markup
 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
 boolean WicketMessageTagHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean RelativePathPrefixHandler.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

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

Methods in org.apache.wicket.markup.repeater with parameters of type MarkupStream
protected  void AbstractRepeater.onRender(MarkupStream markupStream)
          Renders all child items in no specified order
 

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

Methods in org.apache.wicket.markup.resolver with parameters of type MarkupStream
static boolean ComponentResolvers.resolve(Application application, MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Attempts to resolve a component using resolvers.
 boolean WicketMessageResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean WicketLinkResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean WicketContainerResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean ScopedComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean ParentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean MarkupInheritanceResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean 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.
 boolean HtmlHeaderResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Try to resolve the tag, then create a component, add it to the container and render it.
 boolean FragmentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean EnclosureResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean BorderBodyResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 boolean AutoLinkResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
          Automatically creates a BookmarkablePageLink component.
 boolean AutoComponentResolver.resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
           
 

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)
           
protected  void AbstractOutputTransformerContainer.onRender(MarkupStream markupStream)
           
 

Uses of MarkupStream in org.apache.wicket.resource.filtering
 

Methods in org.apache.wicket.resource.filtering with parameters of type MarkupStream
protected  void HeaderResponseFilteredResponseContainer.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-2011 Apache Software Foundation. All Rights Reserved.