Class BaseTransactionalMVCResourceCommand

java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCResourceCommand
com.liferay.portal.kernel.portlet.bridges.mvc.BaseTransactionalMVCResourceCommand
All Implemented Interfaces:
MVCCommand, MVCResourceCommand

public abstract class BaseTransactionalMVCResourceCommand extends BaseMVCResourceCommand
Author:
Igor Beslic
  • Constructor Details

    • BaseTransactionalMVCResourceCommand

      public BaseTransactionalMVCResourceCommand()
  • Method Details

    • doServeResource

      protected void doServeResource(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws javax.portlet.PortletException
      Specified by:
      doServeResource in class BaseMVCResourceCommand
      Throws:
      javax.portlet.PortletException
    • doTransactionalCommand

      protected abstract void doTransactionalCommand(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws Exception
      Throws:
      Exception
    • getTransactionConfig

      protected TransactionConfig getTransactionConfig()