com.ecyrd.jspwiki.parser
Class PluginContent

java.lang.Object
  extended by org.jdom.Content
      extended by org.jdom.Text
          extended by com.ecyrd.jspwiki.parser.PluginContent
All Implemented Interfaces:
Serializable, Cloneable

public class PluginContent
extends Text

Stores the contents of a plugin in a WikiDocument DOM tree.

Since:
2.4
Author:
Janne Jalkanen
See Also:
Serialized Form

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

PluginContent

public PluginContent(String pluginName,
                     Map parameters)
Method Detail

getValue

public String getValue()
Overrides:
getValue in class Text

getText

public String getText()
Overrides:
getText in class Text