Version 4.10.0

Serialized Form


Package hirondelle.web4j

Class hirondelle.web4j.Controller extends HttpServlet implements Serializable

Serialized Fields

fBadDatabases

Set<E> fBadDatabases
Mutable field. Must be accessed in a thread-safe way after init finished. Assumes that all databases are initially down; each is removed from this set, when it has been detected as being up. Possibly empty.


fStartupTasks

StartupTasks fStartupTasks
Mutable field. Must be accessed in a thread-safe way after init finished.


fConfig

hirondelle.web4j.readconfig.Config fConfig

Package hirondelle.web4j.database

Class hirondelle.web4j.database.DAOException extends AppException implements Serializable

Class hirondelle.web4j.database.DuplicateException extends DAOException implements Serializable

Class hirondelle.web4j.database.ForeignKeyException extends DAOException implements Serializable


Package hirondelle.web4j.model

Class hirondelle.web4j.model.AppException extends Exception implements Serializable

Serialized Fields

fErrorMessages

MessageList fErrorMessages
List of error messages attached to this exception.

Implementation Note : This class is a wrapper of MessageListImpl, and simply forwards related method calls to this field. This avoids code repetition.

Class hirondelle.web4j.model.AppResponseMessage extends Object implements Serializable

serialVersionUID: 1000L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the deserialized object.

Throws:
ClassNotFoundException
IOException
Serialized Fields

fText

String fText
Holds either the simple text, or the custom pattern.


fParams

List<E> fParams
List of Objects holds the parameters. Empty List if no parameters used.

Class hirondelle.web4j.model.BadRequestException extends Exception implements Serializable

Serialized Fields

fStatusCode

int fStatusCode

fErrorMessage

String fErrorMessage

Class hirondelle.web4j.model.Code extends Object implements Serializable

serialVersionUID: 8856876119383545215L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException,
                        ModelCtorException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.

Throws:
ClassNotFoundException
IOException
ModelCtorException

writeObject

private void writeObject(ObjectOutputStream aOutputStream)
                  throws IOException
This is the default implementation of writeObject. Customise if necessary.

Throws:
IOException
Serialized Fields

fId

Id fId
 

fText

SafeText fText
 

fShortText

SafeText fShortText
 

fLongText

SafeText fLongText
 

fOrderIdx

Integer fOrderIdx
 

fHashCode

int fHashCode
 

Class hirondelle.web4j.model.DateTime extends Object implements Serializable

serialVersionUID: -1300068157085493891L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream aOutputStream)
                  throws IOException
This is the default implementation of writeObject. Customise if necessary.

Throws:
IOException
Serialized Fields

fDateTime

String fDateTime
The text form of a date. @serial


fYear

Integer fYear
 

fMonth

Integer fMonth
 

fDay

Integer fDay
 

fHour

Integer fHour
 

fMinute

Integer fMinute
 

fSecond

Integer fSecond
 

fNanosecond

Integer fNanosecond
 

fIsAlreadyParsed

boolean fIsAlreadyParsed
Indicates if this DateTime has been parsed into its 7 constituents. @serial


fHashCode

int fHashCode
 

Class hirondelle.web4j.model.Decimal extends Number implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream aOutputStream)
                  throws IOException
Throws:
IOException
Serialized Fields

fAmount

BigDecimal fAmount
The decimal amount. Never null.

 

fHashCode

int fHashCode
 

Class hirondelle.web4j.model.Id extends Object implements Serializable

serialVersionUID: 7526472295633676147L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream aOutputStream)
                  throws IOException
This is the default implementation of writeObject. Customise if necessary.

Throws:
IOException
Serialized Fields

fId

SafeText fId
 

Class hirondelle.web4j.model.MessageListImpl extends Object implements Serializable

serialVersionUID: 1000L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the deserialized object.

Throws:
ClassNotFoundException
IOException
Serialized Fields

fAppResponseMessages

List<E> fAppResponseMessages
List of AppResponseMessages attached to this exception.


fHasBeenDisplayed

boolean fHasBeenDisplayed
Controls the display-once-only behavior needed for JSPs.

Class hirondelle.web4j.model.ModelCtorException extends AppException implements Serializable


Package hirondelle.web4j.security

Class hirondelle.web4j.security.SafeText extends Object implements Serializable

serialVersionUID: 7526472295633676147L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream aOutputStream)
                  throws IOException
This is the default implementation of writeObject. Customise if necessary.

Throws:
IOException
Serialized Fields

fText

String fText
 

fEscapedForHTML

String fEscapedForHTML
The return value of toString, cached like fHashCode.


fHashCode

int fHashCode


Version 4.10.0

Copyright Hirondelle Systems. Published October 19, 2013 - User Guide - All Docs.