org.apache.jetspeed.components.portletpreferences
Class JetspeedPreferenceImpl

java.lang.Object
  extended by org.apache.pluto.container.impl.PortletPreferenceImpl
      extended by org.apache.jetspeed.components.portletpreferences.JetspeedPreferenceImpl
All Implemented Interfaces:
org.apache.pluto.container.PortletPreference

public class JetspeedPreferenceImpl
extends org.apache.pluto.container.impl.PortletPreferenceImpl

Jetspeed Portlet Preference object, internal representation

Version:
$Id: $
Author:
David Sean Taylor

Constructor Summary
JetspeedPreferenceImpl(java.lang.String name, java.lang.String[] values, boolean readOnly)
           
 
Method Summary
 
Methods inherited from class org.apache.pluto.container.impl.PortletPreferenceImpl
clone, getName, getValues, isReadOnly, setName, setReadOnly, setValues, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetspeedPreferenceImpl

public JetspeedPreferenceImpl(java.lang.String name,
                              java.lang.String[] values,
                              boolean readOnly)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.