Serialized Form


Package com.taggercat

Class com.taggercat.MultiTenantInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

serialVersionUID: 3422183470655488585L

Serialized Fields

tenantName

java.lang.String tenantName

Class com.taggercat.NonRegisteredActionException extends javax.servlet.ServletException implements Serializable

serialVersionUID: -82026213666113973L

Class com.taggercat.ViewResponseSessionFactory.LazyTransactionEventListener extends java.lang.Object implements Serializable

serialVersionUID: 2455030270793477332L

Serialized Fields

session

org.hibernate.Session session

Package com.taggercat.controller

Class com.taggercat.controller.AbstractRequestController extends java.util.HashMap<java.lang.String,NamedActionActionMapping> implements Serializable

serialVersionUID: 3115893898407239337L

Serialized Fields

servlet

javax.servlet.http.HttpServlet servlet

queryStringRegExMappings

java.util.List<E> queryStringRegExMappings

uriRegExMappings

java.util.List<E> uriRegExMappings

uriPatternMappings

java.util.List<E> uriPatternMappings

elMappings

java.util.List<E> elMappings

actionPermissions

java.util.Map<K,V> actionPermissions

Class com.taggercat.controller.DefaultRequestController extends AbstractRequestController implements Serializable

serialVersionUID: 4901555398588649621L

Class com.taggercat.controller.FlashScope extends java.lang.Object implements Serializable

serialVersionUID: 4267394797916508770L

Serialized Fields

redirectedURI

java.lang.String redirectedURI

parameterMap

java.util.Map<K,V> parameterMap

attributes

java.util.Map<K,V> attributes

headers

java.util.Map<K,V> headers

characterEncoding

java.lang.String characterEncoding

Class com.taggercat.controller.RequestHandlerChain extends java.util.ArrayList<RequestHandler> implements Serializable

serialVersionUID: 484825803075047891L

Serialized Fields

responsePage

java.lang.String responsePage
The response page for successful completion.


errorPage

java.lang.String errorPage
The error response page.


responsePageMethod

ResponseMethod responsePageMethod
The response page method ResponseMethod.Redirect or ResponseMethod.Forward.


errorPageMethod

