Package org.openxava.web.dwr
Class Discussion
- java.lang.Object
-
- org.openxava.web.dwr.Discussion
-
public class Discussion extends java.lang.Object- Since:
- 5.6
- Author:
- Javier Paniza
-
-
Constructor Summary
Constructors Constructor Description Discussion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidcheckSecurity(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)protected voidcleanRequest()protected static ModuleContextgetContext(javax.servlet.http.HttpServletRequest request)protected voidinitRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module)voidpostComment(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String discussionId, java.lang.String commentContent)
-
-
-
Method Detail
-
postComment
public void postComment(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String discussionId, java.lang.String commentContent)
-
getContext
protected static ModuleContext getContext(javax.servlet.http.HttpServletRequest request)
-
initRequest
protected void initRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module)- Since:
- 5.4
-
cleanRequest
protected void cleanRequest()
-
checkSecurity
protected static void checkSecurity(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)
-
-