Class 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 void checkSecurity​(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)  
      protected void cleanRequest()  
      protected static ModuleContext getContext​(javax.servlet.http.HttpServletRequest request)  
      protected void initRequest​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Discussion

        public Discussion()
    • 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)