public class EditDiscussionStrutsAction
extends com.liferay.portal.kernel.struts.BaseStrutsAction
Constructor and Description |
---|
EditDiscussionStrutsAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteComment(javax.servlet.http.HttpServletRequest request) |
String |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
subscribeToComments(javax.servlet.http.HttpServletRequest request,
boolean subscribe) |
protected long |
updateComment(javax.servlet.http.HttpServletRequest request) |
protected void |
writeJSON(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object jsonObj) |
public String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute
in interface com.liferay.portal.kernel.struts.StrutsAction
execute
in class com.liferay.portal.kernel.struts.BaseStrutsAction
Exception
protected void deleteComment(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
protected void subscribeToComments(javax.servlet.http.HttpServletRequest request, boolean subscribe) throws Exception
Exception
protected long updateComment(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
protected void writeJSON(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object jsonObj) throws IOException
IOException