|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.MarkupElement
public abstract class MarkupElement
Base class for different kinds of markup elements. Markup elements are held in a Markup container object.
Wicket divides markup like (x)html, wml etc. into two types of MarkupElements:
RawMarkup,
ComponentTag| Constructor Summary | |
|---|---|
MarkupElement()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
closes(MarkupElement open)
Gets whether this element closes the given element. |
abstract boolean |
equalTo(MarkupElement element)
This is not an implementation of equals because we don't care about hashCodes for MarkupElements yet. |
abstract CharSequence |
toCharSequence()
|
abstract String |
toUserDebugString()
Gets a string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarkupElement()
| Method Detail |
|---|
public boolean closes(MarkupElement open)
open - The open tag
public abstract boolean equalTo(MarkupElement element)
element - The markup element to compare with
public abstract CharSequence toCharSequence()
public abstract String toUserDebugString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||