Package org.apache.ofbiz.content.layout
Class LayoutEvents
- java.lang.Object
-
- org.apache.ofbiz.content.layout.LayoutEvents
-
public class LayoutEvents extends java.lang.Object
LayoutEvents Class
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
err_resource
static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description LayoutEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
cloneLayout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
copyToClip(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
createLayoutImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
createLayoutSubContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
replaceSubContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
updateLayoutImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
updateLayoutSubContent(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
-
createLayoutImage
public static java.lang.String createLayoutImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
updateLayoutImage
public static java.lang.String updateLayoutImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
replaceSubContent
public static java.lang.String replaceSubContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
cloneLayout
public static java.lang.String cloneLayout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
createLayoutSubContent
public static java.lang.String createLayoutSubContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
updateLayoutSubContent
public static java.lang.String updateLayoutSubContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
copyToClip
public static java.lang.String copyToClip(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-