Serialized Form


Package lempinen.neatseeker.core

Class lempinen.neatseeker.core.Pointer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads a serialized object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes the object in a serialized form.
Serialized Fields

id

long id

sequences

java.util.Vector sequences

weight

float weight

Class lempinen.neatseeker.core.PointerList implements Serializable


Package lempinen.neatseeker.html

Class lempinen.neatseeker.html.HTMLTarget implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads a serialized object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes the object in a serialized form.
Serialized Fields

title

java.lang.String title
The title of the document.

sample

java.lang.String sample
Sample text.


Package lempinen.neatseeker.servlet

Class lempinen.neatseeker.servlet.Seeker implements Serializable

Serialized Fields

neatseeker

NeatSeeker neatseeker
The NeatSeeker object

conf

Configuration conf
The NeatSeeker properties

con

javax.servlet.ServletContext con
The servlet context


Package lempinen.util

Class lempinen.util.Configuration implements Serializable