com.liferay.portal.comment.action
Class EditDiscussionStrutsAction
java.lang.Object
com.liferay.portal.kernel.struts.BaseStrutsAction
com.liferay.portal.comment.action.EditDiscussionStrutsAction
- All Implemented Interfaces:
- StrutsAction
public class EditDiscussionStrutsAction
- extends BaseStrutsAction
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditDiscussionStrutsAction
public EditDiscussionStrutsAction()
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
deleteComment
protected void deleteComment(javax.servlet.http.HttpServletRequest request)
throws Exception
- Throws:
Exception
subscribeToComments
protected void subscribeToComments(javax.servlet.http.HttpServletRequest request,
boolean subscribe)
throws Exception
- Throws:
Exception
updateComment
protected long updateComment(javax.servlet.http.HttpServletRequest request)
throws Exception
- Throws:
Exception
writeJSON
protected void writeJSON(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object json)
throws IOException
- Throws:
IOException