Class UploadContentAndImage


  • public class UploadContentAndImage
    extends java.lang.Object
    UploadContentAndImage Class Services for granting operation permissions on Content entities in a data-driven manner.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String err_resource  
      static java.lang.String module  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String processContentUpload​(java.util.Map<java.lang.String,​java.lang.Object> passedParams, java.lang.String suffix, javax.servlet.http.HttpServletRequest request)  
      static java.lang.String uploadContentAndImage​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      static java.lang.String uploadContentStuff​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

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

      • module

        public static final java.lang.String module
    • Constructor Detail

      • UploadContentAndImage

        public UploadContentAndImage()
    • Method Detail

      • uploadContentAndImage

        public static java.lang.String uploadContentAndImage​(javax.servlet.http.HttpServletRequest request,
                                                             javax.servlet.http.HttpServletResponse response)
      • uploadContentStuff

        public static java.lang.String uploadContentStuff​(javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
      • processContentUpload

        public static java.lang.String processContentUpload​(java.util.Map<java.lang.String,​java.lang.Object> passedParams,
                                                            java.lang.String suffix,
                                                            javax.servlet.http.HttpServletRequest request)
                                                     throws GenericServiceException
        Throws:
        GenericServiceException