Package org.apache.ofbiz.content
Class ContentManagementEvents
- java.lang.Object
-
- org.apache.ofbiz.content.ContentManagementEvents
-
public class ContentManagementEvents extends java.lang.Object
ContentManagementEvents Class
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ContentManagementEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
createStaticValue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
updatePublishLinks(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
updateStaticValues(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
updateStaticValues
public static java.lang.String updateStaticValues(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
createStaticValue
public static java.lang.String createStaticValue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
updatePublishLinks
public static java.lang.String updatePublishLinks(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-