ResponseMethod errorPageMethod
The error page method (ResponseMethod.Redirect or ResponseMethod.Forward.


errorException

java.lang.Exception errorException
The exception used by doErrorPage() (if not null).


errorReason

java.lang.String errorReason
The error reason used by doErrorPage() (if not null and errorException null).


currentNdx

int currentNdx
The index of the current request being processed.


servingResponsePage

boolean servingResponsePage

Class com.taggercat.controller.Servlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -134987609929926366L

Serialized Fields

requestController

RequestController requestController

Package com.taggercat.model

Class com.taggercat.model.AbstractTCEntity extends java.lang.Object implements Serializable

serialVersionUID: -4306492138478894415L

Serialized Fields

newlyInserted

boolean newlyInserted

modified

boolean modified

oldValues

java.util.Map<K,V> oldValues

pkHexCode

java.lang.String pkHexCode

userValues

java.util.Map<K,V> userValues

entityClassName

java.lang.String entityClassName

entityName

java.lang.String entityName

fullyMaterialized

boolean fullyMaterialized

identifierPropertyName

java.lang.String identifierPropertyName
the name if the identifier property, defaults to "id"

Class com.taggercat.model.AutoFilterWhereClause extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: -3423328195596976336L

Class com.taggercat.model.DataSource extends java.lang.Object implements Serializable

serialVersionUID: 312498455299L

Serialized Fields

cacheable

boolean cacheable

cacheRegion

java.lang.String cacheRegion

requery

boolean requery

baseEntityName

java.lang.String baseEntityName
the HBN8 entity's base name - in the type hierarchy sense


entityShortName

java.lang.String entityShortName
the HBN8 entity's short name - the unqualified class name


myEventListeners

java.util.List<E> myEventListeners
my DataSourceEventListener list ( this automatically includes any child data sources )


dsn

java.lang.String dsn
the data source name


dirty

boolean dirty
the property used to indicate that this data source has unsaved changes


initialOrderByClause

java.lang.String initialOrderByClause
the initial "ORDERBY" clause


appendQBFtoWhereClause

boolean appendQBFtoWhereClause

initialWhereClause

java.lang.String initialWhereClause
the initial "WHERE" clause


insertedRowCount

java.util.concurrent.atomic.AtomicInteger insertedRowCount
the number of newly inserted rows in this data source


parentRowPkHexCode

java.lang.String parentRowPkHexCode

projectionProperties

java.lang.String projectionProperties
The comma separated list of properties to project in the query


maxRows

int maxRows
the max rows to be fetched; if set


mode

DataSourceMode mode
the MODE attribute


parentDataSource

DataSource parentDataSource
the parent data source (null for no parent)


parentCollectionName

java.lang.String parentCollectionName

parentDataSourceName

java.lang.String parentDataSourceName

parentAdderMethodName

java.lang.String parentAdderMethodName

collectionRoleName

java.lang.String collectionRoleName

parentPropertyName

java.lang.String parentPropertyName

preFetchedRowCount

int preFetchedRowCount
the number of rows in the pre-fetched tcEntity count


isProcessingRepeatedRegion

boolean isProcessingRepeatedRegion
the property to indicate when repeated region processing is active (suppresses event firing for temporary reposition actions )


qbfData

DataSourceQBFData qbfData

resultSet

IResultSetCollection<E> resultSet
The current result set that this Data Source represents


requestScope

boolean requestScope
The requestScope attribute on this DS, as set by the Datasource tag. If set to true, the scope of this DS is effectively for the request.


applicationScope

boolean applicationScope
The applicationScope attribute on this DS, as set by the Datasource tag. If set to true, the scope of this DS is the application, and not a specific user's model.


retainSortOrder

boolean retainSortOrder
the property used to control whether or not to retain the initial sort order upon a re-query


selectedRowIDs

java.util.Set<E> selectedRowIDs
the collection of tcEntity IDs of selected rows


preRepeatingRegionCurrentRowIndex

int preRepeatingRegionCurrentRowIndex
the current tcEntity index to restore after RepeatedRegionTag processing is completed


usePrefetchRowCount

boolean usePrefetchRowCount
the property to indicate that the full row count should be fetched


sortedOnProperties

java.util.List<E> sortedOnProperties

autoFilterWhereClause

AutoFilterWhereClause autoFilterWhereClause

idPropertygetter

org.hibernate.property.Getter idPropertygetter

hbn8CascadeRules

java.lang.String hbn8CascadeRules

timeout

long timeout

lastAccessed

long lastAccessed

pageSize

java.lang.Integer pageSize
the number of rows per page is the result set is being paged


totalPages

int totalPages
the number of pages of rows in the current resultset if it is paged


currentPageNo

int currentPageNo
the current page number if this data source is being paged


reloadCollection

boolean reloadCollection

Class com.taggercat.model.DataSourceQBFData extends java.util.LinkedHashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: -156015872728045220L

Serialized Fields

sourceValuesExpressions

java.util.Map<K,V> sourceValuesExpressions

dataSource

DataSource dataSource

qbfWhereClause

java.lang.String qbfWhereClause
the string representation of the current qbf where clause

Class com.taggercat.model.Model extends java.util.concurrent.ConcurrentHashMap<java.lang.String,DataSource> implements Serializable

serialVersionUID: 726715267L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

loggingUserName

java.lang.String loggingUserName

formatters

java.util.Map<K,V> formatters

repeatingRegionSizes

java.util.Map<K,V> repeatingRegionSizes

locale

java.util.Locale locale

loginInfo

LoginInfo loginInfo

Class com.taggercat.model.ModelException extends java.lang.Exception implements Serializable

serialVersionUID: -588587366513570887L

Serialized Fields

dsn

java.lang.String dsn

propertyName

java.lang.String propertyName

rowId

java.lang.String rowId

Class com.taggercat.model.PropertyValueException extends java.lang.Exception implements Serializable

serialVersionUID: -554239059044969767L

Serialized Fields

dsn

java.lang.String dsn

propertyName

java.lang.String propertyName

rowId

java.lang.String rowId

stopProcessing

boolean stopProcessing

Class com.taggercat.model.ResultSet extends java.util.ArrayList<TCEntity> implements Serializable

Serialized Fields

currentNdx

int currentNdx

Class com.taggercat.model.SortProperty extends java.lang.Object implements Serializable

serialVersionUID: 1737384073741008971L

Serialized Fields

qualifier

java.lang.String qualifier

propertyName

java.lang.String propertyName

quailifiedName

java.lang.String quailifiedName

direction

SortProperty.DIRECTION direction

Class com.taggercat.model.TCPersistentList extends org.hibernate.collection.PersistentList implements Serializable

serialVersionUID: 9138569490956802447L

Serialized Fields

currentNdx

int currentNdx

Class com.taggercat.model.TCPersistentSet extends org.hibernate.collection.PersistentSet implements Serializable

serialVersionUID: 3988934520571214099L

Serialized Fields

list

java.util.List<E> list

currentNdx

int currentNdx

Package com.taggercat.rules

Class com.taggercat.rules.DerivationList extends java.util.HashMap<java.lang.String,Derivation> implements Serializable

serialVersionUID: 4024014219067251936L


Package com.taggercat.security

Class com.taggercat.security.LoginInfo extends java.lang.Object implements Serializable

serialVersionUID: 2996722673310171927L

Serialized Fields

loginName

java.lang.String loginName
Member variables


password

java.lang.String password

fullName

java.lang.String fullName

reasonDenied

java.lang.String reasonDenied

host

java.lang.String host

userid

long userid

authenticated

boolean authenticated

encrypted

boolean encrypted

groupNames

java.lang.String groupNames

groupNamesList

java.util.List<E> groupNamesList

groupIDsList

java.lang.String groupIDsList

tenantName

java.lang.String tenantName

Class com.taggercat.security.PermissionChangeEventListener extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.taggercat.tags

Class com.taggercat.tags.AbstractCommonAttrsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -7984535472762203415L

Serialized Fields

dsn

java.lang.String dsn
The dsn attribute.


errorPage

java.lang.String errorPage
The error page attribute.


responsePage

java.lang.String responsePage
The response page attribute.


formName

java.lang.String formName
The formName to be submitted attribute.

Class com.taggercat.tags.AbstractDataSourceActionTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 8784443490286302017L

Serialized Fields

accesskey

java.lang.String accesskey
A button element tag attribute.


action

java.lang.String action
The action attribute.


condition

java.lang.String condition
A condition attribute.


disabled

boolean disabled

dsn

java.lang.String dsn
The data source name attribute.


errorPage

java.lang.String errorPage
The error page attribute.


name

java.lang.String name
A button element tag attribute.


onblur

java.lang.String onblur
A button element tag attribute.


onclick

java.lang.String onclick
A button element tag attribute.


ondblclick

java.lang.String ondblclick
A button element tag attribute.


onfocus

java.lang.String onfocus
A button element tag attribute.


onkeydown

java.lang.String onkeydown
A button element tag attribute.


onkeypress

java.lang.String onkeypress
A button element tag attribute.


onkeyup

java.lang.String onkeyup
A button element tag attribute.


onmousedown

java.lang.String onmousedown
A button element tag attribute.


onmousemove

java.lang.String onmousemove
A button element tag attribute.


onmouseout

java.lang.String onmouseout
A button element tag attribute.


onmouseover

java.lang.String onmouseover
A button element tag attribute.


onmouseup

java.lang.String onmouseup
A button element tag attribute.


responsePage

java.lang.String responsePage
The response page attribute.


showDisabled

boolean showDisabled

style

java.lang.String style
The css style.


styleclass

java.lang.String styleclass
The css style class.


styleid

java.lang.String styleid
The css style id.


tabindex

java.lang.String tabindex
A button element tag attribute.


title

java.lang.String title
A button element tag attribute.


value

java.lang.String value
A button element tag attribute.

Class com.taggercat.tags.AbstractExpEvalTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -8631199713255087444L

Serialized Fields

expEvaluator

com.taggercat.el.ELParser expEvaluator
The expression evaluator object.


expression

java.lang.String expression
The expression being evaluated.


scope

java.lang.String scope
The scope of the variable to assign.


varName

java.lang.String varName
The variable name of the attribute to assign the results to.

Class com.taggercat.tags.AbstractHTMLInputTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: -2105077800693495073L

Serialized Fields

idAttr

java.lang.String idAttr
The id attribute.


dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.


format

java.lang.String format
The format attribute.


nulls

java.lang.String nulls
The nulls attribute, how to display nulls.


preserveHTML

boolean preserveHTML
The property to indicate when special HTML values should not be escaped.


condition

java.lang.String condition
A condition expression.


accesskey

java.lang.String accesskey
A input element tag attribute.


disabled

boolean disabled

hasUpdatePermission

boolean hasUpdatePermission

hasReadPermission

boolean hasReadPermission

readonly

boolean readonly

name

java.lang.String name
A input element tag attribute.


onblur

java.lang.String onblur
A input element tag attribute.


onclick

java.lang.String onclick
A input element tag attribute.


onchange

java.lang.String onchange

onselect

java.lang.String onselect

ondblclick

java.lang.String ondblclick
A input element tag attribute.


onfocus

java.lang.String onfocus
A input element tag attribute.


onkeydown

java.lang.String onkeydown
A input element tag attribute.


onkeypress

java.lang.String onkeypress
A input element tag attribute.


onkeyup

java.lang.String onkeyup
A input element tag attribute.


onmousedown

java.lang.String onmousedown
A input element tag attribute.


onmousemove

java.lang.String onmousemove
A input element tag attribute.


onmouseout

java.lang.String onmouseout
A input element tag attribute.


onmouseover

java.lang.String onmouseover
A input element tag attribute.


onmouseup

java.lang.String onmouseup
A input element tag attribute.


showDisabled

boolean showDisabled

style

java.lang.String style
The css style.


styleclass

java.lang.String styleclass
The css style class.


tabindex

java.lang.String tabindex
A input element tag attribute.


title

java.lang.String title
A input element tag attribute.


value

java.lang.String value
A input element tag attribute.


tcEntity

TCEntity tcEntity
The current TCEntity.


qbf

boolean qbf

rowID

java.lang.String rowID

dynAttrs

java.util.Map<K,V> dynAttrs

Class com.taggercat.tags.BooleanOptionListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6571850530490985444L

Serialized Fields

codeList

java.util.List<E> codeList
how values are set in Data objects eg. "true,false,"


dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.


stateList

java.util.List<E> stateList
What is true? listed in the same order as the display values, example. "true,false,null".


valuesList

java.util.List<E> valuesList
The possible display values; example. "On,Off,", "Open,Closed,Pending".

Class com.taggercat.tags.CacheContentTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -5386741262142636333L

Serialized Fields

varName

java.lang.String varName

scope

java.lang.String scope
The scope of the variable to assign.

Class com.taggercat.tags.ClientScopeTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 7096158077659055727L

Serialized Fields

name

java.lang.String name
The name to save the object on.


scope

java.lang.String scope
The scope to save the object on ( either session or request ).


object

java.lang.Object object
The object to write.

Class com.taggercat.tags.CodeTableOptionListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5128597798998516407L

Serialized Fields

codeTable

java.lang.String codeTable
The code table for the option list.


dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.


selected

java.lang.String selected
The selected item in the list.


selectedStyleclass

java.lang.String selectedStyleclass
The css style class for the selected item.


styleclass

java.lang.String styleclass
The css style class.

Class com.taggercat.tags.ControllerServletTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -907889947470055374L

Serialized Fields

includeQueryString

boolean includeQueryString

name

java.lang.String name

Class com.taggercat.tags.CookieDisplayValueTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6318875672045450366L

Serialized Fields

name

java.lang.String name

empty

java.lang.String empty

nonempty

java.lang.String nonempty

Class com.taggercat.tags.CrumbTrailTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3849741494052754894L

Serialized Fields

caption

java.lang.String caption
The caption attribute.


crumbTrailFormat

java.lang.String crumbTrailFormat
The crumb trail format attribute.


responsePage

java.lang.String responsePage
The response page attribute.


errorPage

java.lang.String errorPage
The error page attribute.


dsn

java.lang.String dsn
The dsn attribute.


reset

boolean reset
Should it be reset on this page.

Class com.taggercat.tags.DataFieldCaptionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 7716631848311669085L

Serialized Fields

defaultCaption

java.lang.String defaultCaption
The default caption.


dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.


isStatic

boolean isStatic
Is this caption defined to always be the default caption.

Class com.taggercat.tags.DataFieldIdentifierTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1385550727779014207L

Serialized Fields

dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.

Class com.taggercat.tags.DataFieldValueTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8590700864543301602L

Serialized Fields

dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.


format

java.lang.String format
The format attribute.


nulls

java.lang.String nulls
The nulls attribute, how to display nulls.


truncate

int truncate
Sets the max string size to print; if exceeded, truncates and adds ellipses.


preserveHTML

boolean preserveHTML
The property to indicate when special HTML values should not be escaped.


useCodeTableValue

boolean useCodeTableValue

Class com.taggercat.tags.DataSourceActionButtonTag extends AbstractDataSourceActionTag implements Serializable

serialVersionUID: -3753252797637333033L

Serialized Fields

alt

java.lang.String alt
A button element tag attribute.


height

java.lang.String height
A button element tag attribute.


onselect

java.lang.String onselect
A button element tag attribute.


src

java.lang.String src
A button element tag attribute.


width

java.lang.String width
A button element tag attribute.

Class com.taggercat.tags.DataSourceActionLinkTag extends AbstractDataSourceActionTag implements Serializable

serialVersionUID: 6531074546182333075L

Serialized Fields

caption

java.lang.String caption

charset

java.lang.String charset

coords

java.lang.String coords

disabledCaption

java.lang.String disabledCaption
The disabled attribute.


disabledStyleclass

java.lang.String disabledStyleclass
The css disabled Style class.


href

java.lang.String href

hreflang

java.lang.String hreflang

method

java.lang.String method

target

java.lang.String target

type

java.lang.String type

Class com.taggercat.tags.DataSourceNavigationTag extends AbstractCommonAttrsTag implements Serializable

serialVersionUID: -472750529120592130L

Serialized Fields

action

java.lang.String action
The action attribute.


disabledCaption

java.lang.String disabledCaption
The disabled attribute.


enabledCaption

java.lang.String enabledCaption
The enabled caption attribute.


disabledStyleclass

java.lang.String disabledStyleclass
The css disabled Style class.

Class com.taggercat.tags.DataSourceOptionListTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 5153864191223193272L

Serialized Fields

codeField

java.lang.String codeField
The code field name attribute.


displayField

java.lang.String displayField
The display field name attribute.


dsn

java.lang.String dsn
The name of the source data source.


selected

java.lang.String selected
The selected item in the list.


selectedFK

java.lang.String selectedFK
The dot delimited DSN.FIELD name used to set selected items.


selectedStyleclass

java.lang.String selectedStyleclass
The css style class for the selected item.


styleclass

java.lang.String styleclass
The css class attribute.


addEmptyItem

boolean addEmptyItem
True if an empty item be added to the list.


titleProperty

java.lang.String titleProperty

Class com.taggercat.tags.DataSourceRowNumberTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

dsn

java.lang.String dsn
The name of the data source.


tablesize

int tablesize

prefetchRowCount

boolean prefetchRowCount

Class com.taggercat.tags.DataSourceTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

cacheable

boolean cacheable
Should this data source query be cached


cacheRegion

java.lang.String cacheRegion
The name of the cache region to use


reloadCollection

boolean reloadCollection

entity

java.lang.String entity
The application entity object name this data source will represent.


classname

java.lang.String classname
The fully-qualified data source subclass name.


eventListenerClassname

java.lang.String eventListenerClassname
The eventListenerClassname.


instanceVar

java.lang.String instanceVar
The name of PageContext attribute for data source instance.


maxRows

int maxRows
The pseudo max rows for this data source.


mode

java.lang.String mode
The data source mode ("normal","deferred" or "qbf").


name

java.lang.String name
The name of the data source.


orderBy

java.lang.String orderBy
The initial ORDER BY clause for query.


parentDS

java.lang.String parentDS
The name of the Parent data source.


parentAdderMethod

java.lang.String parentAdderMethod

parentPropertyName

java.lang.String parentPropertyName

parentCollection

java.lang.String parentCollection

prefetchRowCount

boolean prefetchRowCount
Set true to force a prefetch of the tcEntity count.


dsScope

java.lang.String dsScope
Sets the scope of this ds, can be session, request, or application.


whereClause

java.lang.String whereClause
The initial where clause for query.


retainSortOrder

boolean retainSortOrder
RetainSortOrder controls reverting of the sort order to the initial value.


appendQbfWhereClause

boolean appendQbfWhereClause

refreshParent

boolean refreshParent
Set to true to have the parent entity re-read from the DB if a child changes.


timeout

long timeout

pageSize

java.lang.Integer pageSize

Class com.taggercat.tags.EditableTemplateRegionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

name

java.lang.String name

Class com.taggercat.tags.EscapeTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.ExceptionTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

lineSeparator

java.lang.String lineSeparator

label

java.lang.String label

stackTrace

java.lang.String stackTrace

escapeHTML

boolean escapeHTML

escapeQuotes

boolean escapeQuotes

preformat

boolean preformat

printStackTrace

boolean printStackTrace

Class com.taggercat.tags.HQLOptionListTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 5153864191223193272L

Serialized Fields

hql

java.lang.String hql

cacheRegion

java.lang.String cacheRegion

cachable

boolean cachable

selected

java.lang.String selected
The selected item in the list.


selectedFK

java.lang.String selectedFK
The dot delimited DSN.FIELD name used to set selected items.


selectedStyleclass

java.lang.String selectedStyleclass
The css style class for the selected item.


styleclass

java.lang.String styleclass
The css class attribute.


addEmptyItem

boolean addEmptyItem
True if an empty item be added to the list.


titleProperty

java.lang.String titleProperty

Class com.taggercat.tags.HTMLCheckBoxElementTag extends AbstractHTMLInputTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

checked

boolean checked

includeHiddenElement

boolean includeHiddenElement
Includes the negative state hidden form element; true by default. *

Class com.taggercat.tags.HTMLCheckBoxesTag extends HTMLRadioButtonsTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

selectedOptions

java.util.List<E> selectedOptions

Class com.taggercat.tags.HTMLListMenuElementTag extends AbstractHTMLInputTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

multiple

boolean multiple

size

int size

sourcedFrom

java.lang.String sourcedFrom

Class com.taggercat.tags.HTMLListMenuOptionsListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

sourceValuesExpr

java.lang.String sourceValuesExpr
The EL expression to be used to get the source collection upon a submit.

This expression should be in a Tagger Cat EL syntax, and not in JSP EL, since it is evaluated at submit time, and not page render time.

Basically, this tells the submit handlers where to lookup the corresponding submitted value.

You could use JSP EL ${} expressions within a Tagger Cat EL to handle more complex scenarios.


selected

java.lang.Object selected
The selected item in the option list.


selectedStyleclass

java.lang.String selectedStyleclass
The css style class for the selected item.


missingItemStyleclass

java.lang.String missingItemStyleclass
The css style class used to display a missing item. Where a missing item is one that is the current value in the target data source, but not in the list of options provided by the listVar object.


styleclass

java.lang.String styleclass
The CSS style class to be used for non-selected list items.


addEmptyItem

boolean addEmptyItem
True if an empty item should be added to the list.


dsn

java.lang.String dsn
The dsn attribute this list is being used for. If not specified, and the parent tag is an HTMLListMenuElementTag, then the dsn name from that parent tag will be used.


field

java.lang.String field
The field name attribute this list is being used for. If not specified, and the parent tag is an HTMLListMenuElementTag, then the field name from that parent tag will be used.


listOptions

java.util.Collection<E> listOptions

mapOptions

java.util.Map<K,V> mapOptions

Class com.taggercat.tags.HTMLRadioButtonsTag extends AbstractHTMLInputTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

listVar

java.lang.String listVar
The variable name of the list to present as options.


selected

java.lang.String selected
The selected item in the option list.


selectedStyleclass

java.lang.String selectedStyleclass
The css style class for the selected item.


listOptions

java.lang.String listOptions
The css style class to be used for non-selected list items.


mapOptions

java.lang.String mapOptions

codeTable

java.lang.String codeTable
The code table for the option list.


propertiesFile

java.lang.String propertiesFile
The name of the properties file to read the option list from.

Class com.taggercat.tags.HTMLTagBuilder extends java.util.LinkedHashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: -6844576052167957631L

Serialized Fields

tagname

java.lang.String tagname

xhtml

java.lang.Boolean xhtml

Class com.taggercat.tags.HTMLTextAreaElementTag extends HTMLTextElementTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

cols

int cols

rows

int rows

wrap

java.lang.String wrap

Class com.taggercat.tags.HTMLTextElementTag extends AbstractHTMLInputTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

size

int size

maxlength

int maxlength

password

boolean password

Class com.taggercat.tags.ListOptionListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

listVar

java.lang.String listVar
The variable name of the list to present as options.


selected

java.lang.String selected
The selected item in the option list.


selectedStyleclass

java.lang.String selectedStyleclass
The css style class for the selected item.


missingItemStyleclass

java.lang.String missingItemStyleclass
The css style class used to display a missing item. Where a missing item is one that is the current value in the target data source, but not in the list of options provided by the listVar object.


styleclass

java.lang.String styleclass
The css style class to be used for non-selected list items.


addEmptyItem

boolean addEmptyItem
True if an empty item should be added to the list.


dsn

java.lang.String dsn
The dsn attribute this list is being used for. If not specified, and the parent tag is an HTMLListMenuElementTag, then the dsn name from that parent tag will be used.


field

java.lang.String field
The field name attribute this list is being used for. If not specified, and the parent tag is an HTMLListMenuElementTag, then the field name from that parent tag will be used.


listOptions

java.lang.String listOptions

mapOptions

java.lang.String mapOptions

Class com.taggercat.tags.LogoutTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

save

boolean save
The save attribute, set to true to cause the data sources to be save upon logging out.

Class com.taggercat.tags.NoSessionException extends javax.servlet.jsp.JspException implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.PageNameTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.PageNavigationTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

disabledCaption

java.lang.String disabledCaption
The disabled caption attribute.


disabledStyleclass

java.lang.String disabledStyleclass
The css disabled Style class.


enabledCaption

java.lang.String enabledCaption
The enabled caption attribute.


errorPage

java.lang.String errorPage
The error page attribute.


formName

java.lang.String formName
The formName to be submitted attribute.


responsePage

java.lang.String responsePage
The response page attribute.

Class com.taggercat.tags.PageSequenceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.PickAnchorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

codeField

java.lang.String codeField
The codeField attribute.


displayField

java.lang.String displayField
The displayField attribute.


dsn

java.lang.String dsn
The dsn attribute.


javascript

java.lang.String javascript
The javascript to include in the tag.


qbfTarget

boolean qbfTarget
The qbf target attribute.

Class com.taggercat.tags.QBFBooleanOptionListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

codeList

java.util.List<E> codeList
How values are set in entity objects ex. "true,false,".


selected

java.lang.String selected
The selected item in the list.


stateList

java.util.List<E> stateList
What is true? list in order of values, ex. "true,false,null".


valuesList

java.util.List<E> valuesList
The possible display values ex. "On,Off,", "Open,Closed,Pending".

Class com.taggercat.tags.QBFFieldTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

dsn

java.lang.String dsn
The data source name.


field

java.lang.String field
The field name.


preserveHTML

boolean preserveHTML
The property to indicate when special HTML values should not be escaped.

Class com.taggercat.tags.RemoveDataSourcesTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

closeNamesList

java.util.List<E> closeNamesList
The names of data sources to close.


exceptNamesList

java.util.List<E> exceptNamesList
The names of the data sources to exclude from closing.


resultSetOnly

boolean resultSetOnly

Class com.taggercat.tags.RepeatedRegionTag extends AbstractExpEvalTag implements Serializable

Serialized Fields

ds

DataSource ds
The associated data source.


dsn

java.lang.String dsn
The dsn attribute.


rowsDisplayed

int rowsDisplayed
The number of times the RR has been processed.


startingRowIndex

int startingRowIndex

reset

boolean reset
The reset to the beginning of the RS attribute.


rowVar

java.lang.String rowVar
The name of the created scriptlet tcEntity variable inside of the repeating region.


size

int size
The size attribute.


clearResultSet

boolean clearResultSet

Class com.taggercat.tags.RoleContentTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

roleList

java.util.List<E> roleList
The role names.


show

boolean show
Should the region be shown.

Class com.taggercat.tags.RowIDTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

dsn

java.lang.String dsn
The data source name.

Class com.taggercat.tags.RowSelectorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

dsn

java.lang.String dsn
The data source name. It can be set directly, or derived from the parent repeated region.


multiSelect

boolean multiSelect
The property used to indicate this is a multi-select ( check box ) element rather than a radio button.


accesskey

java.lang.String accesskey
A input element tag attribute.


name

java.lang.String name
A input element tag attribute.


onblur

java.lang.String onblur
A input element tag attribute.


onclick

java.lang.String onclick
A input element tag attribute.


onchange

java.lang.String onchange

onselect

java.lang.String onselect

ondblclick

java.lang.String ondblclick
A input element tag attribute.


onfocus

java.lang.String onfocus
A input element tag attribute.


onkeydown

java.lang.String onkeydown
A input element tag attribute.


onkeypress

java.lang.String onkeypress
A input element tag attribute.


onkeyup

java.lang.String onkeyup
A input element tag attribute.


onmousedown

java.lang.String onmousedown
A input element tag attribute.


onmousemove

java.lang.String onmousemove
A input element tag attribute.


onmouseout

java.lang.String onmouseout
A input element tag attribute.


onmouseover

java.lang.String onmouseover
A input element tag attribute.


onmouseup

java.lang.String onmouseup
A input element tag attribute.


style

java.lang.String style
The css style.


styleclass

java.lang.String styleclass
The css style class.


styleid

java.lang.String styleid
The css style id.


tabindex

java.lang.String tabindex
A input element tag attribute.


title

java.lang.String title
A input element tag attribute.

Class com.taggercat.tags.RowStyleTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

currentStyle

java.lang.String currentStyle
The style for the current tcEntity.


evenStyle

java.lang.String evenStyle
The style for the even numbered rows.


oddStyle

java.lang.String oddStyle
The style for the odd numbered rows.

Class com.taggercat.tags.SetDataSourceQBFValueTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 7716631848311669085L

Serialized Fields

dsn

java.lang.String dsn
The dsn attribute.


field

java.lang.String field
The field name attribute.


value

java.lang.String value
The value to set.

Class com.taggercat.tags.SortOrderIndicatorTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

sortedIndicatorASC

java.lang.String sortedIndicatorASC

sortedIndicatorDESC

java.lang.String sortedIndicatorDESC

unsortedIndicator

java.lang.String unsortedIndicator

dsn

java.lang.String dsn

field

java.lang.String field
The field name attribute.

Class com.taggercat.tags.TaggerTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TCChooseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

whenFound

boolean whenFound
Set to true if the when condition has been met.

Class com.taggercat.tags.TCElseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TCIfTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

format

java.lang.String format
The format field.


expResult

boolean expResult
The result of the if expression.

Class com.taggercat.tags.TCIfThenElseTag extends TCIfTag implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TCOtherwiseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TCOutTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Serialized Fields

format

java.lang.String format
The format field.


nulls

java.lang.String nulls
The string representation of a null value.


escapeXml

boolean escapeXml

Class com.taggercat.tags.TCRemoveTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

scope

java.lang.String scope
The scope to remove the attribute from.


variable

java.lang.String variable
The variable name field.

Class com.taggercat.tags.TCSetTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TCThenTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TCWhenTag extends AbstractExpEvalTag implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.tags.TemplateTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

name

java.lang.String name

uri

java.lang.String uri

dynamic

boolean dynamic

guid

java.lang.String guid

runtimeDivFormat

java.lang.String runtimeDivFormat

runtimeDiv

boolean runtimeDiv

Class com.taggercat.tags.UserSettingTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 726715267L

Serialized Fields

name

java.lang.String name

empty

java.lang.String empty

nonempty

java.lang.String nonempty

Package com.taggercat.util

Class com.taggercat.util.NoModelException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.util.NoSessionParseException extends com.taggercat.el.ParseException implements Serializable

serialVersionUID: 726715267L

Class com.taggercat.util.StringIgnoreCaseComparator extends java.lang.Object implements Serializable

serialVersionUID: -3023892488612427116L

Class com.taggercat.util.WizardParametersImpl extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: -4152979845427948472L

Serialized Fields

wildcard

java.lang.String wildcard

pattern

java.util.regex.Pattern pattern

Class com.taggercat.util.YesNoFormatter extends java.text.Format implements Serializable

serialVersionUID: 726715267L


Package com.taggercat.util.rhino

Class com.taggercat.util.rhino.TimeQuotaExceeded extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L