A C D E F G H I K L N O P Q R S T U X

A

Action - Class in org.aris.actionservlet
A base class to create hlServlet actions.
Action() - Constructor for class org.aris.actionservlet.Action
Creates a new instance of hlAction
ACTION_HTML - Static variable in class org.aris.actionservlet.Action
By returning this in your run() method, you define that the out contains HTML to be returned to the browser.
ACTION_NULL - Static variable in class org.aris.actionservlet.Action
By returning this in your run() method, you define that no further processing should be done after returning from run().
ACTION_REDIRECT - Static variable in class org.aris.actionservlet.Action
By returning this in your run() method, you define that the out contains a URL to redirect the browser to.
ACTION_XML - Static variable in class org.aris.actionservlet.Action
By returning this in your run() method, you define that the xout contains XML to be transformed by an XSLT template.
ActionEntityResolver - Class in org.aris.actionservlet
 
ActionServlet - Class in org.aris.actionservlet
ActionServlet: Expanding Servlet and creating a framework using actions and XML.
ActionServlet() - Constructor for class org.aris.actionservlet.ActionServlet
 
ActionServletCompare - Class in org.aris.actionservlet
A class containing comparison functions
ActionServletCompare() - Constructor for class org.aris.actionservlet.ActionServletCompare
Creates a new instance of actionCompare
ActionUriResolver - Class in org.aris.actionservlet
This handles all the xsl:import URI conversions.
ActionUriResolver(Config) - Constructor for class org.aris.actionservlet.ActionUriResolver
Creates a new instance of hlUriResolver
Add(String, int) - Method in class org.aris.hldb.Sql
Reads the .query file and creates the stored procedures for each sql command.
Add(String, int, int, int) - Method in class org.aris.hldb.Sql
Reads the .query file and creates the stored procedures for each sql command.
Add(Reader, int, int, int) - Method in class org.aris.hldb.Sql
Reads the query from a Reader and creates the stored procedures for each sql command.
add(Object) - Method in class org.aris.maps.lists.LinkedListEx
Appends the specified element to the end of this list.
add(int, Object) - Method in class org.aris.maps.lists.LinkedListEx
Inserts the specified element at the specified position in this list.
add(Object) - Method in class org.aris.maps.lists.SortedLinkedList
Adds the object to the list.
addAll(Collection) - Method in class org.aris.maps.lists.LinkedListEx
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection) - Method in class org.aris.maps.lists.LinkedListEx
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addBefore(Object, LinkedListExEntry) - Method in class org.aris.maps.lists.LinkedListEx
 
addEntity(String, String) - Method in class org.aris.actionservlet.ActionEntityResolver
 
addFirst(Object) - Method in class org.aris.maps.lists.LinkedListEx
Inserts the given element at the beginning of this list.
addJustToCache(Object, Object) - Method in class org.aris.cache.idcache.IdCache
This just adds the key/value to the cache, without calling callbacks or checking if the key exists.
addLast(Object) - Method in class org.aris.maps.lists.LinkedListEx
Appends the given element to the end of this list.
AddSql(String, String, int, int, int) - Method in class org.aris.hldb.Sql
Parses and adds an sql to the CS pool.
AddSql(String, String, int) - Method in class org.aris.hldb.Sql
Parses and adds an sql to the CS pool.
addSqlCall(String, String, int, int, int) - Method in class org.aris.hldb.CS
Creates a new pooled CS which will be searchable by the "key" key.
addSqlCall(String, String, int) - Method in class org.aris.hldb.CS
Creates a new pooled CS which will be searchable by the "key" key.
addTextEntity(String, String) - Method in class org.aris.actionservlet.ActionEntityResolver
 
adjustMaxSize(int) - Method in class org.aris.cache.idcache.IdCache
Adjust the size of the cache.
allocConnection() - Method in class org.aris.hldb.pools.ConnectionPoolProvider
Returns a connection object by this pool.
allocConnection() - Method in interface org.aris.hldb.pools.ConnectionProviderI
Returns a connection object by this pool.
allocConnection() - Method in class org.aris.hldb.pools.SimpleConProvider
 
allocCS(String) - Method in class org.aris.hldb.CS
Allocates an unused CS.
allocTransactionalCS(Connection, String) - Method in class org.aris.hldb.CS
Gets a CallableStatement for the key.

A C D E F G H I K L N O P Q R S T U X