Liferay 6.2-ce-ga5

com.liferay.portal.util
Class PropsImpl

java.lang.Object
  extended by com.liferay.portal.util.PropsImpl
All Implemented Interfaces:
Props

public class PropsImpl
extends Object
implements Props


Constructor Summary
PropsImpl()
           
 
Method Summary
 boolean contains(String key)
           
 String get(String key)
           
 String get(String key, Filter filter)
           
 String[] getArray(String key)
           
 String[] getArray(String key, Filter filter)
           
 Properties getProperties()
           
 Properties getProperties(String prefix, boolean removePrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropsImpl

public PropsImpl()
Method Detail

contains

public boolean contains(String key)
Specified by:
contains in interface Props

get

public String get(String key)
Specified by:
get in interface Props

get

public String get(String key,
                  Filter filter)
Specified by:
get in interface Props

getArray

public String[] getArray(String key)
Specified by:
getArray in interface Props

getArray

public String[] getArray(String key,
                         Filter filter)
Specified by:
getArray in interface Props

getProperties

public Properties getProperties()
Specified by:
getProperties in interface Props

getProperties

public Properties getProperties(String prefix,
                                boolean removePrefix)
Specified by:
getProperties in interface Props

Liferay 6.2-ce-ga5