Serialized Form


Package velosurf

Class velosurf.Velosurf extends DBReference implements Serializable

Serialized Fields

initialized

boolean initialized
Initialization flag.


configFile

java.io.File configFile
Configuration file.


Package velosurf.context

Class velosurf.context.DBReference extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

Serialized Fields

db

Database db
The wrapped database connection.


cache

java.util.Map<K,V> cache
A cache used by the generic getter. Its purpose is to avoid the creation of several attribute references for the same multivalued attribute.


externalParams

java.util.Map<K,V> externalParams
The map of external query parameters used by children attributes.

Class velosurf.context.ExternalObjectWrapper extends Instance implements Serializable

Serialized Fields

wrapped

java.lang.Object wrapped
The wrapped object.


classInfo

ExternalObjectWrapper.ClassInfo classInfo
Info on the wrapped object class.


getterCache

java.util.Map<K,V> getterCache
A cache for the wrapped object getter methods.


setterCache

java.util.Map<K,V> setterCache
A cache for the wrapped object setter methods.

Class velosurf.context.Instance extends java.util.TreeMap<java.lang.String,java.lang.Object> implements Serializable

Serialized Fields

entity

Entity entity
This Instance's Entity.


localized

boolean localized
Is there a column to localize?


db

Database db
The main database connection.


dirtyFlags

java.util.List<E> dirtyFlags
Keep a dirty flag per column


Package velosurf.util

Class velosurf.util.NullServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

forbiddenUri

java.lang.String forbiddenUri
page showing the 'forbidden' error message


Package velosurf.web

Class velosurf.web.VelosurfTool extends DBReference implements Serializable

Serialized Fields

configFile

java.lang.String configFile
path to the config file.



~ooOoo~