Serialized Form


Package com.iplanet.jato

Class com.iplanet.jato.ApplicationServletBase implements Serializable

Serialized Fields

servletName

java.lang.String servletName

defaultHandlerName

java.lang.String defaultHandlerName

moduleURL

java.lang.String moduleURL

outputDebug

boolean outputDebug

showMessageBuffer

boolean showMessageBuffer

msgRb

java.util.ResourceBundle msgRb

isMessageResourceBundleMissing

boolean isMessageResourceBundleMissing

showMissingModuleURLWarning

boolean showMissingModuleURLWarning

Class com.iplanet.jato.CompleteRequestException implements Serializable

Class com.iplanet.jato.NavigationException implements Serializable

Serialized Fields

targetResource

java.lang.String targetResource

targetViewBean

ViewBean targetViewBean

Class com.iplanet.jato.SecurityCheckException implements Serializable


Package com.iplanet.jato.command

Class com.iplanet.jato.command.CommandException implements Serializable


Package com.iplanet.jato.model

Class com.iplanet.jato.model.BeanAdapterModel implements Serializable

Serialized Fields

name

java.lang.String name

beans

java.lang.Object[] beans

index

int index

Class com.iplanet.jato.model.DefaultModel implements Serializable

Serialized Fields

name

java.lang.String name

contexts

java.util.Map contexts

currentContextName

java.lang.String currentContextName

useDefaultValues

boolean useDefaultValues

Class com.iplanet.jato.model.DefaultModel.Context implements Serializable

Serialized Fields

name

java.lang.String name

valueList

java.util.List valueList

currentRow

int currentRow

defaultValueMap

java.util.Map defaultValueMap

Class com.iplanet.jato.model.DefaultModel.RowValueArrayList implements Serializable

Class com.iplanet.jato.model.InvalidContextException implements Serializable

Class com.iplanet.jato.model.ModelControlException implements Serializable

Class com.iplanet.jato.model.ValidationException implements Serializable


Package com.iplanet.jato.model.sql

Class com.iplanet.jato.model.sql.QueryFieldDescriptor implements Serializable

Serialized Fields

logicalName

java.lang.String logicalName

columnName

java.lang.String columnName

qualifiedColumnName

java.lang.String qualifiedColumnName

fieldClass

java.lang.Class fieldClass

isKey

boolean isKey

isComputedField

boolean isComputedField

insertValueSource

int insertValueSource

insertFormula

java.lang.String insertFormula

onEmptyValuePolicy

int onEmptyValuePolicy

emptyFormula

java.lang.String emptyFormula

queryTypeMask

int queryTypeMask

Class com.iplanet.jato.model.sql.QueryFieldSchema implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

fieldList

java.util.List fieldList

fieldMap

java.util.Map fieldMap

Class com.iplanet.jato.model.sql.QueryModelBase implements Serializable

Serialized Fields

dataSourceName

java.lang.String dataSourceName

traceSQL

boolean traceSQL

whereClauseOverride

java.lang.String whereClauseOverride

staticWhereCriteria

java.lang.String staticWhereCriteria

modifyingTableName

java.lang.String modifyingTableName

fieldValueCriteria

java.util.Map fieldValueCriteria

userWhereCriteria

java.util.List userWhereCriteria

defaultUser

java.lang.String defaultUser

defaultPassword

java.lang.String defaultPassword

selectSQLTemplate

java.lang.String selectSQLTemplate

selectSQLTemplateWhereToken

java.lang.String selectSQLTemplateWhereToken

selectSQL

java.lang.String selectSQL

insertSQL

java.lang.String insertSQL

updateSQL

java.lang.String updateSQL

deleteSQL

java.lang.String deleteSQL

Class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion implements Serializable

Serialized Fields

logicalFieldName

java.lang.String logicalFieldName

operator

java.lang.String operator

value

java.lang.Object value

Class com.iplanet.jato.model.sql.ResultSetModelBase implements Serializable

Serialized Fields

maxInitializedRow

int maxInitializedRow

firstRowOffset

int firstRowOffset

hasPreviousResults

boolean hasPreviousResults

hasMoreResults

boolean hasMoreResults

Class com.iplanet.jato.model.sql.StoredProcModelBase implements Serializable

Serialized Fields

dataSourceName

java.lang.String dataSourceName

parameterValues

java.util.Map parameterValues

otherSQLTypeMap

java.util.Map otherSQLTypeMap

defaultUser

java.lang.String defaultUser

defaultPassword

java.lang.String defaultPassword

Class com.iplanet.jato.model.sql.StoredProcParameterDescriptor implements Serializable

Serialized Fields

logicalName

java.lang.String logicalName

paramName

java.lang.String paramName

sqlType

int sqlType

paramType

int paramType

fieldClass

java.lang.Class fieldClass

Class com.iplanet.jato.model.sql.StoredProcSchema implements Serializable

Serialized Fields

descriptorList

java.util.List descriptorList

descriptorMap

java.util.Map descriptorMap

resultDescriptor

StoredProcParameterDescriptor resultDescriptor

name

java.lang.String name


Package com.iplanet.jato.taglib

Class com.iplanet.jato.taglib.ContentTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

displayed

boolean displayed

abortedException

CompleteRequestException abortedException

Class com.iplanet.jato.taglib.DisplayFieldTagBase implements Serializable

