com.liferay.portal.util
Class PropsImpl
java.lang.Object
com.liferay.portal.util.PropsImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.util.Props
public class PropsImpl
- extends Object
- implements com.liferay.portal.kernel.util.Props
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropsImpl
public PropsImpl()
contains
public boolean contains(String key)
- Specified by:
contains in interface com.liferay.portal.kernel.util.Props
get
public String get(String key)
- Specified by:
get in interface com.liferay.portal.kernel.util.Props
get
public String get(String key,
com.liferay.portal.kernel.configuration.Filter filter)
- Specified by:
get in interface com.liferay.portal.kernel.util.Props
getArray
public String[] getArray(String key)
- Specified by:
getArray in interface com.liferay.portal.kernel.util.Props
getArray
public String[] getArray(String key,
com.liferay.portal.kernel.configuration.Filter filter)
- Specified by:
getArray in interface com.liferay.portal.kernel.util.Props
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface com.liferay.portal.kernel.util.Props
getProperties
public Properties getProperties(String prefix,
boolean removePrefix)
- Specified by:
getProperties in interface com.liferay.portal.kernel.util.Props