atg.svc.ui
Class HttpCacheHeaders

java.lang.Object
  extended by atg.nucleus.GenericService
      extended by atg.svc.ui.HttpCacheHeaders
All Implemented Interfaces:
atg.naming.NameContextBindingListener, atg.naming.NameContextElement, atg.naming.NameResolver, atg.nucleus.AdminableService, atg.nucleus.logging.ApplicationLogging, atg.nucleus.naming.ComponentNameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener, java.util.EventListener

public class HttpCacheHeaders
extends atg.nucleus.GenericService


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
HttpCacheHeaders()
           
 
Method Summary
 int getExpires()
           
 int getMaxAge()
           
 int getPostCheck()
           
 int getPreCheck()
           
 void setExpires(int expires)
           
 void setMaxAge(int maxAge)
           
 void setPostCheck(int postCheck)
           
 void setPreCheck(int preCheck)
           
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, setServiceInfo, startService, stopService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

HttpCacheHeaders

public HttpCacheHeaders()
Method Detail

getExpires

public int getExpires()

setExpires

public void setExpires(int expires)

getMaxAge

public int getMaxAge()

setMaxAge

public void setMaxAge(int maxAge)

getPostCheck

public int getPostCheck()

setPostCheck

public void setPostCheck(int postCheck)

getPreCheck

public int getPreCheck()

setPreCheck

public void setPreCheck(int preCheck)