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
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionIMTypesPlugin(org.exoplatform.container.xml.InitParams initParams) Instantiates a new simple IM type plugin. -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
types
The types.
-
-
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
Gets the types.- Returns:
- the types
-