javax.portlet.faces.preference
Interface Preference
public interface Preference
- Author:
- Neil Griffin
reset
void reset()
throws javax.portlet.ReadOnlyException
- Throws:
javax.portlet.ReadOnlyException
getName
String getName()
setName
void setName(String name)
getValue
String getValue()
setValue
void setValue(String value)
throws javax.portlet.ReadOnlyException
- Throws:
javax.portlet.ReadOnlyException
getValues
List<String> getValues()
setValues
void setValues(String[] values)
throws javax.portlet.ReadOnlyException
- Throws:
javax.portlet.ReadOnlyException
isReadOnly
boolean isReadOnly()
Copyright © 2014 Liferay, Inc.. All Rights Reserved.