Liferay 6.1.2-ce-ga3

com.liferay.portal.sharepoint
Class Leaf

java.lang.Object
  extended by com.liferay.portal.sharepoint.Leaf
All Implemented Interfaces:
ResponseElement

public class Leaf
extends Object
implements ResponseElement


Field Summary
static String OPEN_LI
           
 
Constructor Summary
Leaf(String key, ResponseElement value)
           
Leaf(String key, String value, boolean useEqualSymbol)
           
Leaf(String key, String value, boolean useEqualSymbol, boolean newLine)
           
 
Method Summary
 String parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_LI

public static final String OPEN_LI
See Also:
Constant Field Values
Constructor Detail

Leaf

public Leaf(String key,
            ResponseElement value)

Leaf

public Leaf(String key,
            String value,
            boolean useEqualSymbol)

Leaf

public Leaf(String key,
            String value,
            boolean useEqualSymbol,
            boolean newLine)
Method Detail

parse

public String parse()
Specified by:
parse in interface ResponseElement

Liferay 6.1.2-ce-ga3