public abstract class TagExtensionBase extends Object implements Serializable, Comparable<TagExtensionBase>
| Modifier and Type | Class and Description |
|---|---|
static class |
TagExtensionBase.TagExtensionAdapter |
protected static class |
TagExtensionBase.TagExtensionRef |
| Modifier | Constructor and Description |
|---|---|
protected |
TagExtensionBase(String id)
For un-marshaling only.
|
protected |
TagExtensionBase(WikiConfig wikiConfig,
String id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TagExtensionBase o) |
boolean |
equals(Object obj) |
String |
getId() |
WikiConfig |
getWikiConfig() |
int |
hashCode() |
abstract WtNode |
invoke(ExpansionFrame preprocessorFrame,
WtTagExtension wtTagExtension,
Map<String,WtNodeList> attributes,
WtTagExtensionBody wtTagExtensionBody) |
protected EngineNodeFactory |
nf() |
void |
setWikiConfig(WikiConfig wikiConfig)
For internal use only!
|
String |
toString() |
protected EngineAstTextUtils |
tu() |
protected TagExtensionBase(String id)
protected TagExtensionBase(WikiConfig wikiConfig, String id)
public void setWikiConfig(WikiConfig wikiConfig)
public WikiConfig getWikiConfig()
public String getId()
protected EngineNodeFactory nf()
protected EngineAstTextUtils tu()
public abstract WtNode invoke(ExpansionFrame preprocessorFrame, WtTagExtension wtTagExtension, Map<String,WtNodeList> attributes, WtTagExtensionBody wtTagExtensionBody)
public int compareTo(TagExtensionBase o)
compareTo in interface Comparable<TagExtensionBase>Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.