org.sitemesh.webapp.contentfilter
Class ResponseMetaData

java.lang.Object
  extended by org.sitemesh.webapp.contentfilter.ResponseMetaData

public class ResponseMetaData
extends Object

Holds additional information about the response.

Author:
Joe Walnes

Constructor Summary
ResponseMetaData()
           
 
Method Summary
 void beginNewResponse()
           
 long getLastModified()
           
 void updateLastModified(long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseMetaData

public ResponseMetaData()
Method Detail

updateLastModified

public void updateLastModified(long lastModified)

getLastModified

public long getLastModified()

beginNewResponse

public void beginNewResponse()


Copyright © 2011. All Rights Reserved.