Liferay 6.2-ce-ga5

com.liferay.util.bridges.freemarker
Class FreeMarkerPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.util.bridges.mvc.MVCPortlet
              extended by com.liferay.util.bridges.freemarker.FreeMarkerPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class FreeMarkerPortlet
extends MVCPortlet


Field Summary
 
Fields inherited from class com.liferay.util.bridges.mvc.MVCPortlet
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplate
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect, validPaths
 
Fields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH
 
Constructor Summary
FreeMarkerPortlet()
           
 
Method Summary
 void destroy()
           
protected  TemplateTaglibSupportProvider getTaglibSupportProvider()
           
protected  void include(String path, PortletRequest portletRequest, PortletResponse portletResponse, String lifecycle)
           
 
Methods inherited from class com.liferay.util.bridges.mvc.MVCPortlet
callActionMethod, checkPermissions, doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getPath, include, include, include, include, init, invokeTaglibDiscussion, processAction, serveResource
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, checkPath, getActionMethod, getPaths, getRedirect, getTitle, initValidPaths, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, isValidPath, sendRedirect, translate, translate, translate, writeJSON, writeJSON
 
Methods inherited from class javax.portlet.GenericPortlet
doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerPortlet

public FreeMarkerPortlet()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Portlet
Overrides:
destroy in class GenericPortlet

getTaglibSupportProvider

protected TemplateTaglibSupportProvider getTaglibSupportProvider()
                                                          throws Exception
Throws:
Exception

include

protected void include(String path,
                       PortletRequest portletRequest,
                       PortletResponse portletResponse,
                       String lifecycle)
                throws IOException,
                       PortletException
Overrides:
include in class MVCPortlet
Throws:
IOException
PortletException

Liferay 6.2-ce-ga5