org.apache.cocoon.servlet.collector
Class ResponseHeaderCollector
java.lang.Object
org.apache.cocoon.servlet.collector.ResponseHeaderCollector
public class ResponseHeaderCollector
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseHeaderCollector
public ResponseHeaderCollector()
interceptInvoke
public Object interceptInvoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws Throwable
- Throws:
Throwable
interceptInvoke
public Object interceptInvoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
Invocation invocation)
throws Throwable
- Throws:
Throwable
setCollectorDataStore
public static void setCollectorDataStore(CollectorDataStore collectorDataStore)
getETag
public static String getETag()
getIfLastModifiedSince
public static long getIfLastModifiedSince()
getIfNoneMatch
public static String getIfNoneMatch()
getLastModified
public static long getLastModified()
getMimeType
public static String getMimeType()
getRequestMethod
public static String getRequestMethod()
getStatusCode
public static int getStatusCode()
isModifiedResponse
public static boolean isModifiedResponse()
setETag
public static void setETag(String etag)
setIfLastModifiedSince
public static void setIfLastModifiedSince(long ifLastModifiedSince)
setIfNoneMatch
public static void setIfNoneMatch(String ifNoneMatch)
setLastModified
public static void setLastModified(Long lastModified)
setMimeType
public static void setMimeType(String mimeType)
setModifiedResponse
public static void setModifiedResponse(boolean executed)
setRequestMethod
public static void setRequestMethod(String method)
setStatusCode
public static void setStatusCode(int statusCode)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.