org.codehaus.wadi.core.session
Class LazyAttributes
java.lang.Object
org.codehaus.wadi.core.session.StandardAttributes
org.codehaus.wadi.core.session.DistributableAttributes
org.codehaus.wadi.core.session.LazyAttributes
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, Attributes
public class LazyAttributes
- extends DistributableAttributes
- Version:
- $Revision: 2283 $
- Author:
- Jules Gosnell
- See Also:
- Serialized Form
Field Summary |
protected static org.apache.commons.logging.Log |
_log
|
protected byte[] |
bytes
|
Methods inherited from class org.codehaus.wadi.core.session.StandardAttributes |
clear, containsKey, get, getMemento, isEmpty, keySet, put, remove, setMemento, size, values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected static final org.apache.commons.logging.Log _log
bytes
protected byte[] bytes
LazyAttributes
public LazyAttributes(ValueFactory valueFactory)
getAttributesMap
protected java.util.Map getAttributesMap()
- Overrides:
getAttributesMap
in class StandardAttributes
deserialise
protected void deserialise()
serialise
protected byte[] serialise()
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput oo)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class DistributableAttributes
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput oi)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class DistributableAttributes
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2011. All Rights Reserved.