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