Class IMTypesPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.core.profile.settings.IMTypesPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class IMTypesPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Adds one or several IM types in declarative form: by ID and name, where ID configured as value-param name and type name as the value.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected List<IMType>
    The types.

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    IMTypesPlugin(org.exoplatform.container.xml.InitParams initParams)
    Instantiates a new simple IM type plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the types.

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • IMTypesPlugin

      public IMTypesPlugin(org.exoplatform.container.xml.InitParams initParams)
      Instantiates a new simple IM type plugin.
      Parameters:
      initParams - the init params
  • Method Details

    • getTypes

      public Collection<IMType> getTypes()
      Gets the types.
      Returns:
      the types