public class PropsImpl
extends java.lang.Object
implements com.liferay.portal.kernel.util.Props
| Constructor and Description |
|---|
PropsImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.String key) |
java.lang.String |
get(java.lang.String key) |
java.lang.String |
get(java.lang.String key,
com.liferay.portal.kernel.configuration.Filter filter) |
java.lang.String[] |
getArray(java.lang.String key) |
java.lang.String[] |
getArray(java.lang.String key,
com.liferay.portal.kernel.configuration.Filter filter) |
java.util.Properties |
getProperties() |
java.util.Properties |
getProperties(java.lang.String prefix,
boolean removePrefix) |
public boolean contains(java.lang.String key)
contains in interface com.liferay.portal.kernel.util.Propspublic java.lang.String get(java.lang.String key)
get in interface com.liferay.portal.kernel.util.Propspublic java.lang.String get(java.lang.String key,
com.liferay.portal.kernel.configuration.Filter filter)
get in interface com.liferay.portal.kernel.util.Propspublic java.lang.String[] getArray(java.lang.String key)
getArray in interface com.liferay.portal.kernel.util.Propspublic java.lang.String[] getArray(java.lang.String key,
com.liferay.portal.kernel.configuration.Filter filter)
getArray in interface com.liferay.portal.kernel.util.Propspublic java.util.Properties getProperties()
getProperties in interface com.liferay.portal.kernel.util.Propspublic java.util.Properties getProperties(java.lang.String prefix,
boolean removePrefix)
getProperties in interface com.liferay.portal.kernel.util.Props