Serialized Form


Package org.alphadisplaytag.exception

Class org.alphadisplaytag.exception.BaseNestableJspTagException extends javax.servlet.jsp.JspTagException implements Serializable

Serialized Fields

sourceClass

java.lang.Class sourceClass
Class where the exception has been generated.


nestedException

java.lang.Throwable nestedException
previous exception.

Class org.alphadisplaytag.exception.BaseNestableRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

sourceClass

java.lang.Class sourceClass
Class where the exception has been generated.


nestedException

java.lang.Throwable nestedException
previous exception.

Class org.alphadisplaytag.exception.ObjectLookupException extends BaseNestableJspTagException implements Serializable

Class org.alphadisplaytag.exception.SeverityEnum extends org.apache.commons.lang.enum.Enum implements Serializable

Class org.alphadisplaytag.exception.TablePropertiesLoadException extends BaseNestableRuntimeException implements Serializable


Package org.alphadisplaytag.tags

Class org.alphadisplaytag.tags.AlphabeticTableTag extends TemplateTag implements Serializable

Serialized Fields

alphabeticlist

AlphabeticList alphabeticlist
Handler for managing all the AlphabeticSubList object containing the A, B..Z and ' ' creted fromthe full List of data.


name

java.lang.String name
The List objects with the complete data set passed as shown: . Scope of the List object is considered.


fulllist

java.util.List fulllist
The full list


currentalphalist

java.util.List currentalphalist
The current alphabetical list, A, B, or Z we are working with.


keyColumn

java.lang.String keyColumn
Get the key column of the full list to slice and dice on, or the 1st column with string data is selected. Recommendation: provide a key column from the full list data set.


request

javax.servlet.http.HttpServletRequest request
Capture the current HTTP request object.


navigationBar

java.lang.String navigationBar
What we finally need, the resulting navigation bar with alphabeticl listing containing the URI of the current calling page.


selectChar

char selectChar
The current character to select the alphabetic list on: A, B, C..Z and ' '.


requestUri

java.lang.String requestUri
The URI passed by to consider Struts or Tile none dynamic technique to get the "whatEver.do" context.

Class org.alphadisplaytag.tags.TemplateTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable



Alphabetical Navigation Bar Java Display Tag Home Page. 

My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business. Some of my design is inspired by the original display tag <display:*> code. Please go to http://displaytag.sourceforge.net/ for details on the <display:*> tag.

Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received. Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/