Liferay 7.0-ga1 portal-impl

com.liferay.portal.comment.action
Class GetCommentsStrutsAction

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

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


Constructor Summary
GetCommentsStrutsAction()
           
 
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

GetCommentsStrutsAction

public GetCommentsStrutsAction()
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