com.liferay.portal.action
Class JavaScriptCachedAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bycom.liferay.portal.lastmodified.LastModifiedAction
          extended bycom.liferay.portal.action.JavaScriptCachedAction

public class JavaScriptCachedAction
extends LastModifiedAction

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
JavaScriptCachedAction()
           
 
Method Summary
 java.lang.String getLastModifiedKey(javax.servlet.http.HttpServletRequest req)
           
 java.lang.String getLastModifiedValue(java.lang.String key)
           
 void setLastModifiedValue(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class com.liferay.portal.lastmodified.LastModifiedAction
execute
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptCachedAction

public JavaScriptCachedAction()
Method Detail

getLastModifiedKey

public java.lang.String getLastModifiedKey(javax.servlet.http.HttpServletRequest req)
Specified by:
getLastModifiedKey in class LastModifiedAction

getLastModifiedValue

public java.lang.String getLastModifiedValue(java.lang.String key)
Specified by:
getLastModifiedValue in class LastModifiedAction

setLastModifiedValue

public void setLastModifiedValue(java.lang.String key,
                                 java.lang.String value)
Specified by:
setLastModifiedValue in class LastModifiedAction