Serialized Form


Package velosurf

Class velosurf.Velosurf extends DBReference implements Serializable

Serialized Fields

initialized

boolean initialized

configFile

java.lang.String configFile

Package velosurf.context

Class velosurf.context.DBReference extends java.util.HashMap 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 - it's 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


userContext

UserContext userContext
a reference to the user context

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 implements Serializable

Serialized Fields

userContext

java.lang.ThreadLocal<T> userContext
thread-local user context


entity

Entity entity
this Instance's Entity


localized

boolean localized
is there a column to localize ?


db

Database db
the main database connection


Package velosurf.util

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

Serialized Fields

_forbiddenUri

java.lang.String _forbiddenUri

Package velosurf.validation

Class velosurf.validation.RowConstraint extends java.lang.Object implements Serializable


Package velosurf.web

Class velosurf.web.VelosurfTool extends DBReference implements Serializable

Serialized Fields

configFile

java.lang.String configFile
path to the config file



~ooOoo~