Package org.exoplatform.wiki.webui
Class UIWikiUploadAttachment.UploadAttachmentActionListener
- java.lang.Object
-
- org.exoplatform.webui.event.EventListener<T>
-
- org.exoplatform.webui.ext.UIExtensionEventListener<T>
-
- org.exoplatform.wiki.webui.control.listener.UIWikiPortletActionListener<UIWikiUploadAttachment>
-
- org.exoplatform.wiki.webui.UIWikiUploadAttachment.UploadAttachmentActionListener
-
- Enclosing class:
- UIWikiUploadAttachment
public static class UIWikiUploadAttachment.UploadAttachmentActionListener extends UIWikiPortletActionListener<UIWikiUploadAttachment>
-
-
Constructor Summary
Constructors Constructor Description UploadAttachmentActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetExtensionType()voidprocessEvent(org.exoplatform.webui.event.Event<UIWikiUploadAttachment> event)-
Methods inherited from class org.exoplatform.wiki.webui.control.listener.UIWikiPortletActionListener
createContext
-
-
-
-
Method Detail
-
processEvent
public void processEvent(org.exoplatform.webui.event.Event<UIWikiUploadAttachment> event) throws Exception
- Overrides:
processEventin classUIWikiPortletActionListener<UIWikiUploadAttachment>- Throws:
Exception
-
getExtensionType
protected String getExtensionType()
- Specified by:
getExtensionTypein classorg.exoplatform.webui.ext.UIExtensionEventListener<UIWikiUploadAttachment>
-
-