Liferay 6.1.2-ce-ga3

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:
StrutsAction

public class StrutsActionAdapter
extends 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 StrutsAction
Overrides:
execute in class BaseStrutsAction
Throws:
Exception

Liferay 6.1.2-ce-ga3