Liferay 6.0.5

com.liferay.portlet.translator
Class TranslatorPortlet

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.portlet.translator.TranslatorPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class TranslatorPortlet
extends MVCPortlet


Field Summary
 
Fields inherited from class com.liferay.util.bridges.mvc.MVCPortlet
_actionCommandCache, aboutJSP, clearRequestParameters, configJSP, copyRequestParameters, editDefaultsJSP, editGuestJSP, editJSP, helpJSP, jspPath, previewJSP, printJSP, viewJSP
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage
 
Constructor Summary
TranslatorPortlet()
           
 
Method Summary
 void processAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
 
Methods inherited from class com.liferay.util.bridges.mvc.MVCPortlet
callActionMethod, checkJSPPath, doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, include, include, include, include, include, init, invokeTaglibDiscussion, serveResource
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, getRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, sendRedirect
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslatorPortlet

public TranslatorPortlet()
Method Detail

processAction

public void processAction(ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws PortletException
Specified by:
processAction in interface Portlet
Overrides:
processAction in class MVCPortlet
Throws:
PortletException

Liferay 6.0.5