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 json) |
public String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute in interface com.liferay.portal.kernel.struts.StrutsActionexecute in class com.liferay.portal.kernel.struts.BaseStrutsActionExceptionprotected void deleteComment(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionprotected void subscribeToComments(javax.servlet.http.HttpServletRequest request,
boolean subscribe)
throws Exception
Exceptionprotected long updateComment(javax.servlet.http.HttpServletRequest request)
throws Exception
Exceptionprotected void writeJSON(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object json)
throws IOException
IOException