@Deprecated public interface IMarkup
MarkupElement
,
ComponentTag
,
RawMarkup
Modifier and Type | Method and Description |
---|---|
int |
findComponentIndex(String path,
String id)
Deprecated.
Find the markup element index of the component with 'path'
|
MarkupElement |
get(int index)
Deprecated.
For Wicket it would be sufficient for this method to be package protected.
|
String |
getEncoding()
Deprecated.
Gets the markup encoding.
|
MarkupResourceStream |
getResource()
Deprecated.
Gets the resource that contains this markup
|
String |
getWicketNamespace()
Deprecated.
Get the wicket namespace valid for this specific markup
|
String |
getXmlDeclaration()
Deprecated.
Return the XML declaration string, in case if found in the markup.
|
int |
size()
Deprecated.
For Wicket it would be sufficient for this method to be package protected.
|
String |
toDebugString()
Deprecated.
|
String |
toString()
Deprecated.
|
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–2022 Apache Software Foundation. All rights reserved.