Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class VelocityPortletPreferences

java.lang.Object
  extended by com.liferay.portal.velocity.VelocityPortletPreferences

public class VelocityPortletPreferences
extends Object


Constructor Summary
VelocityPortletPreferences()
           
 
Method Summary
 void reset()
           
 void setValue(String key, String value)
           
 void setValues(String key, String[] values)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VelocityPortletPreferences

public VelocityPortletPreferences()
Method Detail

reset

public void reset()

setValue

public void setValue(String key,
                     String value)
              throws ReadOnlyException
Throws:
ReadOnlyException

setValues

public void setValues(String key,
                      String[] values)
               throws ReadOnlyException
Throws:
ReadOnlyException

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3