Class com.iplanet.jato.taglib.GetFieldValueTag implements Serializable

Class com.iplanet.jato.taglib.GetModelFieldValueTag implements Serializable

Class com.iplanet.jato.taglib.JspWrapperException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.iplanet.jato.taglib.ModelFieldTagBase implements Serializable

Class com.iplanet.jato.taglib.PageletTag implements Serializable

Serialized Fields

prevView

ContainerView prevView

parentTag

ContainerViewTag parentTag

viewBeanTag

UseViewBeanTag viewBeanTag

Class com.iplanet.jato.taglib.SetFieldValueTag implements Serializable

Class com.iplanet.jato.taglib.SetModelFieldValueTag implements Serializable

Class com.iplanet.jato.taglib.TagBase implements Serializable

Serialized Fields

values

java.util.Map values

fireDisplayEvents

boolean fireDisplayEvents

parentContainer

ContainerView parentContainer

Class com.iplanet.jato.taglib.UseContainerViewTag implements Serializable

Serialized Fields

prevView

ContainerView prevView

displayed

boolean displayed

abortedException

CompleteRequestException abortedException

Class com.iplanet.jato.taglib.UseTiledViewTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

prevView

ContainerView prevView

displayed

boolean displayed

abortedException

CompleteRequestException abortedException

Class com.iplanet.jato.taglib.UseViewBeanTag implements Serializable

Serialized Fields

prevView

ContainerView prevView

abortedException

CompleteRequestException abortedException


Package com.iplanet.jato.taglib.html

Class com.iplanet.jato.taglib.html.ButtonTag implements Serializable

Class com.iplanet.jato.taglib.html.CheckBoxTag implements Serializable

Class com.iplanet.jato.taglib.html.ComboBoxTag implements Serializable

Class com.iplanet.jato.taglib.html.FormTag implements Serializable

Class com.iplanet.jato.taglib.html.FrameSrcTag implements Serializable

Class com.iplanet.jato.taglib.html.HiddenTag implements Serializable

Class com.iplanet.jato.taglib.html.HrefTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

buffer

NonSyncStringBuffer buffer

displayed

boolean displayed

abortedException

CompleteRequestException abortedException

Class com.iplanet.jato.taglib.html.ImageTag implements Serializable

Class com.iplanet.jato.taglib.html.ListBoxTag implements Serializable

Class com.iplanet.jato.taglib.html.PasswordTag implements Serializable

Class com.iplanet.jato.taglib.html.RadioButtonsTag implements Serializable

Class com.iplanet.jato.taglib.html.SelectTag implements Serializable

Class com.iplanet.jato.taglib.html.StaticTextFieldTag implements Serializable

Class com.iplanet.jato.taglib.html.TextAreaTag implements Serializable

Class com.iplanet.jato.taglib.html.TextFieldTag implements Serializable

Serialized Fields

type

java.lang.String type


Package com.iplanet.jato.taglib.tree

Class com.iplanet.jato.taglib.tree.TreeNodeLevelTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

displayed

boolean displayed

currentIteration

int currentIteration

maxIterations

int maxIterations

Class com.iplanet.jato.taglib.tree.TreeNodeTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

displayed

boolean displayed

Class com.iplanet.jato.taglib.tree.TreeTagBase implements Serializable

Class com.iplanet.jato.taglib.tree.UseTreeViewTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

prevView

ContainerView prevView

displayed

boolean displayed


Package com.iplanet.jato.taglib.tree.html

Class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag implements Serializable

Serialized Fields

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

buffer

NonSyncStringBuffer buffer

abortedException

CompleteRequestException abortedException


Package com.iplanet.jato.util

Class com.iplanet.jato.util.NonSyncStringBuffer implements Serializable

Serialized Fields

value

char[] value

count

int count

shared

boolean shared

Class com.iplanet.jato.util.WrapperException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.iplanet.jato.util.WrapperRuntimeException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package com.iplanet.jato.view

Class com.iplanet.jato.view.SimpleTreeViewStateData implements Serializable

Serialized Fields

bitmap

java.util.BitSet bitmap

nodeIDMap

java.util.Map nodeIDMap


Package com.iplanet.jato.view.event

Class com.iplanet.jato.view.event.JspBeginChildDisplayEvent implements Serializable

Class com.iplanet.jato.view.event.JspChildDisplayEvent implements Serializable

Serialized Fields

childName

java.lang.String childName

Class com.iplanet.jato.view.event.JspDisplayEvent implements Serializable

Serialized Fields

pageContext

javax.servlet.jsp.PageContext pageContext

Class com.iplanet.jato.view.event.JspEndChildDisplayEvent implements Serializable

Serialized Fields

content

java.lang.String content

Class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent implements Serializable

Serialized Fields

tileNumber

int tileNumber

Class com.iplanet.jato.view.event.ViewCommandEvent implements Serializable

Serialized Fields

requestContext

RequestContext requestContext

operationName

java.lang.String operationName

parameters

java.util.Map parameters

invocation

ViewInvocation invocation

Class com.iplanet.jato.view.event.ViewRequestInvocationEvent implements Serializable

Serialized Fields

requestContext

RequestContext requestContext

childName

java.lang.String childName

qualifiedChildName

java.lang.String qualifiedChildName

imageX

int imageX

imageY

int imageY