Serialized Form
Package org.riotfamily.cachius |
readObject
private void readObject(ObjectInputStream in)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
log
RiotLog log
size
int size
map
Map<K,V> map
taggedItems
Map<K,V> taggedItems
cacheDir
File cacheDir
currentDir
int currentDir
evictionFactor
double evictionFactor
enabled
boolean enabled
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Calls
in.defaultReadObject()
and creates a new log.
- Throws:
IOException
ClassNotFoundException
entry
CacheEntry entry
tags
Set<E> tags
- Set of tags to categorize the item
file
File file
- The file containing the actual data
involvedFiles
Set<E> involvedFiles
- Set of files involved in the creation of the cached data
contentType
String contentType
- The Content-Type of the cached data
headers
Headers headers
- Captured HTTP headers that will be sent
cookies
Cookies cookies
- Captured cookies that will be sent
properties
Map<K,V> properties
- Map with extra properties
binary
boolean binary
- Flag indicating whether the content is binary or character data
lastModified
long lastModified
- Time of the last modification
expires
long expires
- Time when the item will expire
invalidated
boolean invalidated
- Whether the item has been invalidated
setContentLength
boolean setContentLength
- Whether to set Content-Length header or not
Package org.riotfamily.cachius.support |
cookies
ArrayList<E> cookies
format
SimpleDateFormat format
headers
ArrayList<E> headers
name
String name
value
String value
domain
String domain
path
String path
maxAge
int maxAge
secure
boolean secure
version
int version
comment
String comment
Package org.riotfamily.common.scheduling |
serialVersionUID: 0L
disabled
boolean disabled
- Deprecated.
Package org.riotfamily.common.web.bind |
target
Map<K,V> target
propertyAccessor
ConfigurablePropertyAccessor propertyAccessor
Package org.riotfamily.common.web.event |
url
String url
Package org.riotfamily.common.web.servlet |
reloadable
boolean reloadable
watcher
BeanConfigurationWatcher watcher
Package org.riotfamily.common.web.view |
Package org.riotfamily.common.xml |
Package org.riotfamily.components.model.wrapper |
Package org.riotfamily.forms |
form
Form form
errors
List<E> errors
messageCodesResolver
MessageCodesResolver messageCodesResolver
Package org.riotfamily.forms.factory |
resourceDescription
String resourceDescription
formId
String formId
Package org.riotfamily.pages.dao |
page
Page page
Package org.riotfamily.riot.dao |
field
String field
property
String property
ascending
boolean ascending
caseSensitive
boolean caseSensitive
code
String code
arguments
Object[] arguments
Package org.riotfamily.riot.hibernate.domain |
id
Long id
Package org.riotfamily.riot.hibernate.interceptor |
interceptors
Set<E> interceptors
context
ApplicationContext context
sessionFactoryName
String sessionFactoryName
sessionFactory
org.hibernate.SessionFactory sessionFactory
listeners
Map<K,V> listeners
interceptions
ThreadLocal<T> interceptions
Package org.riotfamily.riot.hibernate.security |
userId
String userId
userName
String userName
loginDate
Date loginDate
lastLoginDate
Date lastLoginDate
loginIP
String loginIP
lastLoginIP
String lastLoginIP
Package org.riotfamily.riot.hibernate.support |
Package org.riotfamily.riot.list.ui |
Package org.riotfamily.riot.security |
user
RiotUser user
action
String action
object
Object object
policy
AuthorizationPolicy policy
permissionRequestUrl
String permissionRequestUrl
Package org.riotfamily.riot.security.session |
userId
String userId
metaData
SessionMetaData metaData
Package org.riotfamily.website.cache |
cacheService
CacheService cacheService
tags
List<E> tags