javax.portlet.faces.preference
Interface Preference


public interface Preference

Author:
Neil Griffin

Method Summary
 String getName()
           
 String getValue()
           
 List<String> getValues()
           
 boolean isReadOnly()
           
 void reset()
           
 void setName(String name)
           
 void setValue(String value)
           
 void setValues(String[] values)
           
 

Method Detail

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.