Liferay 6.0.5

com.liferay.util.bridges.mvc
Class MVCPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.util.bridges.mvc.MVCPortlet
All Implemented Interfaces:
EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
Direct Known Subclasses:
JSPPortlet, TranslatorPortlet

public class MVCPortlet
extends LiferayPortlet


Field Summary
protected  ActionCommandCache _actionCommandCache
           
protected  String aboutJSP
           
protected  boolean clearRequestParameters
           
protected  String configJSP
           
protected  boolean copyRequestParameters
           
protected  String editDefaultsJSP
           
protected  String editGuestJSP
           
protected  String editJSP
           
protected  String helpJSP
           
protected  String jspPath
           
protected  String previewJSP
           
protected  String printJSP
           
protected  String viewJSP
           
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage
 
Constructor Summary
MVCPortlet()
           
 
Method Summary
protected  boolean callActionMethod(ActionRequest request, ActionResponse response)
           
protected  void checkJSPPath(String path)
           
 void doAbout(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doConfig(RenderRequest renderRequest, RenderResponse renderResponse)
           
protected  void doDispatch(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doEdit(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doEditDefaults(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doEditGuest(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doHelp(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doPreview(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doPrint(RenderRequest renderRequest, RenderResponse renderResponse)
           
 void doView(RenderRequest renderRequest, RenderResponse renderResponse)
           
protected  void include(String path, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void include(String path, EventRequest eventRequest, EventResponse eventResponse)
           
protected  void include(String path, PortletRequest portletRequest, PortletResponse portletResponse, String lifecycle)
           
protected  void include(String path, RenderRequest renderRequest, RenderResponse renderResponse)
           
protected  void include(String path, ResourceRequest resourceRequest, ResourceResponse resourceResponse)
           
 void init()
           
 void invokeTaglibDiscussion(ActionRequest actionRequest, ActionResponse actionResponse)
           
 void processAction(ActionRequest actionRequest, ActionResponse actionResponse)
           
 void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse)
           
 
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
 

Field Detail

_actionCommandCache

protected ActionCommandCache _actionCommandCache

aboutJSP

protected String aboutJSP

clearRequestParameters

protected boolean clearRequestParameters

configJSP

protected String configJSP

copyRequestParameters

protected boolean copyRequestParameters

editDefaultsJSP

protected String editDefaultsJSP

editGuestJSP

protected String editGuestJSP

editJSP

protected String editJSP

helpJSP

protected String helpJSP

jspPath

protected String jspPath

previewJSP

protected String previewJSP

printJSP

protected String printJSP

viewJSP

protected String viewJSP
Constructor Detail

MVCPortlet

public MVCPortlet()
Method Detail

doAbout

public void doAbout(RenderRequest renderRequest,
                    RenderResponse renderResponse)
             throws IOException,
                    PortletException
Overrides:
doAbout in class LiferayPortlet
Throws:
IOException
PortletException

doConfig

public void doConfig(RenderRequest renderRequest,
                     RenderResponse renderResponse)
              throws IOException,
                     PortletException
Overrides:
doConfig in class LiferayPortlet
Throws:
IOException
PortletException

doEdit

public void doEdit(RenderRequest renderRequest,
                   RenderResponse renderResponse)
            throws IOException,
                   PortletException
Overrides:
doEdit in class GenericPortlet
Throws:
IOException
PortletException

doEditDefaults

public void doEditDefaults(RenderRequest renderRequest,
                           RenderResponse renderResponse)
                    throws IOException,
                           PortletException
Overrides:
doEditDefaults in class LiferayPortlet
Throws:
IOException
PortletException

doEditGuest

public void doEditGuest(RenderRequest renderRequest,
                        RenderResponse renderResponse)
                 throws IOException,
                        PortletException
Overrides:
doEditGuest in class LiferayPortlet
Throws:
IOException
PortletException

doHelp

public void doHelp(RenderRequest renderRequest,
                   RenderResponse renderResponse)
            throws IOException,
                   PortletException
Overrides:
doHelp in class GenericPortlet
Throws:
IOException
PortletException

doPreview

public void doPreview(RenderRequest renderRequest,
                      RenderResponse renderResponse)
               throws IOException,
                      PortletException
Overrides:
doPreview in class LiferayPortlet
Throws:
IOException
PortletException

doPrint

public void doPrint(RenderRequest renderRequest,
                    RenderResponse renderResponse)
             throws IOException,
                    PortletException
Overrides:
doPrint in class LiferayPortlet
Throws:
IOException
PortletException

doView

public void doView(RenderRequest renderRequest,
                   RenderResponse renderResponse)
            throws IOException,
                   PortletException
Overrides:
doView in class GenericPortlet
Throws:
IOException
PortletException

init

public void init()
          throws PortletException
Overrides:
init in class LiferayPortlet
Throws:
PortletException

invokeTaglibDiscussion

public void invokeTaglibDiscussion(ActionRequest actionRequest,
                                   ActionResponse actionResponse)
                            throws Exception
Throws:
Exception

processAction

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

serveResource

public void serveResource(ResourceRequest resourceRequest,
                          ResourceResponse resourceResponse)
                   throws IOException,
                          PortletException
Specified by:
serveResource in interface ResourceServingPortlet
Overrides:
serveResource in class LiferayPortlet
Throws:
IOException
PortletException

callActionMethod

protected boolean callActionMethod(ActionRequest request,
                                   ActionResponse response)
                            throws PortletException
Overrides:
callActionMethod in class LiferayPortlet
Throws:
PortletException

checkJSPPath

protected void checkJSPPath(String path)
                     throws PortletException
Throws:
PortletException

doDispatch

protected void doDispatch(RenderRequest renderRequest,
                          RenderResponse renderResponse)
                   throws IOException,
                          PortletException
Overrides:
doDispatch in class LiferayPortlet
Throws:
IOException
PortletException

include

protected void include(String path,
                       ActionRequest actionRequest,
                       ActionResponse actionResponse)
                throws IOException,
                       PortletException
Throws:
IOException
PortletException

include

protected void include(String path,
                       EventRequest eventRequest,
                       EventResponse eventResponse)
                throws IOException,
                       PortletException
Throws:
IOException
PortletException

include

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

include

protected void include(String path,
                       RenderRequest renderRequest,
                       RenderResponse renderResponse)
                throws IOException,
                       PortletException
Throws:
IOException
PortletException

include

protected void include(String path,
                       ResourceRequest resourceRequest,
                       ResourceResponse resourceResponse)
                throws IOException,
                       PortletException
Throws:
IOException
PortletException

Liferay 6.0.5