Serialized Form


Package org.aris.actionservlet

Class org.aris.actionservlet.Action extends java.lang.Object implements Serializable

Serialized Fields

session

javax.servlet.http.HttpSession session

config

Config config
The global configuration.


request

javax.servlet.http.HttpServletRequest request
Servlet request


response

javax.servlet.http.HttpServletResponse response
Servlet response


out

java.lang.StringBuffer out
The output StringBuffer. Depending on the result of the run() method, this can have XML, HTML or redirect URL


XSLT

java.lang.String XSLT
Defines which XSLT to use to transform the XML of the out buffer. Use the setXSLT() method to set it.


xout

org.jdom.Element xout
Use this to create your XML tree, when the Action output is ACTION_XML.

Class org.aris.actionservlet.ActionServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

actionPackage

java.lang.String actionPackage
The name of the Actions package.


templatesTm

java.util.HashMap<K,V> templatesTm

config

Config config

xslUriResolver

ActionUriResolver xslUriResolver

entityResolver

ActionEntityResolver entityResolver

debug

boolean debug
Instructs the module to run in debugging mode. In this mode the XSLT's are not cached in order to be able to view all changes in the XSLT's immediatelly. When debug=false, the XSLT's are cached making the module run faster but any changes made are viewed only after restarting tomcat.


templates

java.util.TreeMap<K,V> templates
templates : the xslt template cache

Class org.aris.actionservlet.ActionServletCompare extends java.lang.Object implements Serializable

Class org.aris.actionservlet.Config extends java.lang.Object implements Serializable

Serialized Fields

debug

boolean debug

templateHolderClass

java.lang.Class<T> templateHolderClass
holds the templates


config

javax.servlet.ServletConfig config
The servletConfig structure.


realPath

java.lang.String realPath
The real path, in the servers file system, of the servlet.


servletName

java.lang.String servletName
The name of the servlet, i.e. /servlet/myServlet.


imagePath

java.lang.String imagePath
Creates a new instance of hlConfig


contextPath

java.lang.String contextPath

actionLink

java.lang.String actionLink

Class org.aris.actionservlet.LastActionStackStore extends java.lang.Object implements Serializable

Serialized Fields

action

java.lang.String action

params

java.util.TreeMap<K,V> params

Package org.aris.hldb.exceptions

Class org.aris.hldb.exceptions.KeyAlreadyExistsException extends java.lang.Exception implements Serializable


Package org.aris.maps.lists

Class org.aris.maps.lists.LinkedListEx extends java.util.AbstractSequentialList implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute this LinkedListEx instance from a stream (that is 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 this LinkedListEx instance to a stream (that is, serialize it).

Serial Data:
The size of the list (the number of elements it contains) is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
java.io.IOException

Class org.aris.maps.lists.SortedLinkedList extends java.util.LinkedList implements Serializable


Package org.aris.utils.comperators

Class org.aris.utils.comperators.HashCompare extends java.lang.Object implements Serializable