Serialized Form


Package org.riotfamily.cachius

Class org.riotfamily.cachius.Cache extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

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

Class org.riotfamily.cachius.CacheItem extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Calls in.defaultReadObject() and creates a new log.

Throws:
IOException
ClassNotFoundException
Serialized Fields

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

Class org.riotfamily.cachius.support.Cookies extends Object implements Serializable

Serialized Fields

cookies

ArrayList<E> cookies

Class org.riotfamily.cachius.support.Headers extends Object implements Serializable

Serialized Fields

format

SimpleDateFormat format

headers

ArrayList<E> headers

Class org.riotfamily.cachius.support.SerializableCookie extends Object implements Serializable

Serialized Fields

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

Class org.riotfamily.common.scheduling.SwitchableSimpleTriggerBean extends SimpleTriggerBean implements Serializable

serialVersionUID: 0L

Serialized Fields

disabled

boolean disabled
Deprecated. 

Package org.riotfamily.common.web.bind

Class org.riotfamily.common.web.bind.MapPropertyBindingResult extends AbstractPropertyBindingResult implements Serializable

Serialized Fields

target

Map<K,V> target

propertyAccessor

ConfigurablePropertyAccessor propertyAccessor

Package org.riotfamily.common.web.event

Class org.riotfamily.common.web.event.ContentChangedEvent extends ApplicationEvent implements Serializable

Serialized Fields

url

String url

Package org.riotfamily.common.web.servlet

Class org.riotfamily.common.web.servlet.ReloadableDispatcherServlet extends DispatcherServlet implements Serializable

Serialized Fields

reloadable

boolean reloadable

watcher

BeanConfigurationWatcher watcher

Package org.riotfamily.common.web.view

Class org.riotfamily.common.web.view.ViewResolutionException extends NestedRuntimeException implements Serializable


Package org.riotfamily.common.xml

Class org.riotfamily.common.xml.DocumentReaderException extends FatalBeanException implements Serializable


Package org.riotfamily.components.model.wrapper

Class org.riotfamily.components.model.wrapper.WrappingException extends RuntimeException implements Serializable


Package org.riotfamily.forms

Class org.riotfamily.forms.FormErrors extends AbstractErrors implements Serializable

Serialized Fields

form

Form form

errors

List<E> errors

messageCodesResolver

MessageCodesResolver messageCodesResolver

Package org.riotfamily.forms.factory

Class org.riotfamily.forms.factory.FormDefinitionException extends NestedRuntimeException implements Serializable

Class org.riotfamily.forms.factory.FormRepositoryException extends FormDefinitionException implements Serializable

Serialized Fields

resourceDescription

String resourceDescription

formId

String formId

Package org.riotfamily.pages.dao

Class org.riotfamily.pages.dao.DuplicatePathComponentException extends InvalidPropertyValueException implements Serializable

Serialized Fields

page

Page page

Package org.riotfamily.riot.dao

Class org.riotfamily.riot.dao.InvalidPropertyValueException extends RiotDaoException implements Serializable

Serialized Fields

field

String field

Class org.riotfamily.riot.dao.Order extends Object implements Serializable

Serialized Fields

property

String property

ascending

boolean ascending

caseSensitive

boolean caseSensitive

Class org.riotfamily.riot.dao.RiotDaoException extends DataAccessException implements Serializable

Serialized Fields

code

String code

arguments

Object[] arguments

Package org.riotfamily.riot.hibernate.domain

Class org.riotfamily.riot.hibernate.domain.ActiveRecordSupport extends ActiveRecord implements Serializable

Serialized Fields

id

Long id

Package org.riotfamily.riot.hibernate.interceptor

Class org.riotfamily.riot.hibernate.interceptor.ChainedInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

interceptors

Set<E> interceptors

Class org.riotfamily.riot.hibernate.interceptor.EntityListenerInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

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

Class org.riotfamily.riot.hibernate.security.PersistentSessionMetaData extends Object implements Serializable

Serialized Fields

userId

String userId

userName

String userName

loginDate

Date loginDate

lastLoginDate

Date lastLoginDate

loginIP

String loginIP

lastLoginIP

String lastLoginIP

Package org.riotfamily.riot.hibernate.support

Class org.riotfamily.riot.hibernate.support.FailSafeAnyType extends org.hibernate.type.AnyType implements Serializable


Package org.riotfamily.riot.list.ui

Class org.riotfamily.riot.list.ui.ListSessionExpiredException extends Exception implements Serializable


Package org.riotfamily.riot.security

Class org.riotfamily.riot.security.PermissionDeniedException extends RuntimeException implements Serializable

Serialized Fields

user

RiotUser user

action

String action

object

Object object

policy

AuthorizationPolicy policy

permissionRequestUrl

String permissionRequestUrl

Package org.riotfamily.riot.security.session

Class org.riotfamily.riot.security.session.UserHolder extends Object implements Serializable

Serialized Fields

userId

String userId

metaData

SessionMetaData metaData

Package org.riotfamily.website.cache

Class org.riotfamily.website.cache.CacheTagEntityListener extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

cacheService

CacheService cacheService

Class org.riotfamily.website.cache.TaggingSequence extends freemarker.template.SimpleSequence implements Serializable

Serialized Fields

tags

List<E> tags