public interface IMarkup
MarkupElement,
ComponentTag,
RawMarkup| Modifier and Type | Method and Description |
|---|---|
int |
findComponentIndex(String path,
String id)
Find the markup element index of the component with 'path'
|
MarkupElement |
get(int index)
For Wicket it would be sufficient for this method to be package protected.
|
String |
getEncoding()
Gets the markup encoding.
|
MarkupResourceStream |
getResource()
Gets the resource that contains this markup
|
String |
getWicketNamespace()
Get the wicket namespace valid for this specific markup
|
String |
getXmlDeclaration()
Return the XML declaration string, in case if found in the markup.
|
int |
size()
For Wicket it would be sufficient for this method to be package protected.
|
String |
toDebugString() |
String |
toString() |
int findComponentIndex(String path, String id)
path - The component path expressionid - The component's id to search forMarkupElement get(int index)
index - Index into markup listString getEncoding()
MarkupResourceStream getResource()
String getWicketNamespace()
String getXmlDeclaration()
int size()
String toDebugString()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.