Uses of Enum
com.adobe.acs.commons.httpcache.engine.HttpCacheServletResponseWrapper.ResponseWriteMethod
Packages that use HttpCacheServletResponseWrapper.ResponseWriteMethod
-
Uses of HttpCacheServletResponseWrapper.ResponseWriteMethod in com.adobe.acs.commons.httpcache.engine
Methods in com.adobe.acs.commons.httpcache.engine that return HttpCacheServletResponseWrapper.ResponseWriteMethodModifier and TypeMethodDescriptionCacheContent.getWriteMethod()HttpCacheServletResponseWrapper.getWriteMethod()Returns the enum constant of this type with the specified name.HttpCacheServletResponseWrapper.ResponseWriteMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.acs.commons.httpcache.engine with parameters of type HttpCacheServletResponseWrapper.ResponseWriteMethodModifierConstructorDescriptionCacheContent(int status, String charEncoding, String contentType, Map<String, List<String>> headers, InputStream dataInputStream, HttpCacheServletResponseWrapper.ResponseWriteMethod writeMethod) ConstructCacheContentusing parameters.CacheContent(String charEncoding, String contentType, Map<String, List<String>> headers, InputStream dataInputStream, HttpCacheServletResponseWrapper.ResponseWriteMethod writeMethod) ConstructCacheContentusing parameters.