|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdom.Content
org.jdom.Text
com.ecyrd.jspwiki.parser.PluginContent
public class PluginContent
Stores the contents of a plugin in a WikiDocument DOM tree.
Field Summary |
---|
Fields inherited from class org.jdom.Text |
---|
value |
Fields inherited from class org.jdom.Content |
---|
parent |
Constructor Summary | |
---|---|
PluginContent(String pluginName,
Map parameters)
|
Method Summary | |
---|---|
String |
getText()
|
String |
getValue()
|
Methods inherited from class org.jdom.Text |
---|
append, append, clone, getTextNormalize, getTextTrim, normalizeString, setText, toString |
Methods inherited from class org.jdom.Content |
---|
detach, equals, getDocument, getParent, getParentElement, hashCode, setParent |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginContent(String pluginName, Map parameters)
Method Detail |
---|
public String getValue()
getValue
in class Text
public String getText()
getText
in class Text
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |