Package io.meeds.social.portlet
Class ImagePortlet
java.lang.Object
javax.portlet.GenericPortlet
org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
io.meeds.social.portlet.CMSPortlet
io.meeds.social.portlet.ImagePortlet
- All Implemented Interfaces:
javax.portlet.EventPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class ImagePortlet
extends io.meeds.social.portlet.CMSPortlet
-
Field Summary
FieldsFields inherited from class io.meeds.social.portlet.CMSPortlet
contentType, DATA_INIT_PREFERENCE_NAME, NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(javax.portlet.PortletConfig config) protected voidpreSettingInit(javax.portlet.PortletPreferences preferences, String name) protected voidsetViewRequestAttributes(String name, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) Methods inherited from class io.meeds.social.portlet.CMSPortlet
canEdit, doView, isSettingNameExists, postSettingInit, savePreference, saveSettingNameMethods inherited from class javax.portlet.GenericPortlet
destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, render, serveResource
-
Field Details
-
IMAGE_PATH_PREF
- See Also:
-
-
Constructor Details
-
ImagePortlet
public ImagePortlet()
-
-
Method Details
-
init
public void init(javax.portlet.PortletConfig config) throws javax.portlet.PortletException - Specified by:
initin interfacejavax.portlet.Portlet- Overrides:
initin classio.meeds.social.portlet.CMSPortlet- Throws:
javax.portlet.PortletException
-
setViewRequestAttributes
protected void setViewRequestAttributes(String name, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) - Overrides:
setViewRequestAttributesin classio.meeds.social.portlet.CMSPortlet
-
preSettingInit
- Overrides:
preSettingInitin classio.meeds.social.portlet.CMSPortlet
-