Package org.exoplatform.social.processor
Class EmbedProcessor
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.social.core.BaseActivityProcessorPlugin
-
- org.exoplatform.social.processor.EmbedProcessor
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.core.ActivityProcessor
@Deprecated public class EmbedProcessor extends org.exoplatform.social.core.BaseActivityProcessorPlugin
Deprecated.this processor is kept for backward compatibility for old activities where preview is generated in server side instead of generating template params from client/browser sideA processor if it found a tag oembed it transform this content to iframe to show the media
-
-
Constructor Summary
Constructors Constructor Description EmbedProcessor(org.exoplatform.container.xml.InitParams params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisPreActivityProcessor()Deprecated.voidprocessActivity(org.exoplatform.social.core.activity.model.ExoSocialActivity activity)Deprecated.-
Methods inherited from class org.exoplatform.social.core.BaseActivityProcessorPlugin
getPriority, getTemplateParamKeysToFilter, setPriority
-
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
-
-
-
-
Method Detail
-
processActivity
public void processActivity(org.exoplatform.social.core.activity.model.ExoSocialActivity activity)
Deprecated.- Specified by:
processActivityin interfaceorg.exoplatform.social.core.ActivityProcessor- Specified by:
processActivityin classorg.exoplatform.social.core.BaseActivityProcessorPlugin
-
isPreActivityProcessor
public boolean isPreActivityProcessor()
Deprecated.
-
-