com.liferay.portal.velocity
Class VelocityPortletPreferences

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

public class VelocityPortletPreferences
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
VelocityPortletPreferences()
           
 
Method Summary
 void reset()
           
 void setValue(java.lang.String key, java.lang.String value)
           
 void setValues(java.lang.String key, java.lang.String[] values)
           
 java.lang.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

setValue

public void setValue(java.lang.String key,
                     java.lang.String value)
              throws javax.portlet.ReadOnlyException
Throws:
javax.portlet.ReadOnlyException

setValues

public void setValues(java.lang.String key,
                      java.lang.String[] values)
               throws javax.portlet.ReadOnlyException
Throws:
javax.portlet.ReadOnlyException

reset

public void reset()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object