Package org.apache.ofbiz.content.content
Class UploadContentAndImage
- java.lang.Object
-
- org.apache.ofbiz.content.content.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
-
Constructor Summary
Constructors Constructor Description UploadContentAndImage()
-
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)
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
err_resource
public static final java.lang.String err_resource
- See Also:
- Constant Field Values
-
-
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
-
-