Class FreeMarkerPortlet
Object
jakarta.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
com.liferay.util.bridges.freemarker.FreeMarkerPortlet
- All Implemented Interfaces:
jakarta.portlet.EventPortlet,jakarta.portlet.HeaderPortlet,jakarta.portlet.Portlet,jakarta.portlet.PortletConfig,jakarta.portlet.ResourceServingPortlet
public class FreeMarkerPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
- Author:
- Raymond Augé
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplateFields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirectFields inherited from class jakarta.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
callActionMethod, callResourceMethod, checkPermissions, destroy, doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getActionMVCCommandCache, getHeaderMVCCommandCache, getMVCPathAttributeName, getPath, getRenderMVCCommandCache, getResourceMVCCommandCache, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, init, invokeHideDefaultSuccessMessage, processAction, render, renderHeaders, serveResourceMethods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, getActionMethod, getRedirect, getResourceMethod, getServletContext, getTitle, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSONMethods inherited from class jakarta.portlet.GenericPortlet
dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, init, processEvent
-
Constructor Details
-
FreeMarkerPortlet
public FreeMarkerPortlet()
-
-
Method Details
-
include
protected void include(String path, jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.PortletResponse portletResponse, String lifecycle) throws IOException, jakarta.portlet.PortletException - Overrides:
includein classcom.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet- Throws:
IOExceptionjakarta.portlet.PortletException
-