Package org.apache.wicket.markup
Class AbstractMarkupFragment
- java.lang.Object
-
- 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 ofIMarkupFragment
.
-
-
Constructor Summary
Constructors Constructor Description AbstractMarkupFragment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IMarkupFragment
find(String id, int 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
forEach, iterator, spliterator
-
-
-
-
Constructor Detail
-
AbstractMarkupFragment
public AbstractMarkupFragment()
-
-