com.liferay.portal.action
Class CSSCachedAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.lastmodified.LastModifiedAction
          extended by com.liferay.portal.action.CSSCachedAction

public class CSSCachedAction
extends LastModifiedAction

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
CSSCachedAction()
           
 
Method Summary
 java.lang.String getLastModifiedKey(javax.servlet.http.HttpServletRequest request)
           
 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

CSSCachedAction

public CSSCachedAction()
Method Detail

getLastModifiedKey

public java.lang.String getLastModifiedKey(javax.servlet.http.HttpServletRequest request)
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