org.portletfaces.bridge.preference
Interface Preference
public interface Preference
- Author:
- Neil Griffin
reset
void reset()
throws javax.portlet.ReadOnlyException
- Throws:
javax.portlet.ReadOnlyException
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getValue
java.lang.String getValue()
setValue
void setValue(java.lang.String value)
throws javax.portlet.ReadOnlyException
- Throws:
javax.portlet.ReadOnlyException
getValues
java.util.List<java.lang.String> getValues()
setValues
void setValues(java.lang.String[] values)
throws javax.portlet.ReadOnlyException
- Throws:
javax.portlet.ReadOnlyException
isReadOnly
boolean isReadOnly()
Copyright © 2011 portletfaces.org. All Rights Reserved.