Class PropsImpl

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
Author:
Brian Wing Shun Chan
  • Constructor Details

    • PropsImpl

      public PropsImpl()
  • Method Details

    • 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