Liferay 6.1.2-ce-ga3

com.liferay.util.portlet
Class PortletProps

java.lang.Object
  extended by com.liferay.util.portlet.PortletProps

public class PortletProps
extends Object


Method Summary
static void addProperties(Properties properties)
           
static boolean contains(String key)
           
static String get(String key)
           
static String get(String key, Filter filter)
           
static String[] getArray(String key)
           
static String[] getArray(String key, Filter filter)
           
static Properties getProperties()
           
static void removeProperties(Properties properties)
           
static void set(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addProperties

public static void addProperties(Properties properties)

contains

public static boolean contains(String key)

get

public static String get(String key)

get

public static String get(String key,
                         Filter filter)

getArray

public static String[] getArray(String key)

getArray

public static String[] getArray(String key,
                                Filter filter)

getProperties

public static Properties getProperties()

removeProperties

public static void removeProperties(Properties properties)

set

public static void set(String key,
                       String value)

Liferay 6.1.2-ce-ga3