Serialized Form
-
Package icu.easyj.web.cache304.config
-
Class icu.easyj.web.cache304.config.Cache304Config
class Cache304Config extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cacheDays
int cacheDays
缓存天数- See Also:
-
cacheSeconds
long cacheSeconds
缓存秒数- See Also:
-
limitMaxAge
long limitMaxAge
`Cache-Control:max-age=xxx`中max-age的上限值- See Also:
-
useCacheIfException
boolean useCacheIfException
如果controller出现异常,但客户端存在缓存,则响应304使客户端继续使用缓存- See Also:
-
useMaxAge
boolean useMaxAge
是否使用`Cache-Control:max-age=xxx`响应头- See Also:
-
-
-
Package icu.easyj.web.exception
-
Exception icu.easyj.web.exception.FilterDisabledException
class FilterDisabledException extends FilterInvalidException implements Serializable- serialVersionUID:
- 1L
-
Exception icu.easyj.web.exception.FilterInvalidException
class FilterInvalidException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception icu.easyj.web.exception.HttpException
class HttpException extends BaseRuntimeException implements Serializable-
Serialized Fields
-
content
String content
-
status
int status
-
-
-
Exception icu.easyj.web.exception.RequestContextNotFoundException
class RequestContextNotFoundException extends BaseRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package icu.easyj.web.param.crypto.exception
-
Exception icu.easyj.web.param.crypto.exception.ParamCryptoException
class ParamCryptoException extends BaseRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception icu.easyj.web.param.crypto.exception.ParamDecryptException
class ParamDecryptException extends ParamCryptoException implements Serializable- serialVersionUID:
- 1L
-
Exception icu.easyj.web.param.crypto.exception.ParamEncryptException
class ParamEncryptException extends ParamCryptoException implements Serializable- serialVersionUID:
- 1L
-
Exception icu.easyj.web.param.crypto.exception.ParamNotEncryptedException
class ParamNotEncryptedException extends ParamCryptoException implements Serializable- serialVersionUID:
- 1L
-