org.ofbiz.content
Class ContentManagementEvents

java.lang.Object
  extended by org.ofbiz.content.ContentManagementEvents

public class ContentManagementEvents
extends java.lang.Object

ContentManagementEvents Class


Field Summary
static java.lang.String module
           
 
Constructor Summary
ContentManagementEvents()
           
 
Method Summary
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)
           
 
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

ContentManagementEvents

public ContentManagementEvents()
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)