Serialized Form


Package jodd.datetime

Class jodd.datetime.DateTimeStamp extends java.lang.Object implements Serializable

Serialized Fields

year

int year
Year


month

int month
Month, range: [1 - 12]


day

int day
Day, range: [1 - 31]


hour

int hour
Hour, range: [0 - 23]


minute

int minute
Minute, range [0 - 59]


second

double second
Second, range: [0.000 - 59.999]

Class jodd.datetime.JulianDateStamp extends java.lang.Object implements Serializable

Serialized Fields

integer

int integer
Integer part of the Julian Date number.


fraction

double fraction
Fraction part of the Julian Date number.


Package jodd.servlet

Class jodd.servlet.ActionController extends ActionServlet implements Serializable

Serialized Fields

actionsMap

java.util.HashMap actionsMap
Holds all actions defined in xml configuration files.


global_forwards

ActionData global_forwards
Holds all global data.


actionFilter

ActionFilter actionFilter
Global controller ActionFilter.


configPath

java.lang.String configPath

configFile

java.lang.String configFile

configFilter

java.lang.String configFilter

Class jodd.servlet.ActionServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

controller

ActionController controller


Package jodd.servlet.tags.basic

Class jodd.servlet.tags.basic.GetPropertyTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

beanName

java.lang.String beanName

name

java.lang.String name

scope

java.lang.String scope

Class jodd.servlet.tags.basic.IteratorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

iterator

java.util.Iterator iterator

index

int index

total

java.lang.Integer total

count

int count

offset

int offset

lengthValue

int lengthValue

length

java.lang.String length


Package jodd.servlet.tags.form

Class jodd.servlet.tags.form.FormTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

beanNames

java.lang.String beanNames

scopes

java.lang.String scopes

beansValues

java.util.HashMap beansValues


Package jodd.servlet.tags.imports

Class jodd.servlet.tags.imports.Import extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

isPageRelative

boolean isPageRelative

page

java.lang.String page

attrs

java.util.ArrayList attrs

Class jodd.servlet.tags.imports.ImportInsert extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

name

java.lang.String name

Class jodd.servlet.tags.imports.ImportParam extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

persist

java.lang.String persist

parent

Import parent

isPersistent

boolean isPersistent


Package jodd.swing

Class jodd.swing.ReadOnlyDefaultTableModel extends javax.swing.table.DefaultTableModel implements Serializable


Package jodd.util

Class jodd.util.IntHashMap extends java.util.AbstractMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the IntHashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the IntHashMap instance to a stream (i.e., serialize it).

Data The capacity of the IntHashMap (the length of the bucket array) is emitted (int), followed by the size of the IntHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the IntHashMap The key-value mappings are emitted in no particular order.

Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)


loadFactor

float loadFactor
The load factor for the hashtable.

Class jodd.util.StringOutputStream extends java.io.OutputStream implements Serializable

Serialized Fields

buf

java.lang.StringBuffer buf
The internal destination StringBuffer.



Jodd v0.24.5 Javadoc