Serialized Form


Package net.sf.ehcache.constructs.web

Class net.sf.ehcache.constructs.web.AlreadyCommittedException extends ResponseHeadersNotModifiableException implements Serializable

Class net.sf.ehcache.constructs.web.AlreadyGzippedException extends net.sf.ehcache.CacheException implements Serializable

Class net.sf.ehcache.constructs.web.GenericResponseWrapper extends javax.servlet.http.HttpServletResponseWrapper implements Serializable

serialVersionUID: -5976708169031065497L

Serialized Fields

statusCode

int statusCode

contentLength

int contentLength

contentType

String contentType

headersMap

Map<K,V> headersMap

cookies

List<E> cookies

outstr

javax.servlet.ServletOutputStream outstr

writer

PrintWriter writer

disableFlushBuffer

boolean disableFlushBuffer

Class net.sf.ehcache.constructs.web.Header extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

Serializable value

type

Header.Type type

Class net.sf.ehcache.constructs.web.PageInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

responseHeaders

ArrayList<E> responseHeaders

serializableCookies

ArrayList<E> serializableCookies

contentType

String contentType

gzippedBody

byte[] gzippedBody

ungzippedBody

byte[] ungzippedBody

statusCode

int statusCode

storeGzipped

boolean storeGzipped

created

Date created

timeToLiveSeconds

long timeToLiveSeconds

Class net.sf.ehcache.constructs.web.ResponseHeadersNotModifiableException extends net.sf.ehcache.CacheException implements Serializable

Class net.sf.ehcache.constructs.web.SerializableCookie extends Object implements Serializable

serialVersionUID: 8628587700329421486L

Serialized Fields

name

String name

value

String value

comment

String comment

domain

String domain

maxAge

int maxAge

path

String path

secure

boolean secure

version

int version

Package net.sf.ehcache.constructs.web.filter

Class net.sf.ehcache.constructs.web.filter.FilterNonReentrantException extends net.sf.ehcache.CacheException implements Serializable



Copyright © 2003-2011 Terracotta, Inc.. All Rights Reserved.