Liferay 7.0-ga1 portal-impl

com.liferay.portal.struts
Class StrutsActionAdapter

java.lang.Object
  extended by com.liferay.portal.kernel.struts.BaseStrutsAction
      extended by com.liferay.portal.struts.StrutsActionAdapter
All Implemented Interfaces:
com.liferay.portal.kernel.struts.StrutsAction

public class StrutsActionAdapter
extends com.liferay.portal.kernel.struts.BaseStrutsAction


Constructor Summary
StrutsActionAdapter(org.apache.struts.action.Action action, org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm)
           
 
Method Summary
 String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.liferay.portal.kernel.struts.BaseStrutsAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsActionAdapter

public StrutsActionAdapter(org.apache.struts.action.Action action,
                           org.apache.struts.action.ActionMapping actionMapping,
                           org.apache.struts.action.ActionForm actionForm)
Method Detail

execute

public String execute(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws Exception
Specified by:
execute in interface com.liferay.portal.kernel.struts.StrutsAction
Overrides:
execute in class com.liferay.portal.kernel.struts.BaseStrutsAction
Throws:
Exception

Liferay 7.0-ga1 portal-impl