org.apache.wicket.markup
Class AbstractMarkupFragment

java.lang.Object
  extended by org.apache.wicket.markup.AbstractMarkupFragment
All Implemented Interfaces:
Iterable<MarkupElement>, IMarkupFragment
Direct Known Subclasses:
Markup, MarkupFragment

public abstract class AbstractMarkupFragment
extends Object
implements IMarkupFragment

A base implementation of IMarkupFragment.


Constructor Summary
AbstractMarkupFragment()
           
 
Method Summary
protected  IMarkupFragment find(String id, int streamOffset)
          Find the markup fragment of component with id equal to id, starting at offset streamOffset.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.wicket.markup.IMarkupFragment
find, get, getMarkupResourceStream, size, toString
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

AbstractMarkupFragment

public AbstractMarkupFragment()
Method Detail

find

protected final IMarkupFragment find(String id,
                                     int streamOffset)
Find the markup fragment of component with id equal to id, starting at offset streamOffset.

Parameters:
id - The id of the component tag being searched for.
streamOffset - The offset in the markup stream from which to start searching.
Returns:
the IMarkupFragment of the component tag if found, null is not found.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.