Class RESTProxyAction

Object
com.liferay.portal.action.RESTProxyAction
All Implemented Interfaces:
Action

public class RESTProxyAction extends Object implements Action
Author:
David Truong, Gavin Wan, Samuel Kong
  • Constructor Details

    • RESTProxyAction

      public RESTProxyAction()
  • Method Details

    • execute

      public ActionForward execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface Action
      Throws:
      Exception
    • validate

      protected boolean validate(String url)