Package org.apache.ofbiz.content.content
Class UploadContentAndImage
java.lang.Object
org.apache.ofbiz.content.content.UploadContentAndImage
UploadContentAndImage Class
Services for granting operation permissions on Content entities in a data-driven manner.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
processContentUpload
(Map<String, Object> passedParams, String suffix, HttpServletRequest request) static String
uploadContentAndImage
(HttpServletRequest request, HttpServletResponse response) static String
uploadContentStuff
(HttpServletRequest request, HttpServletResponse response)
-
Constructor Details
-
UploadContentAndImage
public UploadContentAndImage()
-
-
Method Details
-
uploadContentAndImage
public static String uploadContentAndImage(HttpServletRequest request, HttpServletResponse response) -
uploadContentStuff
-
processContentUpload
public static String processContentUpload(Map<String, Object> passedParams, String suffix, HttpServletRequest request) throws GenericServiceException- Throws:
GenericServiceException
-