Serialized Form
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]
integer
int integer
- Integer part of the Julian Date number.
fraction
double fraction
- Fraction part of the Julian Date number.
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
controller
ActionController controller
Package jodd.servlet.tags.basic |
beanName
java.lang.String beanName
name
java.lang.String name
scope
java.lang.String scope
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 |
beanNames
java.lang.String beanNames
scopes
java.lang.String scopes
beansValues
java.util.HashMap beansValues
Package jodd.servlet.tags.imports |
isPageRelative
boolean isPageRelative
page
java.lang.String page
attrs
java.util.ArrayList attrs
name
java.lang.String name
name
java.lang.String name
value
java.lang.String value
persist
java.lang.String persist
parent
Import parent
isPersistent
boolean isPersistent
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
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.
buf
java.lang.StringBuffer buf
- The internal destination StringBuffer.
Jodd v0.24.5 Javadoc