public class AssetPublisherPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
Modifier and Type | Field and Description |
---|---|
protected com.liferay.asset.publisher.web.internal.action.AssetEntryActionRegistry |
assetEntryActionRegistry |
protected AssetPublisherCustomizerRegistry |
assetPublisherCustomizerRegistry |
protected com.liferay.portal.kernel.util.Portal |
portal |
Constructor and Description |
---|
AssetPublisherPortlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDispatch(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
void |
getFieldValue(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
void |
getRSS(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
protected boolean |
isSessionErrorException(java.lang.Throwable cause) |
void |
serveResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
void |
subscribe(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
unsubscribe(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
callActionMethod, callResourceMethod, checkPermissions, destroy, doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getMVCPathAttributeName, getPath, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeHideDefaultSuccessMessage, invokeTaglibDiscussion, invokeTaglibDiscussionPagination, processAction, render
addSuccessMessage, checkPath, getActionMethod, getJSONContentType, getPaths, getRedirect, getResourceMethod, getServletContext, getTitle, initValidPaths, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isValidPath, sendRedirect, translate, translate, writeJSON, writeJSON
doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent
protected com.liferay.asset.publisher.web.internal.action.AssetEntryActionRegistry assetEntryActionRegistry
protected AssetPublisherCustomizerRegistry assetPublisherCustomizerRegistry
protected com.liferay.portal.kernel.util.Portal portal
public void getFieldValue(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws javax.portlet.PortletException
javax.portlet.PortletException
public void getRSS(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws java.io.IOException
java.io.IOException
public void serveResource(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws java.io.IOException, javax.portlet.PortletException
serveResource
in interface javax.portlet.ResourceServingPortlet
serveResource
in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
java.io.IOException
javax.portlet.PortletException
public void subscribe(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void unsubscribe(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
protected void doDispatch(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws java.io.IOException, javax.portlet.PortletException
doDispatch
in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
java.io.IOException
javax.portlet.PortletException
protected boolean isSessionErrorException(java.lang.Throwable cause)
isSessionErrorException
in class com.liferay.portal.kernel.portlet.LiferayPortlet