A B C D E F G H I J L M N O P Q R S T U V W

A

acceptRequest(HttpServletRequest) - Method in interface com.iplanet.jato.RequestHandler
This method is used by the application servlet to determine if this is the appropriate view to handle the servlet request.
acceptRequest(HttpServletRequest) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
 
acceptRequest(HttpServletRequest) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
 
acceptRequest(HttpServletRequest) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
acceptTreeHandleRequest(HttpServletRequest) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
ACTION_CLEAR - Static variable in interface com.iplanet.jato.view.WebActions
Execute no models, resulting in a blank resulting page
ACTION_DELETE - Static variable in interface com.iplanet.jato.view.WebActions
Execute all deleting web action models
ACTION_EXECUTE - Static variable in interface com.iplanet.jato.view.WebActions
Execute all executing web action models
ACTION_FIRST - Static variable in interface com.iplanet.jato.view.WebActions
Execute all auto-retrieving dataset models, and move to the first row of the dataset
ACTION_INSERT - Static variable in interface com.iplanet.jato.view.WebActions
Execute all inserting web action models
ACTION_LAST - Static variable in interface com.iplanet.jato.view.WebActions
Execute all auto-retrieving dataset models, and move to the last group of rows
ACTION_NEXT - Static variable in interface com.iplanet.jato.view.WebActions
Execute all auto-retrieving dataset models, and move to the next group of rows (as defined by a previous action)
ACTION_PREV - Static variable in interface com.iplanet.jato.view.WebActions
Deprecated. Use ACTION_PREVIOUS instead
ACTION_PREVIOUS - Static variable in interface com.iplanet.jato.view.WebActions
Execute all auto-retrieving dataset models, and move to the prior group of rows (as defined by a previous action)
ACTION_REFRESH - Static variable in interface com.iplanet.jato.view.WebActions
Re-execute the current auto-retrieving dataset models
ACTION_SELECT - Static variable in interface com.iplanet.jato.view.WebActions
Not supported
ACTION_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
ACTION_UPDATE - Static variable in interface com.iplanet.jato.view.WebActions
Execute all updating web action models
add(int, Option) - Method in class com.iplanet.jato.view.html.OptionList
 
add(int, String, String) - Method in class com.iplanet.jato.view.html.OptionList
Adds an Option with a corresponding label and value
add(Option) - Method in class com.iplanet.jato.view.html.OptionList
 
add(String, String) - Method in class com.iplanet.jato.view.html.OptionList
Adds an Option with a corresponding label and value
addContext(String) - Method in class com.iplanet.jato.model.DefaultModel
Adds an additional named context to this model
addDataSourceMapping(String, String) - Static method in class com.iplanet.jato.SQLConnectionManagerBase
Adds a datasource name mapping.
addExtraValue(String, String) - Method in class com.iplanet.jato.view.CommandFieldBase
Adds a name value pair to this object's extra value map.
addFieldDescriptor(QueryFieldDescriptor) - Method in class com.iplanet.jato.model.sql.QueryFieldSchema
Adds a QueryFieldDescriptor to the schema.
addModelInterfaceMapping(Class, Class) - Static method in class com.iplanet.jato.ModelTypeMapBase
Adds a mapping of model interface to model implementation
addParameterDescriptor(StoredProcParameterDescriptor) - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Adds an input or output parameter descriptor to the schema.
addRequestCompletionListener(RequestCompletionListener) - Method in class com.iplanet.jato.RequestContextImpl
 
addRequestCompletionListener(RequestCompletionListener) - Method in interface com.iplanet.jato.RequestContext
Adds a request completion listener to the current request.
addResponseHeaders(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Adds HTTP headers to the response.
addSourceTargetPair(CommandSourceTargetPair) - Method in class com.iplanet.jato.view.CommandFieldDescriptor
Adds a CommandSourceTargetPair to this object
addTargetModel(Model) - Method in class com.iplanet.jato.model.MultipleModelAdapter
Adds a model to the list of target models.
addToSession(Model) - Method in class com.iplanet.jato.ModelManager
This method allows the caller to schedule the specified model for addition to the session.
addUserWhereCriterion(String, Object) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
addUserWhereCriterion(String, Object) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Set a field's session-scoped where clause criterion based on the provided value.
addUserWhereCriterion(String, String, Object) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
addUserWhereCriterion(String, String, Object) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Set a field's session-scoped where clause criterion based on the provided value.
afterAllModelsExecute(int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Invoked as notification that all auto-executing models have been executed.
afterAllModelsExecute(int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Invoked as notification that all auto-executing models have been executed.
afterConversion(Object, Object) - Method in interface com.iplanet.jato.util.TypeConversionListener
 
afterExecute(ModelExecutionContext, CallableStatement) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Invoked as notification that this model has just successfully completed execution.
afterExecute(ModelExecutionContext, int) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Invoked as notification that this model has just successfully completed execution.
afterModelExecutes(Model, int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Invoked as notification that a given model has been auto-executed.
afterModelExecutes(Model, int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Invoked as notification that a given model has been auto-executed.
ALIGN_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
ALL_LOG_LEVELS - Static variable in class com.iplanet.jato.Log
All log levels
ALPHANUMERIC_FORMAT_TYPE - Static variable in class com.iplanet.jato.util.HtmlUtil
 
ALPHANUMERIC_MASK_TOKEN - Static variable in class com.iplanet.jato.util.HtmlUtil
 
ANY_DEBUG - Static variable in class com.iplanet.jato.Log
Any debug log levels (includes VERBOSE_DEBUG & TERSE_DEBUG)
ANY_ERROR - Static variable in class com.iplanet.jato.Log
All error levels (includes WARNING, ERROR, & CRITICAL)
ANY_TRACE - Static variable in class com.iplanet.jato.Log
Any tracing log level (includes JATO_TRACE & APP_TRACE)
ANY_USER_LEVEL - Static variable in class com.iplanet.jato.Log
All user-defined log levels (includes USER_LEVEL_1, USER_LEVEL_2, & USER_LEVEL_3
APP_TRACE - Static variable in class com.iplanet.jato.Log
Application tracing log level (for developer use)
append(boolean) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the double argument to this string buffer.
append(float) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the float argument to this string buffer.
append(int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Appends the string to this string buffer.
appendCommonHtmlAttributes(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
appendDelimited(String, Object) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
This method has been added for all those places in the API where we need to append another String element, but it needs to be delimited from the pervious element (if any)
appendExtraHtml(HtmlDisplayField, NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
appendExtraValues(CommandField, NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.html.ButtonTag
 
appendExtraValues(CommandField, NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
appendImgHtmlAttributes(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
appendJavaScriptAttributes(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
Prepares the event buffer for inclusion in the component's HTML tag.
appendQueryParams(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.html.HrefTag
Appends the Query String name/value pairs (NVP) that have been supplied via the JSP tag attribute "queryParams".
appendQueryParams(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
/ protected void appendExtraValues(CommandField field, NonSyncStringBuffer buffer) throws JspException { Map values=field.getExtraValuesMap(); if (values==null || values.size()==0) return; for (Iterator i=values.keySet().iterator(); i.hasNext(); ) { Object key=i.next(); Object value=values.get(key); if (value!=null) { buffer.append("&").append(key).append("=").append( URLEncoder.encode(value.toString())); } } } /** Appends the Query String name/value pairs (NVP) that have been supplied via the JSP tag attribute "queryParams".
appendRow() - Method in class com.iplanet.jato.model.DefaultModel
Append an empty row of data
appendStyleAttributes(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.TagBase
 
appendVisualPresentationAttributes(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.html.ImageTag
These are deprecated HTML attributes.
APPLICATION_ERROR_MESSAGE_I18N - Static variable in class com.iplanet.jato.ApplicationServletBase
 
APPLICATION_INSERT_VALUE_SOURCE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
The application provides the inserted value (default)
ApplicationServletBase - class com.iplanet.jato.ApplicationServletBase.
The core JATO request handling infrastructure.
ApplicationServletBase() - Constructor for class com.iplanet.jato.ApplicationServletBase
Default constructor
appMessage(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Adds a message to the application message buffer that appears at the bottom of the rendered HTML page.
appMessage(String) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Convenience method to make obtaining the MessageWriter instance from the RequestContext easier.
appMessage(String) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Convenience method to make obtaining the MessageWriter instance from the RequestContext easier.
asBoolean(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asBoolean(Object, boolean) - Static method in class com.iplanet.jato.util.TypeConverter
 
asByte(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asByte(Object, byte) - Static method in class com.iplanet.jato.util.TypeConverter
 
asChar(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asChar(Object, char) - Static method in class com.iplanet.jato.util.TypeConverter
 
asDouble(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asDouble(Object, double) - Static method in class com.iplanet.jato.util.TypeConverter
 
asFloat(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asFloat(Object, float) - Static method in class com.iplanet.jato.util.TypeConverter
 
asInt(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asInt(Object, int) - Static method in class com.iplanet.jato.util.TypeConverter
 
asLong(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asLong(Object, long) - Static method in class com.iplanet.jato.util.TypeConverter
 
asShort(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asShort(Object, short) - Static method in class com.iplanet.jato.util.TypeConverter
 
asString(Object) - Static method in class com.iplanet.jato.util.TypeConverter
 
asString(Object, String) - Static method in class com.iplanet.jato.util.TypeConverter
 
asType(Object, Object) - Static method in class com.iplanet.jato.util.TypeConverter
Convert an object to the type specified by the provided type key.
AUTO_FILL_BEFORE_FIRST_DISPLAY_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
AUTO_FILL_DATA_OBJECT_NAME_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
AUTO_FILL_DATA_SOURCE_NAME_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
AUTO_FILL_TABLE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
AUTO_FILL_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 

B

BeanAdapterModel - class com.iplanet.jato.model.BeanAdapterModel.
A simple model that obtains its values from one or more JavaBeans, using reflection to read and write bean properties.
BeanAdapterModel() - Constructor for class com.iplanet.jato.model.BeanAdapterModel
Default constructor
BeanAdapterModel(Object) - Constructor for class com.iplanet.jato.model.BeanAdapterModel
Construct an instance using the target bean as the backing data store
BeanAdapterModel(Object[]) - Constructor for class com.iplanet.jato.model.BeanAdapterModel
Construct an instance using the set of target beans as the backing data store.
beforeCommand(CommandEvent) - Method in class com.iplanet.jato.view.CommandFieldBase
Invoked before the request handling command is invoked as notification that this field was activated.
beforeCommand(CommandEvent) - Method in interface com.iplanet.jato.view.CommandField
Invoked before the request handling command is invoked as notification that this field was activated.
beforeConversion(Object) - Method in interface com.iplanet.jato.util.TypeConversionListener
 
beforeExecute(ModelExecutionContext, int, String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Invoked as notification that this model is about to be executed.
beforeExecute(ModelExecutionContext, String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Invoked as notification that this model is about to be executed.
beforeFirst() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
beforeFirst() - Method in class com.iplanet.jato.model.DefaultModel
Moves the internal location iterator to a special position such that a call to next() will position the location at the first row (if available).
beforeFirst() - Method in interface com.iplanet.jato.model.DatasetModel
Moves the internal location iterator to a special position such that a call to next() will position the location at the first dataset (if available).
beforeFirst() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
beforeModelExecutes(Model, int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Invoked as notification that a given model is about to be auto-executed.
beforeModelExecutes(Model, int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Invoked as notification that a given model is about to be auto-executed.
beforeRoot() - Method in class com.iplanet.jato.model.TreeModelBase
In addition to making the root node the next available node, this method should set the node level to UNDEFINED_NODE_LEVEL and call setIterationComplete(false) if there are children available to iterator over
beforeRoot() - Method in interface com.iplanet.jato.model.TreeModel
Set the current location to a special position such that the nextNode() operation will result in setting the root node as the current node
beforeRoot() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
BEGIN_DISPLAY_EVENT_METHOD_PREFIX - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
BEGIN_DISPLAY_EVENT_METHOD_SUFFIX - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
beginChildDisplay(ChildDisplayEvent) - Method in class com.iplanet.jato.view.ContainerViewBase
Automatically called as notification that the JSP has begun its display processing on the named child.
beginChildDisplay(ChildDisplayEvent) - Method in interface com.iplanet.jato.view.ContainerView
Automatically called as notification that the JSP has begun its display processing on the named child.
beginChildDisplay(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Deprecated. Since JATO/1.2, the signature of this method has changed. This version of the method is marked final to prevent earler implementations from accidentally overriding it.
beginDisplay() - Method in class com.iplanet.jato.view.ContainerViewBase
Deprecated. Since JATO/1.2, the signature of this method has changed. This version of the method is marked final to prevent earler implementations from accidentally overriding it.
beginDisplay(DisplayEvent) - Method in class com.iplanet.jato.view.ContainerViewBase
Automatically called as notification that the JSP has begun its display processing of this view.
beginDisplay(DisplayEvent) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Called as notification that the JSP has begun its display processing.
beginDisplay(DisplayEvent) - Method in interface com.iplanet.jato.view.ContainerView
Automatically called as notification that the JSP has begun its display processing.
beginDisplay(DisplayEvent) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Called as notification that the JSP has begun its display processing.
BIG_DECIMAL_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
BOOLEAN_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
BooleanDisplayField - interface com.iplanet.jato.view.BooleanDisplayField.
A display field that quantizes its values into a boolean true or false state.
BooleanDisplayFieldImpl - class com.iplanet.jato.view.BooleanDisplayFieldImpl.
A simple extension of DisplayFieldImpl that supports the additional boolean operations defined in the BooleanDisplayField interface.
BooleanDisplayFieldImpl(ContainerView, Model, String, String, Object, Object, boolean, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.BooleanDisplayFieldImpl
This constructor can be used when creating a BooleanDisplayField directly
BooleanDisplayFieldImpl(ContainerView, String, Object, Object, boolean) - Constructor for class com.iplanet.jato.view.BooleanDisplayFieldImpl
Construct a minimal instance using the parent's default model and the field's name as its bound name
BooleanDisplayFieldImpl(View, Model, String, Object, Object, boolean) - Constructor for class com.iplanet.jato.view.BooleanDisplayFieldImpl
Construct a minimal instance using the parent's default model and the field's name as its bound name
booleanValue() - Method in interface com.iplanet.jato.view.BooleanDisplayField
Returns the boolean state of the field derived from the current value.
booleanValue() - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Returns the boolean state of the field derived from the current value.
booleanValue() - Method in class com.iplanet.jato.view.html.CheckBox
Returns the boolean state of the field derived from the current value.
BOUND_DATAFIELD_NAME_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
BOUND_DATAOBJECT_NAME_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
BREADTH_FIRST_TRAVERSAL - Static variable in interface com.iplanet.jato.model.TreeModel
 
BUILT_IN_ACTION_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
Button - class com.iplanet.jato.view.html.Button.
The Button encapsulates and implements the server-side representation of an HTML button.
BUTTON_INPUT_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
Button(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.Button
Construct a display field with the specified properties.
Button(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.Button
Construct a display field with the specified properties.
Button(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.Button
Construct a display field with the specified properties
Button(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.Button
Construct a display field with the specified properties
Button(View, Model, String, String, Object, CommandFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.Button
Construct a display field with the specified properties
ButtonTag - class com.iplanet.jato.taglib.html.ButtonTag.
 
ButtonTag() - Constructor for class com.iplanet.jato.taglib.html.ButtonTag
 
BYTE_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
bytesPerAtom() - Method in class com.iplanet.jato.util.Http64Encoder
 
bytesPerAtom() - Method in class com.iplanet.jato.util.Http64Decoder
 
bytesPerLine() - Method in class com.iplanet.jato.util.Http64Encoder
 
bytesPerLine() - Method in class com.iplanet.jato.util.Http64Decoder
 

C

capacity() - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Returns the current capacity of the String buffer.
CHARACTER_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
charAt(int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Returns the character at a specific index in this string buffer.
CheckBox - class com.iplanet.jato.view.html.CheckBox.
The CheckBox class encapsulates and implements the server-side representation of an HTML check box statement.
CheckBox(ContainerView, String, Object, Object, boolean) - Constructor for class com.iplanet.jato.view.html.CheckBox
Construct a minimal instance using the parent's default model and the field's name as its bound name
CheckBox(View, Model, String, Object, Object, boolean) - Constructor for class com.iplanet.jato.view.html.CheckBox
Construct a minimal instance using the parent's default model and the field's name as its bound name
CheckBox(View, Model, String, String, Object, Object, boolean, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.CheckBox
This constructor can be used when creating a CheckBox directly
CheckBoxTag - class com.iplanet.jato.taglib.html.CheckBoxTag.
 
CheckBoxTag() - Constructor for class com.iplanet.jato.taglib.html.CheckBoxTag
 
checkChildType(View) - Method in class com.iplanet.jato.taglib.html.SelectTag
 
checkChildType(View) - Method in class com.iplanet.jato.taglib.html.ComboBoxTag
 
checkChildType(View) - Method in class com.iplanet.jato.taglib.html.ListBoxTag
 
checkChildType(View, Class) - Method in class com.iplanet.jato.taglib.TagBase
 
CHECKED_VALUE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
checkIndex() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
checkRowIndex() - Method in class com.iplanet.jato.model.DefaultModel
Check that the current row index is within the bounds of the model's data.
checkType(int) - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Checks to make sure the supplied type matched one of the supported types.
ChildContentDisplayEvent - interface com.iplanet.jato.view.event.ChildContentDisplayEvent.
Interface for child view content notification.
ChildDisplayEvent - interface com.iplanet.jato.view.event.ChildDisplayEvent.
Interface for child view display notification.
childExists(String) - Method in class com.iplanet.jato.view.ContainerViewBase
This method can be used to determine if a child has been allocated, and thus whether a value has been assigned to it.
CLASS_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
CLEAR_DATA_OBJECTS_BEFORE_MAPPING_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
CLEAR_PAGES_BEFORE_MAPPING_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
clear() - Method in class com.iplanet.jato.model.DefaultModel
Clears all values (from all rows) in this model
clear() - Method in class com.iplanet.jato.model.DefaultModel.Context
 
clear() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
clear() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
clear() - Method in class com.iplanet.jato.view.html.OptionList
Clears the list of all previously stored Options
clearCurrentNode() - Method in class com.iplanet.jato.model.TreeModelBase
Clears the currently cached node object, and sets the current node level to be undefined.
clearExtraValues() - Method in class com.iplanet.jato.view.CommandFieldBase
Removes all name value pairs from this object's extra value map.
clearFieldValueWhereCriteria() - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
clearFieldValueWhereCriteria() - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Removes all fields' request-scoped where clause criteria.
clearModelData() - Method in class com.iplanet.jato.model.DefaultModel
Remove all existing model data and reset to the "before first" state
clearPageSessionAttributes() - Method in class com.iplanet.jato.view.ViewBeanBase
 
clearPageSessionAttributes() - Method in interface com.iplanet.jato.view.ViewBean
This method clears all page-scoped "session" attributes from this view bean's internal list.
clearParameterValues() - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Clears all cached parameter values.
clearParameterValues() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
clearResultSet() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
clearTargetModels() - Method in class com.iplanet.jato.model.MultipleModelAdapter
Clears the list of models that will be included in the distribution/ gathering of values
clearUserWhereCriteria() - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
clearUserWhereCriteria() - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Removes all fields' session-scoped where clause criteria.
com.iplanet.jato - package com.iplanet.jato
Core management objects and request-handling infrastructure
com.iplanet.jato.command - package com.iplanet.jato.command
General Command interfaces and definitions
com.iplanet.jato.model - package com.iplanet.jato.model
Generic Model definitions and infrastructure
com.iplanet.jato.model.sql - package com.iplanet.jato.model.sql
JDBC-related Model implementations
com.iplanet.jato.taglib - package com.iplanet.jato.taglib
General tag library tag handlers
com.iplanet.jato.taglib.html - package com.iplanet.jato.taglib.html
HTML-specific tag library tag handlers
com.iplanet.jato.taglib.tree - package com.iplanet.jato.taglib.tree
General tree tag handlers
com.iplanet.jato.taglib.tree.html - package com.iplanet.jato.taglib.tree.html
HTML-specific tree tag handlers
com.iplanet.jato.util - package com.iplanet.jato.util
Miscellaneous utility classes
com.iplanet.jato.view - package com.iplanet.jato.view
Generic View definitions and infrastructure
com.iplanet.jato.view.command - package com.iplanet.jato.view.command
View-specific commands
com.iplanet.jato.view.event - package com.iplanet.jato.view.event
View event definitions
com.iplanet.jato.view.html - package com.iplanet.jato.view.html
HTML-specific display field View implementations
ComboBox - class com.iplanet.jato.view.html.ComboBox.
The ComboBox class encapsulates and implements the server-side representation of an HTML select statement where the size is equal to 1.
ComboBox(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties.
ComboBox(ContainerView, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties.
ComboBox(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties.
ComboBox(ContainerView, String, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties.
ComboBox(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties
ComboBox(View, Model, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties
ComboBox(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties
ComboBox(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties
ComboBox(View, Model, String, String, Object, OptionList, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.ComboBox
Construct a display field with the specified properties
ComboBoxTag - class com.iplanet.jato.taglib.html.ComboBoxTag.
 
ComboBoxTag() - Constructor for class com.iplanet.jato.taglib.html.ComboBoxTag
 
Command - interface com.iplanet.jato.command.Command.
A generic command interface
COMMAND_DESCRIPTOR - Static variable in class com.iplanet.jato.view.command.DefaultRequestHandlingCommand
 
COMMAND_DESCRIPTOR - Static variable in class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand
 
CommandDescriptor - class com.iplanet.jato.command.CommandDescriptor.
Provides the minimum set of information needed to support the automatic execution of a specific Command.
CommandDescriptor() - Constructor for class com.iplanet.jato.command.CommandDescriptor
Default Constructor
CommandDescriptor(Class, String) - Constructor for class com.iplanet.jato.command.CommandDescriptor
Creates a CommandDescriptor object
CommandDescriptor(Class, String, Map) - Constructor for class com.iplanet.jato.command.CommandDescriptor
Creates a CommandDescriptor object
CommandDescriptor(Command, String) - Constructor for class com.iplanet.jato.command.CommandDescriptor
Creates a CommandDescriptor object
CommandDescriptor(Command, String, Map) - Constructor for class com.iplanet.jato.command.CommandDescriptor
Creates a CommandDescriptor object
CommandEvent - interface com.iplanet.jato.command.CommandEvent.
Generic interface to provide Command objects with information pertinent to the execution of the command.
CommandException - exception com.iplanet.jato.command.CommandException.
Thrown when a Command encounters an unexpected error during its execution.
CommandException() - Constructor for class com.iplanet.jato.command.CommandException
Default constructor
CommandException(String) - Constructor for class com.iplanet.jato.command.CommandException
Create an instance with the specified error message
CommandException(String, Throwable) - Constructor for class com.iplanet.jato.command.CommandException
Create an instance with the specified error message and root cause exception
CommandException(Throwable) - Constructor for class com.iplanet.jato.command.CommandException
Create an instance with the specified root cause exception
CommandFactory - class com.iplanet.jato.command.CommandFactory.
A factory for the instantiation of Command objects.
CommandFactory() - Constructor for class com.iplanet.jato.command.CommandFactory
Default Constructor
CommandField - interface com.iplanet.jato.view.CommandField.
Specialization of a display field that represents a user-invokable application action.
CommandFieldBase - class com.iplanet.jato.view.CommandFieldBase.
Basic implementation of the CommandField interface.
CommandFieldBase(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.CommandFieldBase
Construct a display field with the specified properties.
CommandFieldBase(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.CommandFieldBase
Construct a display field with the specified properties.
CommandFieldBase(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.CommandFieldBase
Construct a display field with the specified properties
CommandFieldBase(View, Model, String, String, CommandFieldDescriptor) - Constructor for class com.iplanet.jato.view.CommandFieldBase
Construct a display field with the specified properties
CommandFieldBase(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.CommandFieldBase
Construct a display field with the specified properties
CommandFieldBase(View, Model, String, String, Object, CommandFieldDescriptor) - Constructor for class com.iplanet.jato.view.CommandFieldBase
Construct a display field with the specified properties
CommandFieldDescriptor - class com.iplanet.jato.view.CommandFieldDescriptor.
Provides a means to specify non-trivial CommandField configuration details.
CommandFieldDescriptor() - Constructor for class com.iplanet.jato.view.CommandFieldDescriptor
Default constructor
CommandFieldDescriptor(CommandDescriptor) - Constructor for class com.iplanet.jato.view.CommandFieldDescriptor
Creates a CommandFieldDescriptor object
CommandSourceTargetPair - class com.iplanet.jato.view.CommandSourceTargetPair.
Defines a pairing of a value source and a value target.
CommandSourceTargetPair(int, Class, String, int, Class, String) - Constructor for class com.iplanet.jato.view.CommandSourceTargetPair
 
CompleteRequestException - exception com.iplanet.jato.CompleteRequestException.
This exception is designed to allow a developer to interrupt and complete the current request immediately, without continuing any further processing.
CompleteRequestException() - Constructor for class com.iplanet.jato.CompleteRequestException
Default constructor
compress(byte[]) - Static method in class com.iplanet.jato.util.Encoder
Compresses array of bytes.
constructDeleteSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Dynamically constructs a DELETE SQL program using schema information and a dynamically generated WHERE clause
constructInsertSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Dynamically constructs an INSERT SQL program using schema information
constructProcedureSQL() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
constructSelectSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Dynamically constructs a SELECT SQL program using the SELECT SQL template and a dynamically generated WHERE clause
constructUpdateSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Dynamically constructs an UPDATE SQL program using schema information and a dynamically generated WHERE clause
ContainerView - interface com.iplanet.jato.view.ContainerView.
This interface extends the View interface to include explicit support for contained child views, called subviews.
ContainerViewBase - class com.iplanet.jato.view.ContainerViewBase.
A default implementation of ContainerView.
ContainerViewBase() - Constructor for class com.iplanet.jato.view.ContainerViewBase
Default constructor
ContainerViewBase(View, String) - Constructor for class com.iplanet.jato.view.ContainerViewBase
Creates a ContainerViewBase with a parent and name
ContainerViewTag - interface com.iplanet.jato.taglib.ContainerViewTag.
 
ContentTag - class com.iplanet.jato.taglib.ContentTag.
 
ContentTag() - Constructor for class com.iplanet.jato.taglib.ContentTag
 
ContextualModel - interface com.iplanet.jato.model.ContextualModel.
A model whose data and/or operations can be sectioned into multiple contexts.
ConvertibleType - interface com.iplanet.jato.util.ConvertibleType.
During type conversion by the TypeConverter class, value objects that implement this interface will be called upon to provide their own type conversion objects instead of using the conversions registered with the TypeConverter class.
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.UnknownTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.StringTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.IntegerTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.DoubleTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.BooleanTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.LongTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.FloatTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.ShortTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.BigDecimalTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.ByteTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.CharacterTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.SqlDateTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.SqlTimeTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.SqlTimestampTypeConversion
 
convertValue(Object) - Method in class com.iplanet.jato.util.TypeConverter.ObjectTypeConversion
 
convertValue(Object) - Method in interface com.iplanet.jato.util.TypeConversion
Converts the provided value to the type represented by the implementor if this interface
countTokens() - Method in class com.iplanet.jato.util.StringTokenizer2
 
createChild(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Called to instantiate the named child.
createChild(String) - Method in class com.iplanet.jato.view.ViewBeanBase
 
createChildInternal(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Required for framework support.
createCommandInstance(Class) - Static method in class com.iplanet.jato.command.CommandFactory
Creates a Command instance.
createDefaultExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Creates and returns an execution used for auto-retrieval.
createDefaultExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Creates and returns an execution used for auto-retrieval.
createRequestContext(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Factory method that creates the request context used for the current request.
createValueMap() - Method in class com.iplanet.jato.model.DefaultModel
Allocates a new map object to store row data.
CRITICAL - Static variable in class com.iplanet.jato.Log
Critical error log level (for developer use)
CURRENCY_FORMAT_TYPE - Static variable in class com.iplanet.jato.util.HtmlUtil
 

D

DATABASE_INSERT_VALUE_SOURCE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
The database provides the inserted value (no value is sent)
DATASET_OFFSET_BEGINNING - Static variable in interface com.iplanet.jato.model.DatasetModelExecutionContext
Fetch the dataset from the beginning of the available data
DATASET_OFFSET_END - Static variable in interface com.iplanet.jato.model.DatasetModelExecutionContext
Fetch the dataset from the end of the available data
DATASET_SIZE_ALL_INCREMENTAL - Static variable in interface com.iplanet.jato.model.DatasetModelExecutionContext
Fetch individual sets of data as needed.
DATASET_SIZE_ALL_PREFETCH - Static variable in interface com.iplanet.jato.model.DatasetModelExecutionContext
Fetch the entire dataset at once
DatasetModel - interface com.iplanet.jato.model.DatasetModel.
This specialization of Model declares methods necessary to allow generic manipulation of a dataset model.
DatasetModelExecutionContext - interface com.iplanet.jato.model.DatasetModelExecutionContext.
Specialized execution context used for execution of dataset model operations.
DatasetModelExecutionContextImpl - class com.iplanet.jato.model.DatasetModelExecutionContextImpl.
Execution context implementation used when executing dataset models.
DatasetModelExecutionContextImpl() - Constructor for class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Default constructor.
DatasetModelExecutionContextImpl(int, int) - Constructor for class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Constructs an instance with the specified dataset offset and size.
DatasetModelExecutionContextImpl(String) - Constructor for class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Constructs an instance with the specified operation name.
DatasetModelExecutionContextImpl(String, int, int) - Constructor for class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Constructs an instance with the specified operation name, dataset offset and size.
DatasetSQLModelExecutionContext - class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext.
An execution context used to execute dataset operations on QueryModels (normally SQL SELECT operations).
DatasetSQLModelExecutionContext() - Constructor for class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Default constructor The operation name is implicitly set to ModelExecutionContext.OPERATION_RETRIEVE.
DatasetSQLModelExecutionContext(Connection) - Constructor for class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Constructs an instance using the specified connection object The operation name is implicitly set to ModelExecutionContext.OPERATION_RETRIEVE.
DatasetSQLModelExecutionContext(Connection, int, int) - Constructor for class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Constructs an instance using the specified connection object, dataset offset and size
DatasetSQLModelExecutionContext(int, int) - Constructor for class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Constructs an instance using the specified dataset offset and size
DatasetSQLModelExecutionContext(Statement) - Constructor for class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Constructs an instance using the specified statement object The operation name is implicitly set to ModelExecutionContext.OPERATION_RETRIEVE.
DatasetSQLModelExecutionContext(Statement, int, int) - Constructor for class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Constructs an instance using the specified statement object, dataset offset and size
DATETIME_FORMAT_TYPE - Static variable in class com.iplanet.jato.util.HtmlUtil
 
DEBUG_FORMAT - Static variable in class com.iplanet.jato.util.HtmlUtil
 
DEBUG_NEXTROW - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
DEBUG_POS_RESULTSET - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
DEBUG_SYNCROW - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
DEBUG_TRACE_PROC - Static variable in class com.iplanet.jato.model.sql.StoredProcModelBase
 
DEBUG_UPDATE_MODEL - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
DECIMAL_FORMAT_TYPE - Static variable in class com.iplanet.jato.util.HtmlUtil
 
decode(String) - Static method in class com.iplanet.jato.util.Encoder
Decodes an Http64 string to an array of bytes using a variant of Base64 encoding.
decodeAtom(InputStream, OutputStream, int) - Method in class com.iplanet.jato.util.Http64Decoder
The signature of the decodeAtom() method change in JDK 1.4.
decodeAtom(PushbackInputStream, OutputStream, int) - Method in class com.iplanet.jato.util.Http64Decoder
The signature of the decodeAtom() method change in JDK 1.4.
decodeBase64(String) - Static method in class com.iplanet.jato.util.Encoder
Decodes a string using Base64 decoding into an array of bytes without compression.
decodeHttp64(String) - Static method in class com.iplanet.jato.util.Encoder
Decode an Http64 string to an array of bytes using a variant of Base64 encoding.
decompress(byte[]) - Static method in class com.iplanet.jato.util.Encoder
Decompressed array of bytes using ZLIB.
decrementNodeLevel() - Method in class com.iplanet.jato.model.TreeModelBase
Decrements the current node level by one level.
DEFAULT_COMMAND_CHILD_NVP_NAME - Static variable in class com.iplanet.jato.view.ViewBeanBase
The name of the attribute used to store the default command child in the request parameters.
DEFAULT_CONTEXT_NAME - Static variable in class com.iplanet.jato.model.DefaultModel
 
DEFAULT_EXTERNAL_URL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
DEFAULT_FRAME_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
DEFAULT_LOG_LEVELS - Static variable in class com.iplanet.jato.Log
Default log levels (includes STANDARD & ANY_ERROR)
DEFAULT_ND_PAGE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
DEFAULT_OPERATION_NAME - Static variable in interface com.iplanet.jato.command.Command
The standard default operation name.
DEFAULT_TREE_STATE_DATA_SESSION_ATTRIBUTE_NAME - Static variable in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
DEFAULT_VALUE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
DEFAULT_VIEW_BEAN_NAME - Static variable in class com.iplanet.jato.taglib.UseViewBeanTag
 
DefaultModel - class com.iplanet.jato.model.DefaultModel.
A simple, in-memory Model implementation which supports multiple rows of arbitrary data.
DefaultModel.Context - class com.iplanet.jato.model.DefaultModel.Context.
Encapsulates all the state for a context.
DefaultModel.Context(String) - Constructor for class com.iplanet.jato.model.DefaultModel.Context
 
DefaultModel.RowValueArrayList - class com.iplanet.jato.model.DefaultModel.RowValueArrayList.
An array list for storing rows of values.
DefaultModel.RowValueArrayList() - Constructor for class com.iplanet.jato.model.DefaultModel.RowValueArrayList
 
DefaultModel.RowValueArrayList(Collection) - Constructor for class com.iplanet.jato.model.DefaultModel.RowValueArrayList
 
DefaultModel.RowValueArrayList(int) - Constructor for class com.iplanet.jato.model.DefaultModel.RowValueArrayList
 
DefaultModel() - Constructor for class com.iplanet.jato.model.DefaultModel
Construct an empty model
DefaultModel(String) - Constructor for class com.iplanet.jato.model.DefaultModel
Construct an empty model with the given name
DefaultRequestHandlingCommand - class com.iplanet.jato.view.command.DefaultRequestHandlingCommand.
The default command used to handle client requests.
DefaultRequestHandlingCommand() - Constructor for class com.iplanet.jato.view.command.DefaultRequestHandlingCommand
Default constructor
DefaultTiledRequestHandlingCommand - class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand.
The default command used to handle client requests within a TiledView.
DefaultTiledRequestHandlingCommand() - Constructor for class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand
Default constructor
DELETE_CONTEXT - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
delete(ModelExecutionContext) - Method in interface com.iplanet.jato.model.DeletingModel
Applies any cached changes to the backing data store, if any.
delete(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Executes this model in deleting mode.
DeleteQueryModel - interface com.iplanet.jato.model.sql.DeleteQueryModel.
Specialization of QueryModel that supports DELETE SQL queries
DeletingModel - interface com.iplanet.jato.model.DeletingModel.
Executing model that supports deletion of existing data.
DEPTH_FIRST_TRAVERSAL - Static variable in interface com.iplanet.jato.model.TreeModel
 
descape(String) - Static method in class com.iplanet.jato.util.HtmlUtil
Reverse the effects of the escape(String) method.
deserialize(byte[], boolean) - Static method in class com.iplanet.jato.util.Encoder
Deserialize or 'reconstitute' an object from an array of bytes, which may be have been previously compressed.
deserializePageAttributes() - Method in class com.iplanet.jato.view.ViewBeanBase
Deserializes the page session attributes.
DEVELOPER_EVENT_OVERRIDE_HELP_MESSAGE_I18N - Static variable in class com.iplanet.jato.ApplicationServletBase
 
dispatchRequest(ViewBean, RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Dispatches the request to the provided view bean
DISPLAY_EVENT_COMPLETED_REQUEST_ATTRIBUTE_NAME - Static variable in class com.iplanet.jato.view.ViewBeanBase
A flag used to indicate that a CompleteRequestException was thrown during a display event.
DISPLAY_FIELD_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
DISPLAY_PHASE - Static variable in interface com.iplanet.jato.RequestContext
Indicates the display portion of a request, after the request has been forwarded to a resource for output to the client
DisplayEvent - interface com.iplanet.jato.view.event.DisplayEvent.
Generic interface for view display notification.
DisplayField - interface com.iplanet.jato.view.DisplayField.
Defines value semantics for views whose primary displayed information derives from a one or more discreet values.
DisplayFieldDescriptor - class com.iplanet.jato.view.DisplayFieldDescriptor.
Defines a descriptor class that can be used to contain multiple attributes that describe a display field.
DisplayFieldDescriptor() - Constructor for class com.iplanet.jato.view.DisplayFieldDescriptor
This method can be used to create a DisplayFieldDescriptor
DisplayFieldDescriptor(Map) - Constructor for class com.iplanet.jato.view.DisplayFieldDescriptor
This method can be used to create a DisplayFieldDescriptor
DisplayFieldImpl - class com.iplanet.jato.view.DisplayFieldImpl.
Defines a subclass of ViewBase which adds support for the DisplayField interface.
DisplayFieldImpl(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.DisplayFieldImpl
Construct a display field with the specified properties.
DisplayFieldImpl(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.DisplayFieldImpl
Construct a display field with the specified properties.
DisplayFieldImpl(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.DisplayFieldImpl
Construct a display field with the specified properties
DisplayFieldImpl(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.DisplayFieldImpl
Construct a display field with the specified properties
DisplayFieldImpl(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.DisplayFieldImpl
Construct a display field with the specified properties
DisplayFieldTagBase - class com.iplanet.jato.taglib.DisplayFieldTagBase.
 
DisplayFieldTagBase() - Constructor for class com.iplanet.jato.taglib.DisplayFieldTagBase
 
doAfterBody() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
doAfterBody() - Method in class com.iplanet.jato.taglib.ContentTag
 
doAfterBody() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
doAfterBody() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
doAfterBody() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
doAfterBody() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
doAfterBody() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.GetModelFieldValueTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.GetFieldValueTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.PageletTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.ContentTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
/ public void doInitBody() throws JspException { // Do nothing } // Body support disabled until JSP 1.2 support is available /** / public int doAfterBody() throws JspException { // Do nothing return SKIP_BODY; } /**
doEndTag() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.SelectTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.StaticTextFieldTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.ButtonTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.HiddenTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.FrameSrcTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.FormTag
Render the end of this form.
doEndTag() - Method in class com.iplanet.jato.taglib.html.CheckBoxTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
doEndTag() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
The main entry point for HTTP GET requests.
doInitBody() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
doInitBody() - Method in class com.iplanet.jato.taglib.ContentTag
 
doInitBody() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
doInitBody() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
doInitBody() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
doInitBody() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
doInitBody() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
The main entry point for HTTP POST requests.
doStartTag() - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.GetModelFieldValueTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.GetFieldValueTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.PageletTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.ContentTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.SelectTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.StaticTextFieldTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.ButtonTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.HiddenTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.FrameSrcTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.FormTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.CheckBoxTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
doStartTag() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
DOUBLE_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
dumpChildValues(PrintStream) - Method in class com.iplanet.jato.view.TiledViewBase
Instructs the view to dump the values of its primary model using the names of its registered children to the specifid writer.
dumpChildValues(PrintWriter) - Method in class com.iplanet.jato.view.TiledViewBase
Instructs the view to dump the values of its primary model using the names of its registered children to the specifid writer.
dumpValues(PrintStream) - Method in class com.iplanet.jato.model.DefaultModel
This method can be used during debugging to print all values in this model to the specified stream.
dumpValues(PrintWriter) - Method in class com.iplanet.jato.model.DefaultModel
This method can be used during debugging to print all values in this model to the specified stream.

E

ENABLED_LOG_LEVELS - Static variable in class com.iplanet.jato.Log
The currently enabled log levels.
enableQueryType(int) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
adds a supported query type to the mask
encode(byte[]) - Static method in class com.iplanet.jato.util.Encoder
Encodes an array of bytes into a Http64 string without compression using a variant of Base64 encoding.
encodeAtom(OutputStream, byte[], int, int) - Method in class com.iplanet.jato.util.Http64Encoder
enocodeAtom - Take three bytes of input and encode it as 4 printable characters.
encodeBase64(byte[]) - Static method in class com.iplanet.jato.util.Encoder
Encodes an array of bytes into a Base64 string, without compression.
encodeHttp64(byte[], int) - Static method in class com.iplanet.jato.util.Encoder
Encodes an array of bytes into a compressed Http64 string using a variant of Base64 encoding, performing compression if the byte array exceeds the length specified by the threshold parameter.
encodeLineSuffix(OutputStream) - Method in class com.iplanet.jato.util.Http64Encoder
 
Encoder - class com.iplanet.jato.util.Encoder.
Static utility class for Base64 encoding/decoding a byte array or Serializable object with support for compression and escaped HTTP strings using a variant of Base64 encoding.
END_DISPLAY_EVENT_METHOD_PREFIX - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
END_DISPLAY_EVENT_METHOD_SUFFIX - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
endChildDisplay(ChildContentDisplayEvent) - Method in class com.iplanet.jato.view.ContainerViewBase
Automatically called as notification that the JSP has completed its display processing on the named child.
endChildDisplay(ChildContentDisplayEvent) - Method in interface com.iplanet.jato.view.ContainerView
Automatically called as notification that the JSP has ended its display processing on the named child.
endChildDisplay(String, String) - Method in class com.iplanet.jato.view.ContainerViewBase
Deprecated. Since JATO/1.2, the signature of this method has changed. This version of the method is marked final to prevent earler implementations from accidentally overriding it.
endDisplay() - Method in class com.iplanet.jato.view.ContainerViewBase
Deprecated. Since JATO/1.2, the signature of this method has changed. This version of the method is marked final to prevent earler implementations from accidentally overriding it.
endDisplay(DisplayEvent) - Method in class com.iplanet.jato.view.ContainerViewBase
Automatically called as notification that the JSP has ended its display processing.
endDisplay(DisplayEvent) - Method in interface com.iplanet.jato.view.ContainerView
Automatically called as notification that the JSP has ended its display processing.
ensureCapacity(int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureChild(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Ensures that the named child has been instantiated within this container.
ensureRow(int) - Method in class com.iplanet.jato.model.DefaultModel
Ensures that the specified row exists in the model's data store.
equals(Object) - Method in class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
ERROR - Static variable in class com.iplanet.jato.Log
Fatal error log level (for developer use)
escape(String) - Static method in class com.iplanet.jato.util.HtmlUtil
Convert a string to an equivalent form suitable for HTML output.
escapeQuotes(String) - Static method in class com.iplanet.jato.util.HtmlUtil
Convert a string containing quotes to an equivalent form suitable for HTML output.
escapeSingleQuotes(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Escapes single quotes in the provided value with doubled single quotes
eventMethodRegistry - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
EXECUTE_CONTEXT - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
execute(CommandEvent) - Method in interface com.iplanet.jato.command.Command
Called to execute the command.
execute(CommandEvent) - Method in class com.iplanet.jato.view.command.DefaultRequestHandlingCommand
Called to execute the command.
execute(CommandEvent) - Method in class com.iplanet.jato.view.command.TreeHandleRequestCommand
 
execute(CommandEvent) - Method in class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand
 
execute(ModelExecutionContext) - Method in interface com.iplanet.jato.model.ExecutingModel
Execute the model.
execute(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
execute(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
executeAutoDeletingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes the specified deleting model.
executeAutoDeletingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes the specified deleting model.
executeAutoDeletingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes all of this view's deleting models.
executeAutoDeletingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes all of this view's deleting models.
executeAutoExecutingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes the specified executing model.
executeAutoExecutingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes the specified executing model.
executeAutoExecutingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes all of this view's executing models.
executeAutoExecutingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes all of this view's executing models.
executeAutoInsertingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes the specified inserting model.
executeAutoInsertingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes the specified inserting model.
executeAutoInsertingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes all of this view's inserting models.
executeAutoInsertingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes all of this view's inserting models.
executeAutoRetrievingModel(DatasetModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes the specified retrieving model.
executeAutoRetrievingModel(DatasetModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes the specified retrieving model.
executeAutoRetrievingModels() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes all of this view's auto-retrieving models.
executeAutoRetrievingModels() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes all of this view's auto-retrieving models.
executeAutoRetrievingModels(DatasetModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes all of this view's auto-retrieving models.
executeAutoRetrievingModels(DatasetModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes all of this view's auto-retrieving models.
executeAutoUpdatingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes the specified updating model.
executeAutoUpdatingModel(ModelExecutionContext, Model) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes the specified updating model.
executeAutoUpdatingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Executes all of this view's updating models.
executeAutoUpdatingModels(ModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Executes all of this view's updating models.
executeDelete(ModelExecutionContext) - Method in interface com.iplanet.jato.model.sql.DeleteQueryModel
Executes the model in deleting mode, using the provided execution context
executeDelete(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
executeInsert(ModelExecutionContext) - Method in interface com.iplanet.jato.model.sql.InsertQueryModel
Executes the model in inserting mode, using the provided execution context
executeInsert(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
executeProcedure(ModelExecutionContext) - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Executes the model's associated stored procedure, using the provided execution context
executeProcedure(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
executeSelect(DatasetModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
executeSelect(DatasetModelExecutionContext) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Executes the model in retrieving/select mode, using the provided execution context
executeUpdate(ModelExecutionContext) - Method in interface com.iplanet.jato.model.sql.UpdateQueryModel
Executes the model in updating mode, using the provided execution context
executeUpdate(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
ExecutingModel - interface com.iplanet.jato.model.ExecutingModel.
Generic model that can be executed to perform an operation.
EXTERNAL_URL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
EXTRA_HTML_TEXT_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 

F

fieldDescriptor - Variable in class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
FIRE_CHILD_DISPLAY_EVENTS_PROPERTY - Static variable in class com.iplanet.jato.taglib.UseViewBeanTag
 
fireAfterRequestEvent(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onAfterRequest event
fireBeforeRequestEvent(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onBeforeRequest event
fireBeginDisplayEvent() - Method in class com.iplanet.jato.taglib.TagBase
 
fireEndDisplayEvent(String) - Method in class com.iplanet.jato.taglib.TagBase
 
fireInitializeHandlerEvent(RequestContext, RequestHandler) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onInitializeHandler event
fireNewSessionEvent(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onNewSession event
fireRequestHandlerNotFoundEvent(RequestContext, String) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onRequestHandlerNotFound event
fireRequestHandlerNotSpecifiedEvent(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onRequestHandlerNotSpecified event
fireSessionEvents(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
 
fireSessionTimeoutEvent(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onSessionTimeout event
fireUncaughtException(RequestContext, Exception) - Method in class com.iplanet.jato.ApplicationServletBase
Fire the onUncaughtException event
first() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
first() - Method in class com.iplanet.jato.model.DefaultModel
Moves the internal location iterator to the first available row.
first() - Method in interface com.iplanet.jato.model.DatasetModel
Moves the internal location iterator to the first available dataset.
first() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
firstChild() - Method in class com.iplanet.jato.model.TreeModelBase
/ public abstract boolean previousNode() throws ModelControlException; /** The implementation of this method should call incrementNodeLevel()
firstChild() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
FLAG_RESPONSE_STARTED - Static variable in class com.iplanet.jato.RequestContextImpl
 
FLOAT_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
FORMAT_1000_SEPARATOR_SYMBOL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_CURRENCY_SYMBOL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_DATETIME_STYLE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_DECIMAL_PLACES_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_DECIMAL_SEPARATOR_SYMBOL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_ENABLED_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_MASK_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_NEGATIVE_NUMBER_STYLE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_RED_ON_NEGATIVE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_USE_1000_SEPARATOR_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
FORMAT_USE_CURRENCY_SYMBOL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
format(Date, String) - Static method in class com.iplanet.jato.util.HtmlUtil
Shortcut to generalized format method for explicit date formatting.
format(Object, int, String) - Static method in class com.iplanet.jato.util.HtmlUtil
Shortcut to generalized format method with default Locale
format(Object, int, String, Locale) - Static method in class com.iplanet.jato.util.HtmlUtil
Shortcut to generalized format method with default symbols
format(Object, int, String, Locale, DecimalFormatSymbols, DateFormatSymbols) - Static method in class com.iplanet.jato.util.HtmlUtil
Generalized format method which currently only supports string and decimal formatting.
format(String, String) - Static method in class com.iplanet.jato.util.HtmlUtil
Shortcut to generalized format method for explicit string formatting
formatString(String, String) - Static method in class com.iplanet.jato.util.HtmlUtil
Formatting of arbitrary text via the application of a simple mask containing any arbitrary combination of static text and the reserved metacharacter "?".
FORMATTING_ENABLED - Static variable in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
formatValue(Object) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
FormTag - class com.iplanet.jato.taglib.html.FormTag.
 
FormTag() - Constructor for class com.iplanet.jato.taglib.html.FormTag
 
FORMULA_INSERT_VALUE_SOURCE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
The insertFormula property is is the inserted value
forward(String, ViewBean, RequestContext) - Method in class com.iplanet.jato.view.ViewBeanBase
 
forward(String, ViewBean, RequestContext) - Method in interface com.iplanet.jato.view.ViewBean
Deprecated. Beginning in JATO 1.1, the view bean used by a JSP is obtained solely via the ViewBeanManager. Therefore, this method no longer works as advertsied. In fact, the specified view bean instance will only be used if it is the one declared by the JSP. In short, it is no longer possible to dynamically change the view bean used by a JSP at runtime (note that several JSPs can still declare and use the same view bean). For forwarding to a view bean using an alternate JSP, change the default display URL for a target view bean before calling its forwardTo() method.
forwardTo() - Method in class com.iplanet.jato.view.ViewBeanBase
Forwards the request to this view bean, redisplaying the page.
forwardTo(RequestContext) - Method in class com.iplanet.jato.view.ViewBeanBase
Forwards the request to this view bean, displaying the page.
forwardTo(RequestContext) - Method in interface com.iplanet.jato.view.ViewBean
Forwards the request to this view bean, displaying the page.
FrameSrcTag - class com.iplanet.jato.taglib.html.FrameSrcTag.
 
FrameSrcTag() - Constructor for class com.iplanet.jato.taglib.html.FrameSrcTag
 

G

get(int) - Method in class com.iplanet.jato.view.html.OptionList
Returns the object at the specified index
getAccept() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getAcceptCharset() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getAccessKey() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getAlign() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getAlt() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getAlt() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getAnchor() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
getAttribute(String) - Method in class com.iplanet.jato.view.DisplayFieldDescriptor
Returns the value of a given named property
getAutoRetrieveExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns the current auto-retrieval execution context, if present.
getAutoRetrieveExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the current auto-retrieval execution context, if present.
getAverageTime(boolean) - Method in class com.iplanet.jato.util.ProfileTimer
Returns the total time recorded by this timer between starts and stops averaged over the number of starts and stops since the last reset
getBasePackageName() - Method in class com.iplanet.jato.ViewBeanManager
Return the name of the base package used for local ViewBean lookups
getBean() - Method in class com.iplanet.jato.model.BeanAdapterModel
Returns the backing bean object
getBeans() - Method in class com.iplanet.jato.model.BeanAdapterModel
Returns the set of backing bean objects
getBodyContent() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
getBodyContent() - Method in class com.iplanet.jato.taglib.ContentTag
 
getBodyContent() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
getBodyContent() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getBodyContent() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
getBodyContent() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
getBodyContent() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
getBorder() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getBoundName() - Method in class com.iplanet.jato.view.DisplayFieldImpl
Returns the name of the field in the Model object to which this display field is "bound".
getChars(int, int, char[], int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCheckedValue() - Method in class com.iplanet.jato.view.html.CheckBox
Returns the value that has been designated as the "checked value" This is the value that is encoded into the checkbox's HTML string.
getChild(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the named child view.
getChild(String) - Method in interface com.iplanet.jato.view.ContainerView
Returns a contained child view by name.
getChild(String, int) - Method in interface com.iplanet.jato.view.TiledView
Returns the named child in the specified tile.
getChild(String, int) - Method in class com.iplanet.jato.view.TiledViewBase
Returns the named child in the specified tile.
getChildName() - Method in class com.iplanet.jato.view.ViewInvocation
Returns the unqualified name of the child View associated with the request invocation.
getChildName() - Method in interface com.iplanet.jato.view.event.ChildDisplayEvent
Returns the child view's name.
getChildName() - Method in class com.iplanet.jato.view.event.JspChildDisplayEvent
Returns the name of the child View associated with the tag.
getChildName() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Returns the unqualified name of the child View associated with the request invocation.
getChildNames() - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the names of all children registered with this view.
getChildNames() - Method in interface com.iplanet.jato.view.ContainerView
Return the names of all contained subviews, in an order that is dependent on the container implementation.
getChildNames(Class) - Method in class com.iplanet.jato.view.ContainerViewBase
 
getChildType(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the type of the named child, as previously registered via registerChild(...).
getChildType(String) - Method in interface com.iplanet.jato.view.ContainerView
Returns the class of the specified child by name
getChildValues(HttpServletRequest, String, String) - Static method in class com.iplanet.jato.view.TiledViewBase
This method returns a set of values for a given field within a tiled parent.
getClassName() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
getCols() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
getColumnName() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Short name of the relational database table/view column.
getCommand() - Method in class com.iplanet.jato.command.CommandDescriptor
Returns the Command instance that should be executed.
getCommand(Class) - Static method in class com.iplanet.jato.command.CommandFactory
Creates a Command instance.
getCommandChildNames() - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the names of registered children that are of type Command .
getCommandClass() - Method in class com.iplanet.jato.command.CommandDescriptor
Returns the class of the Command that should be executed
getCommandDescriptor() - Method in class com.iplanet.jato.view.ViewInvocation
Returns the CommandDescriptor.
getCommandDescriptor() - Method in class com.iplanet.jato.view.CommandFieldDescriptor
Returns the CommandDescriptor
getCommandFieldDescriptor() - Method in class com.iplanet.jato.view.CommandFieldBase
Return the descriptor associate with this field.
getCommandFieldDescriptor() - Method in interface com.iplanet.jato.view.CommandField
Returns this field's CommandFieldDescriptor object
getConnection() - Method in class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
 
getConnection() - Method in interface com.iplanet.jato.model.sql.SQLModelExecutionContext
Returns the JDBC connection object that should be used for execution.
getConnection() - Method in class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
getConnection(String) - Method in interface com.iplanet.jato.SQLConnectionManager
Return a JDBC Connection for the specified datasource
getConnection(String) - Method in class com.iplanet.jato.SQLConnectionManagerBase
Return a JDBC Connection for the specified datasource.
getConnection(String, String, String) - Method in interface com.iplanet.jato.SQLConnectionManager
Return a JDBC Connection from the specified datasource with the provided user and password
getConnection(String, String, String) - Method in class com.iplanet.jato.SQLConnectionManagerBase
Return a JDBC Connection from the specified datasource with the provided user and password.
getContainerView() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
/ protected void outputBodyContent() throws JspException { if (getBodyContent()!=null) { // Write the buffer to the output stream JspWriter out=pageContext.getOut(); try { getBodyContent().writeOut(out); } catch (IOException e) { throw new JspWrapperException("Exception writing to "+ "result output stream",e); } } } //////////////////////////////////////////////////////////////////////////////// // Accessors & mutators (for child tags) //////////////////////////////////////////////////////////////////////////////// /**
getContainerView() - Method in class com.iplanet.jato.taglib.PageletTag
 
getContainerView() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
/ public BodyContent getBodyContent() { return bodyContent; } // Body support disabled until JSP 1.2 support is available /** / public void setBodyContent(BodyContent value) { bodyContent=value; } //////////////////////////////////////////////////////////////////////////////// // Accessors & mutators (for child tags) //////////////////////////////////////////////////////////////////////////////// /**
getContainerView() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
getContainerView() - Method in interface com.iplanet.jato.taglib.ContainerViewTag
 
getContainerView() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
/ protected void outputBodyContent() throws JspException { if (getBodyContent()!=null) { // Write the buffer to the output stream JspWriter out=pageContext.getOut(); try { getBodyContent().writeOut(out); } catch (IOException e) { throw new JspWrapperException("Exception writing to "+ "result output stream",e); } } } //////////////////////////////////////////////////////////////////////////////// // Accessors & mutators (for child tags) //////////////////////////////////////////////////////////////////////////////// /**
getContent() - Method in interface com.iplanet.jato.view.event.ChildContentDisplayEvent
Returns the child view's content.
getContent() - Method in class com.iplanet.jato.view.event.JspEndChildDisplayEvent
Returns the content that the Tag has assembled.
getContext(String) - Method in class com.iplanet.jato.model.DefaultModel
Returns the named context object
getContextNames() - Method in interface com.iplanet.jato.model.ContextualModel
Returns the available data context names.
getContextNames() - Method in class com.iplanet.jato.model.DefaultModel
Returns the full set of context names available in this model
getCurrentBean() - Method in class com.iplanet.jato.model.BeanAdapterModel
Returns the bean at the current dataset location
getCurrentContext() - Method in class com.iplanet.jato.model.DefaultModel
Returns the currently selected context object
getCurrentContextName() - Method in interface com.iplanet.jato.model.ContextualModel
Return the current data context name
getCurrentContextName() - Method in class com.iplanet.jato.model.DefaultModel
Returns the currently active context name
getCurrentNode() - Method in class com.iplanet.jato.model.TreeModelBase
Gets the currently cached node object.
getCurrentRow() - Method in class com.iplanet.jato.model.DefaultModel.Context
 
getDatasetOffset() - Method in interface com.iplanet.jato.model.DatasetModelExecutionContext
Return the base offset from an implementation- or context-dependent reference location that should used when retrieving a dataset.
getDatasetOffset() - Method in class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Returns the base offset from an implementation- or context-dependent reference location that should used when retrieving a dataset.
getDatasetSize() - Method in interface com.iplanet.jato.model.DatasetModelExecutionContext
Return the total size of the dataset that should be fetched when retrieving data.
getDatasetSize() - Method in class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Returns the total size of the dataset that should be fetched when retrieving data.
getDataSourceName() - Method in interface com.iplanet.jato.model.sql.SQLModel
Returns the logical name of the SQL datasource this model uses.
getDataSourceName() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
getDataSourceName() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the logical name of the SQL datasource this model uses.
getDefaultCommandChild() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getDefaultCommandClass() - Method in class com.iplanet.jato.command.CommandDescriptor
Returns the default command class.
getDefaultCommandDescriptor() - Method in class com.iplanet.jato.view.ViewBeanBase
Returns the default command descriptor that can be used to handle requests that are otherwise unhandled by this view or any of its children.
getDefaultConnection() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Returns a default JDBC connection.
getDefaultConnection() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns a default JDBC connection.
getDefaultConnectionPassword() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Return the password that will be used when allocating a default JDBC connection.
getDefaultConnectionPassword() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Return the password that will be used when allocating a default JDBC connection.
getDefaultConnectionUser() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Return the username that will be used when allocating a default JDBC connection.
getDefaultConnectionUser() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Return the username that will be used when allocating a default JDBC connection.
getDefaultDisplayURL() - Method in class com.iplanet.jato.view.ViewBeanBase
Returns the default URL that will be used to display this view bean.
getDefaultDisplayURL() - Method in interface com.iplanet.jato.view.ViewBean
Returns the default URL of the resource (JSP) used when rendering this view bean.
getDefaultHandlerName(HttpServletRequest) - Method in class com.iplanet.jato.ApplicationServletBase
Invoked when a handler name is not specified in the request.
getDefaultModel() - Method in class com.iplanet.jato.view.ContainerViewBase
Returns this view's default model.
getDefaultModel() - Method in interface com.iplanet.jato.view.ContainerView
Returns this view's default model.
getDefaultModelInstanceName(Class) - Method in class com.iplanet.jato.ModelManager
Returns the default model instance name for the given model interface class
getDefaultModelInstanceName(String) - Method in class com.iplanet.jato.ModelManager
Returns the default model instance name for the given model interface class name
getDefaultValue() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getDefaultValue() - Method in class com.iplanet.jato.taglib.GetModelFieldValueTag
 
getDefaultValue(String) - Method in class com.iplanet.jato.model.DefaultModel
Returns a named value from this model
getDefaultValueMap() - Method in class com.iplanet.jato.model.DefaultModel
Returns the default value map
getDefaultValueMap() - Method in class com.iplanet.jato.model.DefaultModel.Context
 
getDefaultValues(String) - Method in class com.iplanet.jato.model.DefaultModel
Returns a named set of values from this model
getDeleteSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the developer-specified DELETE SQL program, or if no SQL program has been specified, returns a program constructed dynamically
getDelimitedTableNames() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Deprecated. The name of this method is misleading since it is only used with queries that operate against a single table. Instead, use the getModifyingQueryTableName() method.
getDescriptor() - Method in class com.iplanet.jato.view.DisplayFieldImpl
Returns the DisplayFieldDescriptor
getDescriptor() - Method in interface com.iplanet.jato.view.DisplayField
Returns the DisplayFieldDescriptor
getDisabled() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getDisplayField(ContainerView, String[]) - Method in class com.iplanet.jato.view.CommandFieldBase
This method takes an arbitrarily deep namePath (e.g.
getDisplayField(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the named DisplayField child.
getDisplayField(String) - Method in interface com.iplanet.jato.view.ContainerView
Returns the named DisplayField child.
getDisplayFieldBooleanValue(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the value of the named DisplayField child as a boolean.
getDisplayFieldDoubleValue(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the value of the named DisplayField child as a double.
getDisplayFieldIntValue(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the value of the named DisplayField child as an int.
getDisplayFieldStringValue(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the value of the named DisplayField child as a string.
getDisplayFieldValue(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the value of the named DisplayField child.
getDisplayFieldValue(String) - Method in interface com.iplanet.jato.view.ContainerView
Returns the value of the named DisplayField child.
getDisplayIndex() - Method in class com.iplanet.jato.view.TiledViewBase
Returns the current display index during display of this container.
getDisplayURL() - Method in class com.iplanet.jato.view.ViewBeanBase
 
getDisplayURL() - Method in interface com.iplanet.jato.view.ViewBean
Returns the URL that will be used to display this view bean.
getEchoToSystemOut() - Static method in class com.iplanet.jato.Log
Returns the state of logging to System.out in addition to the servlet context
getElementId() - Method in class com.iplanet.jato.taglib.TagBase
 
getEmptyFormula() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Expression which replaced empty value when ON_EMPTY_VALUE_USE_FORMULA
getEmptyValue() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
getEnabledLevels() - Static method in class com.iplanet.jato.Log
Returns the currently enabled log level bitmask
getEncType() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getEscape() - Method in class com.iplanet.jato.taglib.GetModelFieldValueTag
 
getEscape() - Method in class com.iplanet.jato.taglib.GetFieldValueTag
 
getEscape() - Method in class com.iplanet.jato.taglib.html.StaticTextFieldTag
 
getException() - Method in class com.iplanet.jato.taglib.JspWrapperException
 
getException() - Method in class com.iplanet.jato.util.WrapperRuntimeException
 
getException() - Method in class com.iplanet.jato.util.WrapperException
 
getExtraHtml() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getExtraHtml() - Method in interface com.iplanet.jato.view.html.HtmlDisplayField
Returns any extra HTML source that will be included in the rendered field before the closing < Not all tags will support this.
getExtraHtml() - Method in class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Returns the string representing any arbitrary "extra HTML" for this field
getExtraHtml() - Method in class com.iplanet.jato.view.html.HREF
Returns the string representing any arbitrary "extra HTML" for this field
getExtraHtml() - Method in class com.iplanet.jato.view.html.Button
Returns the string representing any arbitrary "extra HTML" for this field
getExtraValuesMap() - Method in class com.iplanet.jato.view.CommandFieldBase
Returns a Map object which specifies the Name Value Pairs that this object will automatically append to its generated content.
getExtraValuesMap() - Method in interface com.iplanet.jato.view.CommandField
Returns a map of the extra name-value pairs associated with this field
getFalseValue() - Method in interface com.iplanet.jato.view.BooleanDisplayField
Returns the value judged to represent a negative value of this field.
getFalseValue() - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Returns the value judged to represent a negative value of this field.
getFalseValue() - Method in class com.iplanet.jato.view.html.CheckBox
Same as getUncheckedValue()
getFieldClass() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Java type, usually a JDBC SQL type, which assignable from the JDBC results.
getFieldClass() - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Deprecated. Use getParameterClass() instead
getFieldClass(String) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
getFieldClass(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
We override this method in the subclass in order to allow lookup of a field type that is either a parameter or a result set column.
getFieldDescriptor(int) - Method in class com.iplanet.jato.model.sql.QueryFieldSchema
Returns the QueryFieldDescriptor at the supplied index from the internal descriptor array.
getFieldDescriptor(String) - Method in class com.iplanet.jato.model.sql.QueryFieldSchema
Returns the QueryFieldDescriptor for a specific field name.
getFieldDescriptors() - Method in class com.iplanet.jato.model.sql.QueryFieldSchema
Returns the array of QueryFieldDescriptor objects.
getFieldSchema() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Returns the field schema used to resolve logical field references to physical field references
getFieldSchema() - Method in interface com.iplanet.jato.model.sql.QueryModel
Returns the query field schema object containing metadata about the fields used by this model.
GetFieldValueTag - class com.iplanet.jato.taglib.GetFieldValueTag.
 
GetFieldValueTag() - Constructor for class com.iplanet.jato.taglib.GetFieldValueTag
 
getFieldValueWhereCriteria(boolean) - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
getFieldValueWhereCriteriaString() - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
getFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
getFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
getFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
getFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
getFireDisplayEvents() - Method in class com.iplanet.jato.taglib.TagBase
 
getFirstActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns an execution context suitable to the first web action.
getFirstActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns an execution context suitable to the first web action.
getFormatMask() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getFormatType() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getGroupHtmlLabel() - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
TODO Should we add this?
getHasChildren() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
getHeight() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getHspace() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getHTML() - Method in class com.iplanet.jato.view.html.RadioButtonGroup
Returns the HTML code that will render the entire radio button group.
getHTML() - Method in class com.iplanet.jato.view.html.ComboBox
Returns the HTML code that will render the entire combo box.
getHTML(int, boolean) - Method in class com.iplanet.jato.view.html.ListBox
Returns the HTML code that will render the entire list.
getId() - Method in interface com.iplanet.jato.taglib.ContainerViewTag
 
getImageXCoordinate() - Method in class com.iplanet.jato.view.ViewInvocation
Returns the X coordinate of the invoking image.
getImageXCoordinate() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Returns the X coordinate of the invoking image.
getImageYCoordinate() - Method in class com.iplanet.jato.view.ViewInvocation
Returns the Y coordinate of the invoking image.
getImageYCoordinate() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Returns the Y coordinate of the invoking image.
getIndex() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getInsertFormula() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
SQL expression to be used by inserting query when FORMULA_INSERT_VALUE_SOURCE
getInsertQueryValue(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns a value for inclusion in the INSERT query currently being constructed.
getInsertSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the developer-specified INSERT SQL program, or if no SQL program has been specified, returns a program constructed dynamically
getInsertValueSource() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Describes where a value for this field comes from when participating in an inserting query.
getInvocation() - Method in class com.iplanet.jato.view.event.ViewCommandEvent
Returns the ViewInvocation.
getIsExpanded() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
getIsMap() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getLabel() - Method in class com.iplanet.jato.taglib.html.CheckBoxTag
 
getLabel() - Method in class com.iplanet.jato.view.html.Option
/ public String toString() { String result="Label[" + label + "]"; result += " Value[" + value + "]"; ; return result; } /** Returns the "label" portion of the option.
getLabelForNoneSelected() - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns the raw "Label for None Selected" string.
getLabelForNoneSelected() - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns the raw "Label for None Selected" string.
getLastActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns an execution context suitable to the last web action.
getLastActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns an execution context suitable to the last web action.
getLastTime() - Method in class com.iplanet.jato.util.ProfileTimer
Returns the time interval recorded by the timer when it was last stopped, restarted, or updated
getLayout() - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
 
getLocalizedMessage(String) - Method in class com.iplanet.jato.ApplicationServletBase
Defensive accessor method for localized messages.
getLocalViewBean(String) - Method in class com.iplanet.jato.ViewBeanManager
Obtain a ViewBean instance that corresponds to the supplied logical name (this name is also referred to as the ViewBean's local name).
getLocation() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getLocation() - Method in class com.iplanet.jato.model.DefaultModel
Returns the current row index
getLocation() - Method in interface com.iplanet.jato.model.DatasetModel
Get the relative location of the current data within the dataset.
getLocation() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
getLocation() - Method in class com.iplanet.jato.taglib.html.FrameSrcTag
 
getLocationOffset() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getLocationOffset() - Method in class com.iplanet.jato.model.DefaultModel
Returns the offset of the first row of data
getLocationOffset() - Method in interface com.iplanet.jato.model.DatasetModel
Returns the offset of this dataset from some implementation- or context-dependent reference location.
getLocationOffset() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
getLongDesc() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getLookInSession() - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
getMappedDataSourceName(String) - Static method in class com.iplanet.jato.SQLConnectionManagerBase
Returns the mapped value for a datasource name, if any
getMaxDisplayTiles() - Method in interface com.iplanet.jato.view.TiledView
Returns the maximum number of tiles this view can contain.
getMaxDisplayTiles() - Method in class com.iplanet.jato.view.TiledViewBase
Returns the maximum number of tiles this view will display.
getMaxLength() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
getMaxLength() - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
getMaxLevel() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getMaxLevelInt() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getMaxTiles() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
getMaxTilesInt() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
getMessageBuffer() - Method in class com.iplanet.jato.RequestContextImpl
 
getMessageBuffer() - Method in interface com.iplanet.jato.RequestContext
Returns the buffer of accumulated messages.
getMessagePrefix() - Static method in class com.iplanet.jato.Log
Returns the message prefix used for messages logged through this class (to make them stand out better).
getMessageWriter() - Method in class com.iplanet.jato.RequestContextImpl
 
getMessageWriter() - Method in interface com.iplanet.jato.RequestContext
Returns a PrintWriter that can be used to output application information to the bottom of the rendered HTML resonse.
getMethod() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getMethod(Class, String) - Method in class com.iplanet.jato.util.MethodRegistry
 
getMethodMap(Class) - Method in class com.iplanet.jato.util.MethodRegistry
 
getMethodSpecs() - Method in class com.iplanet.jato.util.MethodRegistry
 
getMinLevel() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getMinLevelInt() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getModel() - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
getModel() - Method in class com.iplanet.jato.view.DisplayFieldImpl
Returns the Model object to which this display field is "bound"
getModel(Class) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the unnamed instance that implements the requested Model interface.
getModel(Class) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Convenience method to make obtaining a model instance by its default name from the ModelManager easier.
getModel(Class) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Convenience method to make obtaining a model instance by its default name from the ModelManager easier.
getModel(Class) - Method in interface com.iplanet.jato.view.ViewBean
Convenience method to make obtaining a model instance by its default name from the ModelManager easier.
getModel(Class, String) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the named instance that implements the requested Model interface.
getModel(Class, String, boolean) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the named instance that implements the requested Model interface.
getModel(Class, String, boolean, boolean) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the named instance that implements the requested Model interface.
getModel(String) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the unnamed instance that implements the requested Model interface
getModel(String, String) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the named instance that implements the requested Model interface.
getModel(String, String, boolean) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the named instance that implements the requested Model interface.
getModel(String, String, boolean, boolean) - Method in class com.iplanet.jato.ModelManager
Returns a reference to the named instance that implements the requested Model interface.
getModelClass() - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
GetModelFieldValueTag - class com.iplanet.jato.taglib.GetModelFieldValueTag.
 
GetModelFieldValueTag() - Constructor for class com.iplanet.jato.taglib.GetModelFieldValueTag
 
getModelImplClass(Class) - Method in class com.iplanet.jato.ModelTypeMapBase
Return the model implementation class that corresponds to the provided model interface or implementation class.
getModelImplClass(Class) - Method in interface com.iplanet.jato.ModelTypeMap
Return the model implementation class that corresponds to the provided Model interface or implementation class.
getModelManager() - Method in class com.iplanet.jato.RequestContextImpl
 
getModelManager() - Method in interface com.iplanet.jato.RequestContext
Returns the request's ModelManager
getModelName() - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
getModifyingQueryTableName() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the name of the table to be used during modifying (INSERT, UPDATE, DELETE) queries
getModuleURL() - Method in class com.iplanet.jato.ApplicationServletBase
Return the module URL for this servlet
getModuleURL() - Method in class com.iplanet.jato.view.ViewBeanBase
 
getModuleURL() - Method in interface com.iplanet.jato.view.ViewBean
Returns this ViewBean's module URL.
getModuleURL(RequestContext, Class) - Static method in class com.iplanet.jato.ApplicationServletBase
Returns the module URL for the specified class in that module
getModuleURLParameterName(String) - Static method in class com.iplanet.jato.ApplicationServletBase
Returns the name of the module URL servlet context parameter for a given class
getMultiple() - Method in class com.iplanet.jato.taglib.html.SelectTag
 
getMultiple() - Method in class com.iplanet.jato.taglib.html.ListBoxTag
 
getName() - Method in interface com.iplanet.jato.model.Model
Returns the logical instance name of this model.
getName() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getName() - Method in class com.iplanet.jato.model.DefaultModel
Returns the logical instance name of this model.
getName() - Method in class com.iplanet.jato.model.MultipleModelAdapter
Returns the logical instance name of this model.
getName() - Method in class com.iplanet.jato.model.ResourceBundleModel
 
getName() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
getName() - Method in class com.iplanet.jato.model.SessionModel
 
getName() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
The arbitrary logical name of this field.
getName() - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Returns the name of the logical model field.
getName() - Method in class com.iplanet.jato.taglib.TagBase
 
getName() - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
getName() - Method in interface com.iplanet.jato.taglib.ContainerViewTag
 
getName() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
getName() - Method in class com.iplanet.jato.view.ViewBase
Returns the view's logical (unqualified) name
getName() - Method in interface com.iplanet.jato.view.View
Returns the logical name of this view.
getNameSpec() - Method in class com.iplanet.jato.util.MethodSpec
 
getNextActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns an execution context suitable to the next web action.
getNextActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns an execution context suitable to the next web action.
getNodeID() - Method in class com.iplanet.jato.model.TreeModelBase
 
getNodeID() - Method in interface com.iplanet.jato.model.TreeModel
Return a unique ID for the current node within the backing data structure.
getNodeID() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
getNodeID() - Method in class com.iplanet.jato.view.TreeHandleViewInvocation
 
getNodeLevel() - Method in class com.iplanet.jato.model.TreeModelBase
 
getNodeLevel() - Method in interface com.iplanet.jato.model.TreeModel
Return the current node level, meaning the an index indicating how far this node is removed from being the root of the tree.
getNodeLevel() - Method in interface com.iplanet.jato.view.TreeView
 
getNodeLevel() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getNodeName() - Method in class com.iplanet.jato.model.TreeModelBase
 
getNodeName() - Method in interface com.iplanet.jato.model.TreeModel
Return the logical name of the current node
getNodeName() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
getNodeName() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
getNodeName() - Method in interface com.iplanet.jato.view.TreeView
 
getNodeName() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getNodeType() - Method in class com.iplanet.jato.model.TreeModelBase
 
getNodeType() - Method in interface com.iplanet.jato.model.TreeModel
Return the logical type of the current node
getNodeType() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
getNodeType() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
getNodeType() - Method in interface com.iplanet.jato.view.TreeView
 
getNodeType() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getNoneSelectedHtmlString(boolean) - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns the HTML string defining an Option consisting of the "Label for None Selected" label, and the predefined VALUE_FOR_NONE_SELECTED
getNoneSelectedHtmlString(boolean) - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns the HTML string defining an Option consisting of the "Label for None Selected" label, and the predefined VALUE_FOR_NONE_SELECTED
getNoneSelectedHtmlString(boolean) - Method in class com.iplanet.jato.view.html.RadioButtonGroup
Returns the HTML string defining an Option consisting of the "Label for None Selected" label, and the predefined VALUE_FOR_NONE_SELECTED
getNoneSelectedHtmlString(SelectableGroup, boolean) - Method in class com.iplanet.jato.taglib.html.SelectTag
Returns the HTML string defining an Option consisting of the "Label for None Selected" label, and the predefined VALUE_FOR_NONE_SELECTED
getNoneSelectedHtmlString(SelectableGroup, boolean) - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
Returns the HTML string defining an Option consisting of the "Label for None Selected" label, and the predefined VALUE_FOR_NONE_SELECTED
getNonIndexedQualifiedName() - Method in class com.iplanet.jato.view.TiledViewBase
Returns the default qualified name without a tile index qualfier.
getNumAffectedRows() - Method in interface com.iplanet.jato.model.sql.ModifyingQueryModel
Returns the number of rows affected by the last modifying query
getNumAffectedRows() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the number of rows affected by the most recently executed query.
getNumChildren() - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the number of registered children
getNumChildren() - Method in interface com.iplanet.jato.view.ContainerView
Returns the number of subviews directly contained by this container.
getNumFields() - Method in class com.iplanet.jato.model.sql.QueryFieldSchema
Returns the total number of QueryFieldDescriptor objects in the schema.
getNumOptions() - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns the number of Option objects currently in the option list
getNumOptions() - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns the number of Option objects currently in the option list
getNumParameters() - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns the total number of input and output parameters for the procedure.
getNumRows() - Method in class com.iplanet.jato.model.DefaultModel
Returns the curren number of rows in this model
getNumTiles() - Method in interface com.iplanet.jato.view.TiledView
Returns the current number of tiles in this view.
getNumTiles() - Method in class com.iplanet.jato.view.TiledViewBase
Returns the current number of tiles in this view's primary model.
getOffset() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getOffsetInt() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
getOnBlur() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnChange() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnClick() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnDblClick() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnEmptyValuePolicy() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Describes how a query should behave when faced with an empty value for this field.
getOnFocus() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnKeyDown() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnKeyPress() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnKeyUp() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnMouseDown() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnMouseMove() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnMouseOut() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnMouseOver() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnMouseUp() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnReset() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getOnSelect() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getOnSubmit() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getOperationName() - Method in class com.iplanet.jato.command.CommandDescriptor
Returns the command operation that should be used during execution of the Command
getOperationName() - Method in interface com.iplanet.jato.command.CommandEvent
Returns the name of the operation for the command to perform.
getOperationName() - Method in class com.iplanet.jato.model.ModelExecutionContextBase
 
getOperationName() - Method in interface com.iplanet.jato.model.ModelExecutionContext
Return the name of the operation that should be performed.
getOperationName() - Method in class com.iplanet.jato.view.event.ViewCommandEvent
Returns the name of the operation for the command to perform.
getOptions() - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns the OptionsList object
getOptions() - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns the OptionsList object
getOptions() - Method in class com.iplanet.jato.view.html.OptionList
Returns the List of Options
getOtherSQLTypeMap() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
getPackageName(String) - Static method in class com.iplanet.jato.ApplicationServletBase
Returns the package name from the specified class name
getPageContext() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
getPageContext() - Method in class com.iplanet.jato.taglib.PageletTag
 
getPageContext() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
getPageContext() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
getPageContext() - Method in interface com.iplanet.jato.taglib.ContainerViewTag
 
getPageContext() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
getPageContext() - Method in class com.iplanet.jato.view.event.JspDisplayEvent
Returns the PageContext.
getPageSessionAttribute(String) - Method in class com.iplanet.jato.view.ViewBeanBase
 
getPageSessionAttribute(String) - Method in interface com.iplanet.jato.view.ViewBean
This method gets the value of a page-scoped "session" attribute.
getPageSessionAttributes() - Method in class com.iplanet.jato.view.ViewBeanBase
Returns a Map of the page session attributes.
getPageSessionAttributeString() - Method in class com.iplanet.jato.view.ViewBeanBase
Returns the serialized page session attributes as a URL encoded string.
getPageSessionAttributeString(boolean) - Method in class com.iplanet.jato.view.ViewBeanBase
 
getPageSessionAttributeString(boolean) - Method in interface com.iplanet.jato.view.ViewBean
Returns the serialized page session attributes as a URL encoded string.
getParameter(Object) - Method in class com.iplanet.jato.command.CommandDescriptor
Convenience method for getting the value of a command parameter
getParameterClass() - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Returns the logical field type.
getParameterDescriptor(int) - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns the parameter descriptor at the supplied index from the internal parameter descriptor array.
getParameterDescriptor(String) - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns the parameter descriptor for a specific parameter.
getParameterDescriptors() - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns the array of StoredProcParameterDescriptor which contains all the StoredProcParameterDescriptors for the input and output parameters.
getParameters() - Method in class com.iplanet.jato.command.CommandDescriptor
Return the map of command parameters
getParameters() - Method in interface com.iplanet.jato.command.CommandEvent
Returns the map of command parameters.
getParameters() - Method in class com.iplanet.jato.view.event.ViewCommandEvent
Returns the map of command parameters The command paramaters may be an arbitrarily complex collection of objects which are meaningful to the Command object which recieves this event.
getParameterType() - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Returns the parameter type.
getParameterTypes() - Method in class com.iplanet.jato.util.MethodSpec
 
getParameterValue(String) - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Returns the named parameter value.
getParameterValue(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
getParamName() - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Returns the physical stored procedure parameter name.
getParent() - Method in class com.iplanet.jato.view.ViewBase
Returns the immeditate parent of this view
getParent() - Method in interface com.iplanet.jato.view.View
Returns this view's parent view, if any.
getParentContainerView() - Method in class com.iplanet.jato.taglib.TagBase
 
getParentContainerViewTag() - Method in class com.iplanet.jato.taglib.TagBase
 
getParentTreeView() - Method in class com.iplanet.jato.taglib.tree.TreeTagBase
Note this implementation assumes that any tags making use of this method require that the tags are directly parented by TreeViews and not any of the other ContainerViews.
getParentViewBean() - Method in class com.iplanet.jato.taglib.TagBase
 
getParentViewBean() - Method in class com.iplanet.jato.view.ViewBase
Locates and returns the ultimate view bean parent of this view
getPreviousActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns an execution context suitable to the previous web action.
getPreviousActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns an execution context suitable to the previous web action.
getPrimaryModel() - Method in class com.iplanet.jato.view.TiledViewBase
Returns the primary model used by this model's iteration and navigation logic.
getPrimaryModel() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the primary model used by this model's iteration and navigation logic.
getPrimaryModel() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Returns the primary model used by this model's iteration and navigation logic.
getPrimaryModelClass() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the primary model class if one has been previously set, or if the primary model instance has been set.
getPrimaryModelClass() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Returns the primary model class if one has been previously set, or if the primary model instance has been set.
getProcedureName() - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns the name of the stored procedure.
getProcedureSchema() - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Returns the schema containing the procedure metadata
getProcedureSchema() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
getPropertyDescriptor(Object, String) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getQBEControlQualifiedName() - Method in class com.iplanet.jato.view.html.HtmlDisplayFieldBase
 
getQualifiedChildName() - Method in class com.iplanet.jato.view.ViewInvocation
Returns the qualified name of the child View associated with the request invocation.
getQualifiedChildName() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Returns the qualified name of the child View associated with the request invocation.
getQualifiedColumnName() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Fully qualified name of the relational database table/view column which may be RDBMS implementation dependent but generally includes schema name uses '.' for a delimiter.
getQualifiedCommandChildNames() - Method in class com.iplanet.jato.view.ContainerViewBase
Returns the fully-qualified names of the children that are of type Command.
getQualifiedName() - Method in class com.iplanet.jato.view.ViewBase
Returns the view's qualified name
getQualifiedName() - Method in interface com.iplanet.jato.view.View
Returns the name of this view qualified by its parent's qualified name (which also contains its parent's qualified name, and so on).
getQualifiedName() - Method in class com.iplanet.jato.view.TiledViewBase
Returns this view's qualified name.
getQualifiedSourceName() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the source object's qualified name
getQualifiedTargetName() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the target object's qualified name
getQueryParams() - Method in class com.iplanet.jato.taglib.html.HrefTag
Arbitrary Name Value pairs.
getQueryParams() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
Arbitrary Name Value pairs.
getQueryTypeMask() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Bit mask indicating type of queries which this field can participate in.
getReadOnly() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
getReadOnly() - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
getRefreshActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns an execution context suitable to the refresh web action.
getRefreshActionExecutionContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns an execution context suitable to the refresh web action.
getRequest() - Method in class com.iplanet.jato.RequestContextImpl
 
getRequest() - Static method in class com.iplanet.jato.RequestManager
Return the request object contained in the current thread's request context
getRequest() - Method in interface com.iplanet.jato.RequestContext
Returns the request object for the current request
getRequestCompletionListenerChildNames() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns the names of registered children that are of type RequestParticipant.
getRequestCompletionListenerChildNames() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the names of registered children that are of type RequestParticipant.
getRequestContext() - Method in interface com.iplanet.jato.RequestHandler
Returns the current request context
getRequestContext() - Static method in class com.iplanet.jato.RequestManager
Return the request context associate with the current thread
getRequestContext() - Method in class com.iplanet.jato.ModelManager
Returns the request context
getRequestContext() - Method in interface com.iplanet.jato.command.CommandEvent
Returns the RequestContext
getRequestContext() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Returns the current request context
getRequestContext() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the current request context
getRequestContext() - Method in class com.iplanet.jato.taglib.TagBase
Gets the request context from the page context
getRequestContext() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns the current request context.
getRequestContext() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the current request context.
getRequestContext() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Returns the RequestContext.
getRequestContext() - Method in class com.iplanet.jato.view.event.ViewCommandEvent
Returns the RequestContext.
getRequestContext() - Method in interface com.iplanet.jato.view.event.RequestInvocationEvent
Returns the RequestContext
getRequestInvocationName() - Method in class com.iplanet.jato.view.ViewBeanBase
 
getRequestInvocationName() - Method in interface com.iplanet.jato.view.ViewBean
Returns a logical string that is used by the application servlet to dispatch a request to a particular target view bean.
getRequestInvocationName(ViewBean) - Static method in class com.iplanet.jato.view.ViewBeanBase
Returns a logical string that is used by the application servlet to dispatch a request to a particular target view bean.
getRequestParticipantChildNames() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns the names of registered children that are of type RequestParticipant.
getRequestParticipantChildNames() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the names of registered children that are of type RequestParticipant.
getRequestPhase() - Method in class com.iplanet.jato.RequestContextImpl
Returns a code for the current phase the request is in.
getRequestPhase() - Method in interface com.iplanet.jato.RequestContext
Returns a code for the current phase the request is in.
getResourceBundle() - Method in class com.iplanet.jato.model.ResourceBundleModel
Returns the current ResourceBundle used by this model
getResponse() - Method in class com.iplanet.jato.RequestContextImpl
 
getResponse() - Static method in class com.iplanet.jato.RequestManager
Return the response object contained in the current thread's request context
getResponse() - Method in interface com.iplanet.jato.RequestContext
Returns the response object for the current request
getResultParameterDescriptor() - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns the StoredProcParameterDescriptor which describes the result paramter.
getResultParameterValue() - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Returns the result parameter value from the last execution of the procedure
getResultParameterValue() - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
getResultSet() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Returns the current result set
getResultSet() - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Returns the last JDBC result set retrieved by this model.
getReturnType() - Method in class com.iplanet.jato.util.MethodSpec
 
getRootCause() - Method in class com.iplanet.jato.taglib.JspWrapperException
 
getRootCause() - Method in class com.iplanet.jato.util.WrapperRuntimeException
 
getRootCause() - Method in class com.iplanet.jato.util.WrapperException
 
getRootCause() - Method in interface com.iplanet.jato.util.RootCauseException
Accessor for the 'root cause' exception which is the primary event or driver of this exception.
getRootView() - Method in class com.iplanet.jato.view.ViewBase
Locates and returns the ultimate view bean parent of this view.
getRootView(View) - Static method in class com.iplanet.jato.view.ViewBase
Locates and returns the ultimate ViewBean parent of the specified view
getRowIndex() - Method in class com.iplanet.jato.model.DefaultModel
Returns the current row index, or location
getRowList() - Method in class com.iplanet.jato.model.DefaultModel
Returns the internal list used to store rows of data.
getRowNumber() - Method in class com.iplanet.jato.view.TiledViewInvocation
Returns the index of the tile which is associated with the request invocation.
getRows() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
getSelectSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the developer-specified SELECT SQL program, or if no SQL program has been specified, returns a program constructed dynamically using the SELECT SQL template
getSelectSQLTemplate() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Return the SELECT query SQL program template used for SELECT queries.
getSelectSQLTemplateWhereToken() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the token used to specify the WHERE clause location within the SELECT SQL program template.
getServletContext() - Method in class com.iplanet.jato.RequestContextImpl
 
getServletContext() - Method in interface com.iplanet.jato.RequestContext
Returns the request handling servlet's ServletContext
getServletContext() - Static method in class com.iplanet.jato.Log
Returns the servlet context registered with the current thread
getServletName() - Method in class com.iplanet.jato.RequestContextImpl
 
getServletName() - Method in interface com.iplanet.jato.RequestContext
Returns the request handling servlet's logical name
getServletName() - Method in class com.iplanet.jato.ApplicationServletBase
Return the servlet name specified in the ServletConfig
getSession() - Static method in class com.iplanet.jato.RequestManager
Return the HttpSession contained in the current thread's request context
getSession() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Convenience method to make obtaining the HttpSession instance from the RequestContext easier.
getSession() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Convenience method to make obtaining the HttpSession instance from the RequestContext easier.
getSession() - Method in interface com.iplanet.jato.view.ViewBean
Convenience method to make obtaining the HttpSession instance from the RequestContext easier.
getSize() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getSize() - Method in class com.iplanet.jato.model.DefaultModel
Return the number of available rows
getSize() - Method in interface com.iplanet.jato.model.DatasetModel
Return the number of available datasets.
getSize() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Depending on the circumstances under which this model was executed (as specified by the execution context), returns the number of rows of data available from the result set.
getSize() - Method in class com.iplanet.jato.taglib.html.SelectTag
 
getSize() - Method in class com.iplanet.jato.taglib.html.ListBoxTag
 
getSize() - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
getSource() - Method in interface com.iplanet.jato.command.CommandEvent
Returns the event source
getSource() - Method in interface com.iplanet.jato.view.event.DisplayEvent
Returns the event source.
getSourceClass() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the class of the object that ultimately contains the source object (i.e.
getSourcePath() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the source object's qualified name as a String array
getSourceTag() - Method in class com.iplanet.jato.view.event.JspDisplayEvent
Returns the source Tag.
getSourceTargetPairList() - Method in class com.iplanet.jato.view.CommandFieldDescriptor
Returns a List of CommandSourceTargetPair objects
getSourceTargetPairs() - Method in class com.iplanet.jato.view.CommandFieldDescriptor
Returns an array of CommandSourceTargetPair objects
getSourceTargetParameterName(int) - Static method in class com.iplanet.jato.view.html.HREF
Returns a name appropriate for the HTML representation of an extra value
getSourceTargetParameterName(String, int) - Static method in class com.iplanet.jato.view.html.Button
Returns the name of the hidden field that will be used to store a given CommandSourceTargetPair's source value
getSourceType() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the source object's "type"
getSourceValue(CommandSourceTargetPair, int) - Method in class com.iplanet.jato.view.CommandFieldBase
Returns a source value for a given CommandSourceTargetPair.
getSourceValue(CommandSourceTargetPair, int) - Method in class com.iplanet.jato.view.html.HREF
Returns a source value for a given CommandSourceTargetPair.
getSourceValue(CommandSourceTargetPair, int) - Method in class com.iplanet.jato.view.html.Button
Returns a source value for a given CommandSourceTargetPair.
getSQL(int) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Provides a covenient single location through which all requests for SQL statements in this implementation are funnelled.
getSQLConnectionManager() - Method in class com.iplanet.jato.RequestContextImpl
 
getSQLConnectionManager() - Method in interface com.iplanet.jato.RequestContext
Returns the request's SQLConnectionManager
getSQLType() - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Return the parameter's SQL type.
getSrc() - Method in class com.iplanet.jato.taglib.html.ButtonTag
 
getStateData() - Method in interface com.iplanet.jato.view.TreeView
 
getStateData() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getStateDataLookupName() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Return the state value lookup name.
getStatement() - Method in class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
 
getStatement() - Method in interface com.iplanet.jato.model.sql.SQLModelExecutionContext
Returns the JDBC statement object that should be used for execution.
getStatement() - Method in class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
getStaticWhereCriteriaString() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the developer-provided static WHERE criteria used to construct the full WHERE clause using in dynamically generated queries (where the full WHERE clause consists of static criteria plus various types of dynamically generated criteria)
getStringAttribute(String) - Method in class com.iplanet.jato.view.DisplayFieldDescriptor
Returns the value of a given named property
getStyle() - Method in class com.iplanet.jato.taglib.TagBase
 
getStyleClass() - Method in class com.iplanet.jato.taglib.TagBase
 
getTabIndex() - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
getTarget() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
getTarget() - Method in class com.iplanet.jato.taglib.html.FormTag
 
getTargetClass() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the class of the object that ultimately contains the target object (i.e.
getTargetModelList() - Method in class com.iplanet.jato.model.MultipleModelAdapter
Returns the models that will be included in the distribution/gathering of values as a list
getTargetModels() - Method in class com.iplanet.jato.model.MultipleModelAdapter
Returns the models that will be included in the distribution/gathering of values
getTargetPath() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the target object's qualified name as a String array
getTargetRequestHandler() - Method in class com.iplanet.jato.view.ViewInvocation
Returns the RequestHandler to which the request should be directed.
getTargetResource() - Method in class com.iplanet.jato.NavigationException
Return the target resource URL
getTargetType() - Method in class com.iplanet.jato.view.CommandSourceTargetPair
Returns the target object's "type"
getTargetViewBean() - Method in class com.iplanet.jato.NavigationException
Return the target ViewBean
getThreadAverageTime(boolean) - Static method in class com.iplanet.jato.util.ProfileTimer
Gets the average time recorded by the current thread timer
getThreadLastTime() - Static method in class com.iplanet.jato.util.ProfileTimer
Gets the last time recorded by the current thread timer
getThreadTimer() - Static method in class com.iplanet.jato.util.ProfileTimer
Returns a timer instance that is shared across the current thread
getThreadTotalTime() - Static method in class com.iplanet.jato.util.ProfileTimer
Gets the total time recorded by the current thread timer
getTileIndex() - Method in interface com.iplanet.jato.view.TiledView
Returns the index of the current tile.
getTileIndex() - Method in class com.iplanet.jato.view.TiledViewBase
Returns the current location index of the view's primary model.
getTileNumber() - Method in class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent
Returns the index of the tile which is associated with the request invocation.
getTitle() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
getTitle() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getTitle() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
getTotalTime() - Method in class com.iplanet.jato.util.ProfileTimer
Returns the total time recorded by this timer since the last reset
getTraceSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the state of SQL tracing.
getTraversalType() - Method in class com.iplanet.jato.model.TreeModelBase
 
getTraversalType() - Method in interface com.iplanet.jato.model.TreeModel
Return the tree traversal type.
getTreeHandleChildName() - Method in interface com.iplanet.jato.view.TreeView
 
getTreeHandleChildName() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getTreeHandleChildValue() - Method in interface com.iplanet.jato.view.TreeView
 
getTreeHandleChildValue() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getTreeHandleCommandDescriptor() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
getTreeHandleStateParameterName() - Method in interface com.iplanet.jato.view.TreeView
NOTE: This method is provisional.
getTreeHandleStateParameterName() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
NOTE: This method is provisional.
getTrim() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
getTrim() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
getTrueValue() - Method in interface com.iplanet.jato.view.BooleanDisplayField
Returns the value judged to represent a positive value of this field.
getTrueValue() - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Returns the value judged to represent a positive value of this field.
getTrueValue() - Method in class com.iplanet.jato.view.html.CheckBox
Same as getCheckedValue()
getType() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
getType() - Method in class com.iplanet.jato.taglib.PageletTag
 
getType() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
getType() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
getType() - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
getType() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
getTypeConversion(Object) - Method in interface com.iplanet.jato.util.ConvertibleType
Provides a custom type conversion object used to convert the type of this object.
getTypeConversions() - Static method in class com.iplanet.jato.util.TypeConverter
Return the map of type conversion objects.
getTypeConvertedValue() - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
getTypeConvertedValue() - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
getUncheckedValue() - Method in class com.iplanet.jato.view.html.CheckBox
Returns the value that has been designated as the "unchecked value" Contrary to the checked value, the unchecked value is NOT encoded in the checkbox's HTML string, since there is no HTML attribute.
getUniqueValue() - Static method in class com.iplanet.jato.util.HtmlUtil
 
getUpdateQueryValue(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns a value for inclusion in the UPDATE query currently being constructed.
getUpdateSQL() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the developer-specified UPDATE SQL program, or if no SQL program has been specified, returns a program constructed dynamically
getUseMap() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getUserWhereCriteria(boolean) - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
getUserWhereCriteriaSessionKey() - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
getUserWhereCriteriaString() - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
getValue() - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
getValue() - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
getValue() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getValue() - Method in class com.iplanet.jato.util.NonSyncStringBuffer
 
getValue() - Method in class com.iplanet.jato.view.DisplayFieldImpl
Returns the first value in the value array
getValue() - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Returns the current bound model value.
getValue() - Method in interface com.iplanet.jato.view.DisplayField
Returns the current value of this view.
getValue() - Method in class com.iplanet.jato.view.html.CheckBox
This version will defensively check to see if the model value is a Boolean object.
getValue() - Method in class com.iplanet.jato.view.html.Option
Returns the "value" portion of the option.
getValue(int) - Method in class com.iplanet.jato.view.html.OptionList
Retreives the value of the option at the specified index label
getValue(String) - Method in interface com.iplanet.jato.model.Model
Returns a named value from this model
getValue(String) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getValue(String) - Method in class com.iplanet.jato.model.DefaultModel
Returns a named value from this model
getValue(String) - Method in class com.iplanet.jato.model.MultipleModelAdapter
 
getValue(String) - Method in class com.iplanet.jato.model.ResourceBundleModel
Returns the named value from the backing ResourceBundle
getValue(String) - Method in class com.iplanet.jato.model.TestTreeModelImpl
Unilaterally returns a diagnostic name for the current node
getValue(String) - Method in class com.iplanet.jato.model.SessionModel
Returns the value contained in the named session attribute
getValue(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Returns a named value from this model.
getValue(String) - Method in class com.iplanet.jato.taglib.TagBase
 
getValueIndex(String) - Method in class com.iplanet.jato.view.html.OptionList
Searches for the specified value and, if found, returns its index
getValueLabel(String) - Method in class com.iplanet.jato.view.html.OptionList
Searches for the specified value and, if found, returns the associated label
getValueList() - Method in class com.iplanet.jato.model.DefaultModel.Context
 
getValueMap() - Method in class com.iplanet.jato.model.DefaultModel
Returns the value map for the current row.
getValueMap() - Method in class com.iplanet.jato.taglib.TagBase
 
getValueMap(int) - Method in class com.iplanet.jato.model.DefaultModel
Returns the value map for the specified row.
getValueMap(int) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
getValues() - Method in class com.iplanet.jato.taglib.TagBase
 
getValues() - Method in class com.iplanet.jato.view.DisplayFieldImpl
Returns the DisplayField's value array
getValues() - Method in interface com.iplanet.jato.view.DisplayField
Returns this view's current set of values.
getValues(String) - Method in interface com.iplanet.jato.model.Model
Returns a named set of values from this model
getValues(String) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
getValues(String) - Method in class com.iplanet.jato.model.DefaultModel
Returns a named set of values from this model
getValues(String) - Method in class com.iplanet.jato.model.MultipleModelAdapter
 
getValues(String) - Method in class com.iplanet.jato.model.ResourceBundleModel
Returns the named value array from the backing ResourceBundle.
getValues(String) - Method in class com.iplanet.jato.model.TestTreeModelImpl
Unilaterally returns a single diagnostic name for the current node
getValues(String) - Method in class com.iplanet.jato.model.SessionModel
Returns the value contained in the named session attribute wrapped in an Object array
getValues(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Returns a named set of values from this model.
getValueType() - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
getValueType() - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
getVariableInfo(TagData) - Method in class com.iplanet.jato.taglib.UseContainerViewTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.iplanet.jato.taglib.UseTiledViewTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.iplanet.jato.taglib.UseViewBeanTagExtraInfo
 
getVariableInfo(TagData) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTagExtraInfo
 
getViewBean() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
getViewBean(Class) - Method in class com.iplanet.jato.ViewBeanManager
Obtain a ViewBean instance by class
getViewBean(Class) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Convenience method to make obtaining a view bean instance from the ViewBeanManager easier.
getViewBean(Class) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Convenience method to make obtaining a view bean instance from the ViewBeanManager easier.
getViewBean(Class) - Method in interface com.iplanet.jato.view.ViewBean
Convenience method to make obtaining a view bean instance from the ViewBeanManager easier.
getViewBean(String) - Method in class com.iplanet.jato.ViewBeanManager
Obtain a ViewBean instance by class name
getViewBeanByClassName(String) - Method in class com.iplanet.jato.ViewBeanManager
Deprecated. Use the getViewBean(String) method instead
getViewBeanByName(String) - Method in class com.iplanet.jato.ViewBeanManager
Deprecated. Use the getLocalViewBean() method instead
getViewBeanInstance(String, RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Helper method to assist in obtaining the ViewBean for the specified page name.
getViewBeanManager() - Method in class com.iplanet.jato.RequestContextImpl
 
getViewBeanManager() - Method in interface com.iplanet.jato.RequestContext
Returns the request's ViewBeanManager
getVspace() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getWebActionMaxDisplayRowsSessionKey() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the session attribute key used to store the max display tiles of this view for the user.
getWebActionModelMaxDisplayTiles() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the value for the maximum number of tiles to display
getWebActionModelOffset() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
 
getWebActionModelOffset() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Gets the offset into the result set of the DatasetModel involved in the current WebAction.
getWebActionModels(int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Return the web action models associated with this view by execution type.
getWebActionModels(int) - Method in interface com.iplanet.jato.view.WebActionHandler
Return the web action models associated with this view by execution type.
getWebActionModels(int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Return the web action models associated with this view by execution type.
getWebActionRowOffsetSessionKey() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns the session attribute key used to store the row offset of this view for the user.
getWebActionRowOffsetSessionKey() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the session attribute key used to store the row offset of this view for the user.
getWhereClause() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the full WHERE clause used by this class in dynamically generated queries.
getWhereClauseOverride() - Method in class com.iplanet.jato.model.sql.QueryModelBase
Returns the full replacement WHERE clause that will be used by this class in dynamically generated queries instead of a dynamically generated WHERE clause returned by getWhereClause()
getWidth() - Method in class com.iplanet.jato.taglib.html.ImageTag
 
getWrap() - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 

H

HANDLE_COMMAND_NVP_NAME - Static variable in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
HANDLE_REQUEST_METHOD_PREFIX - Static variable in class com.iplanet.jato.view.RequestHandlingViewBase
 
HANDLE_REQUEST_METHOD_PREFIX - Static variable in class com.iplanet.jato.view.RequestHandlingTiledViewBase
 
HANDLE_REQUEST_METHOD_PREFIX - Static variable in class com.iplanet.jato.view.command.DefaultRequestHandlingCommand
 
HANDLE_REQUEST_METHOD_PREFIX - Static variable in class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand
 
HANDLE_REQUEST_METHOD_SUFFIX - Static variable in class com.iplanet.jato.view.RequestHandlingViewBase
 
HANDLE_REQUEST_METHOD_SUFFIX - Static variable in class com.iplanet.jato.view.RequestHandlingTiledViewBase
 
HANDLE_REQUEST_METHOD_SUFFIX - Static variable in class com.iplanet.jato.view.command.DefaultRequestHandlingCommand
 
HANDLE_REQUEST_METHOD_SUFFIX - Static variable in class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand
 
HANDLE_STATE_NVP_NAME - Static variable in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
handleRequest(Object) - Method in interface com.iplanet.jato.RequestHandler
Called by the application servlet to have the request handler process this request.
handleRequest(Object) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Called by the application servlet to have the request handler process this request.
handleRequest(Object) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Called by the application servlet to have the request handler process this request.
handleRequest(Object) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
handleWebAction(int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Performs the specified standard web action.
handleWebAction(int) - Method in interface com.iplanet.jato.view.WebActionHandler
Performs the specified web action
handleWebAction(int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Performs the specified standard web action.
hashCode() - Method in class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
hasImageCoordinates() - Method in class com.iplanet.jato.view.ViewInvocation
Tests whether the request inovcation provided X and Y image coordinates.
hasImageCoordinates() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Tests whether the request inovcation provided X and Y image coordinates.
hasMessages() - Method in class com.iplanet.jato.RequestContextImpl
 
hasMessages() - Method in interface com.iplanet.jato.RequestContext
Returns true if any messages have been written to the message buffer
hasMoreElements() - Method in class com.iplanet.jato.util.StringTokenizer2
 
hasMoreResults() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
hasMoreTokens() - Method in class com.iplanet.jato.util.StringTokenizer2
 
hasNext() - Method in class com.iplanet.jato.util.StringTokenizer2
 
hasNodeData(String) - Method in class com.iplanet.jato.view.SimpleTreeViewStateData
/ public TreeViewStateData(BitSet bitmap, Map nodeIDMap) { super(); this.bitmap=bitmap; this.nodeIDMap=nodeIDMap; } /**
hasPreviousResults() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
hasResultParameter() - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Returns true if the procedure has a result parameter, false otherwise.
hasUserWhereCriterion(String, String, Object) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Checks whether a matching WHERE criterion already exists NOTE:
This implementation is currently quite inefficient when large numbers of user criteria are being used.
hasUserWhereCriterion(String, String, Object) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Returns true if a criterion matching the provided specification already exists for this model.
hasValue(String) - Method in class com.iplanet.jato.model.DefaultModel
Returns whether a value exists for the specified name
hasValue(String) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
hasValue(String) - Method in class com.iplanet.jato.view.html.OptionList
Determines if the specified value exists in the option list
HiddenField - class com.iplanet.jato.view.html.HiddenField.
The HiddenField encapsulates and implements the server-side representation of an HTML hidden field.
HiddenField(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.HiddenField
Construct a display field with the specified properties.
HiddenField(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HiddenField
Construct a display field with the specified properties.
HiddenField(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.HiddenField
Construct a display field with the specified properties
HiddenField(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HiddenField
Construct a display field with the specified properties
HiddenField(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.HiddenField
Construct a display field with the specified properties
HiddenTag - class com.iplanet.jato.taglib.html.HiddenTag.
 
HiddenTag() - Constructor for class com.iplanet.jato.taglib.html.HiddenTag
 
HORIZONTAL_LAYOUT_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
HREF - class com.iplanet.jato.view.html.HREF.
The HREF encapsulates and implements the server-side representation of an HTML HREF.
HREF_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
HREF(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.HREF
Construct a display field with the specified properties.
HREF(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HREF
Construct a display field with the specified properties.
HREF(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.HREF
Construct a display field with the specified properties
HREF(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HREF
Construct a display field with the specified properties
HREF(View, Model, String, String, Object, CommandFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.HREF
Construct a display field with the specified properties
HrefTag - class com.iplanet.jato.taglib.html.HrefTag.
 
HrefTag() - Constructor for class com.iplanet.jato.taglib.html.HrefTag
 
HTML_ESCAPING_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
HTML_STUB_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
HtmlDisplayField - interface com.iplanet.jato.view.html.HtmlDisplayField.
An HTML-specific extension of DisplayField
HtmlDisplayFieldBase - class com.iplanet.jato.view.html.HtmlDisplayFieldBase.
 
HtmlDisplayFieldBase(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Construct a display field with the specified properties.
HtmlDisplayFieldBase(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Construct a display field with the specified properties.
HtmlDisplayFieldBase(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Construct a display field with the specified properties
HtmlDisplayFieldBase(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Construct a display field with the specified properties
HtmlDisplayFieldBase(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Construct a display field with the specified properties
HtmlFrame - class com.iplanet.jato.view.html.HtmlFrame.
The HtmlFrame encapsulates and implements the server-side representation of an HTML frame.
HtmlFrame(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlFrame
Construct a display field with the specified properties.
HtmlFrame(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlFrame
Construct a display field with the specified properties.
HtmlFrame(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlFrame
Construct a display field with the specified properties
HtmlFrame(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.HtmlFrame
Construct a display field with the specified properties
HtmlFrame(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.HtmlFrame
Construct a display field with the specified properties
HtmlUtil - class com.iplanet.jato.util.HtmlUtil.
Static utility class for escaping/descaping strings to/from suitable HTML forms, generating unique values and formating data for HTML display.
HTTP_SESSION_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
Http64Decoder - class com.iplanet.jato.util.Http64Decoder.
This class decodes characters that were perviously encoded using a variant of Base64 encoding.
Http64Decoder() - Constructor for class com.iplanet.jato.util.Http64Decoder
Default constructor
Http64Encoder - class com.iplanet.jato.util.Http64Encoder.
This class encodes characters using a variant of Base64 encoding that results in an encoded string that doesn't need to be escaped for use in HTTP URLs.
Http64Encoder() - Constructor for class com.iplanet.jato.util.Http64Encoder
Default constructor

I

ImageField - class com.iplanet.jato.view.html.ImageField.
The ImageField encapsulates and implements the server-side representation of an HTML image field
ImageField(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.ImageField
Construct a display field with the specified properties.
ImageField(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.ImageField
Construct a display field with the specified properties.
ImageField(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.ImageField
Construct a display field with the specified properties
ImageField(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.ImageField
Construct a display field with the specified properties
ImageField(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.ImageField
Construct a display field with the specified properties
ImageTag - class com.iplanet.jato.taglib.html.ImageTag.
 
ImageTag() - Constructor for class com.iplanet.jato.taglib.html.ImageTag
 
include() - Method in class com.iplanet.jato.view.ViewBeanBase
Includes this view bean in the current response.
include(RequestContext) - Method in class com.iplanet.jato.view.ViewBeanBase
Forwards the request to this view bean, displaying the page.
include(String, ViewBean, RequestContext) - Method in class com.iplanet.jato.view.ViewBeanBase
 
include(String, ViewBean, RequestContext) - Method in interface com.iplanet.jato.view.ViewBean
Deprecated. Beginning in JATO 1.1, the view bean used by a JSP is obtained solely via the ViewBeanManager. Therefore, this method no longer works as advertsied. In fact, the specified view bean instance will only be used if it is the one declared by the JSP. In short, it is no longer possible to dynamically change the view bean used by a JSP at runtime (note that several JSPs can still declare and use the same view bean). For including a view bean using an alternate JSP, change the default display URL for a target view bean before calling its forwardTo() method.
incrementDisplayIndex() - Method in class com.iplanet.jato.view.TiledViewBase
Advances the display index by one.
incrementNodeLevel() - Method in class com.iplanet.jato.model.TreeModelBase
Increments the current node level by one level.
init(ServletConfig) - Method in class com.iplanet.jato.ApplicationServletBase
Servlet initialization method
initializeDefaultContext() - Method in class com.iplanet.jato.model.DefaultModel
Initializes the default context.
initializeRequestContext(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Subclasses should override this method to further initialize the request context as needed.
INPUT_REQUIRED_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
INSERT_CONTEXT - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
insert(int, boolean) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, double) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Inserts the string into this string buffer.
insert(ModelExecutionContext) - Method in interface com.iplanet.jato.model.InsertingModel
Applies any cached changes to the backing data store, if any.
insert(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Executes this model in inserting mode.
InsertingModel - interface com.iplanet.jato.model.InsertingModel.
Executing model that supports addition of new data.
InsertQueryModel - interface com.iplanet.jato.model.sql.InsertQueryModel.
Specialization of QueryModel that supports INSERT SQL queries
insertRow() - Method in class com.iplanet.jato.model.DefaultModel
Insert an empty row of data at the current location
INTEGER_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
INVALID_TYPE_MSG - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
InvalidContextException - exception com.iplanet.jato.model.InvalidContextException.
Indicates that an operation was attempted on an invalid context within a ContextualModel
InvalidContextException() - Constructor for class com.iplanet.jato.model.InvalidContextException
Default constructor
InvalidContextException(String) - Constructor for class com.iplanet.jato.model.InvalidContextException
 
InvalidContextException(String, Throwable) - Constructor for class com.iplanet.jato.model.InvalidContextException
 
invokeContainerBeginDisplayEvent(ContainerView) - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
invokeContainerEndDisplayEvent(ContainerView) - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
invokeRequestHandler() - Method in class com.iplanet.jato.view.ViewBeanBase
 
invokeRequestHandler() - Method in interface com.iplanet.jato.view.ViewBean
Invokes the request handling mechanism that corresponds to the current request.
invokeRequestHandlerInternal(RequestHandler, RequestContext) - Method in class com.iplanet.jato.view.ViewBeanBase
Invokes the request handling mechanism on the child that corresponds to the generated request.
isAutoRetrieveEnabled() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Returns the state of auto-retrieval.
isAutoRetrieveEnabled() - Method in interface com.iplanet.jato.view.WebActionHandler
Returns the state of auto-retrieval.
isAutoRetrieveEnabled() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Returns the state of auto-retrieval.
isChecked() - Method in class com.iplanet.jato.view.html.CheckBox
Returns true if the current display field value is equal to the the checked value.
isChildNode() - Method in class com.iplanet.jato.model.TreeModelBase
 
isChildNode() - Method in interface com.iplanet.jato.model.TreeModel
Check if the current node is a child of a parent node
isChildNode() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
isChildNode() - Method in interface com.iplanet.jato.view.TreeView
 
isChildNode() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
isComputedField() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Indicates whether this field represents an arbitary SQL expression as opposed to a mapping of a relational database table/view column.
isDebug() - Method in class com.iplanet.jato.ApplicationServletBase
Return the state of debug mode.
isDefaultContext() - Method in interface com.iplanet.jato.model.ContextualModel
Checks if the current context is the default context
isDefaultContext() - Method in class com.iplanet.jato.model.DefaultModel
Checks if the current context is the default context
isHorizontalLayout() - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
 
isHorizontalLayout() - Method in class com.iplanet.jato.view.html.RadioButtonGroup
Returns true if this radio button group has been designated for horizontal layout
isIterationComplete() - Method in class com.iplanet.jato.model.TreeModelBase
Indicates whether the current iteration cycle has been completed
isKey() - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Indicator of whether this field represents a relational database table/view column which is a key or part of a compound key.
isLevelEnabled(int) - Static method in class com.iplanet.jato.Log
Returns whether the specified log level is currently enabled
isMultiple() - Method in class com.iplanet.jato.taglib.html.SelectTag
 
isMultiSelect() - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns true if the SelectableGroup supports selection of more than one option
isMultiSelect() - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns true if the SelectableGroup supports selection of more than one option
isNewSession(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Returns the "new" status of the current session
isNodeExpanded() - Method in interface com.iplanet.jato.view.TreeView
 
isNodeExpanded() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
isNodeExpanded(String) - Method in class com.iplanet.jato.view.SimpleTreeViewStateData
/ public int getBitLocation(String nodeID) { Integer result=nodeIDMap.get(nodeID); if (result!=null) return result.intValue(); else return -1; } /**
isNodeExpanded(String) - Method in interface com.iplanet.jato.view.TreeViewStateData
Checks if the specified node is in the expanded state
isParentNode() - Method in class com.iplanet.jato.model.TreeModelBase
 
isParentNode() - Method in interface com.iplanet.jato.model.TreeModel
Check if the current node is a parent of other nodes
isParentNode() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
isParentNode() - Method in interface com.iplanet.jato.view.TreeView
 
isParentNode() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
isQueryTypeEnabled(int) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
checks the support for a query type
isReset() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
isReset() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
isSelected(Option) - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns true if the supplied Option is amongst the currently selected Options.
isSelected(Option) - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns true if the supplied Option is amongst the currently selected Options.
isSelected(String) - Method in interface com.iplanet.jato.view.html.SelectableGroup
Returns true if the supplied value is amongst the currently selected option values
isSelected(String) - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Returns true if the supplied value is amongst the currently selected option values
isSessionTimedOut(RequestContext, String) - Method in class com.iplanet.jato.ApplicationServletBase
Returns the timeout status of the current session
isShowMessageBuffer() - Method in class com.iplanet.jato.ApplicationServletBase
Return whether or not the application message buffer will be appended to the rendered HTML page.
isTileDisplayable(int) - Method in class com.iplanet.jato.view.TiledViewBase
Tests whether the tile specified by the provided index is displayable according to the max display tile limit.
isTrue(String) - Method in class com.iplanet.jato.taglib.TagBase
 
isUseDefaultValues() - Method in class com.iplanet.jato.model.DefaultModel
Indicates whether this model instance will use default values for empty fields.
isUsingJNDI() - Static method in class com.iplanet.jato.SQLConnectionManagerBase
Return whether or not the JNDI lookup is the current connection retreival policy

J

JATO_TRACE - Static variable in class com.iplanet.jato.Log
Reserved for internal JATO tracing
JspBeginChildDisplayEvent - class com.iplanet.jato.view.event.JspBeginChildDisplayEvent.
Provides notification that the JSP tag associated with a perticular child View is in the first phase of its dislay cycle.
JspBeginChildDisplayEvent(Tag, PageContext, String) - Constructor for class com.iplanet.jato.view.event.JspBeginChildDisplayEvent
Creates a JspBeginChildDisplayEvent object
JspChildDisplayEvent - class com.iplanet.jato.view.event.JspChildDisplayEvent.
Provides notification that the JSP Tag associated with a perticular child View is in the midst of its display cycle.
JspChildDisplayEvent(Tag, PageContext, String) - Constructor for class com.iplanet.jato.view.event.JspChildDisplayEvent
Creates a JspChildDisplayEvent object
JspDisplayEvent - class com.iplanet.jato.view.event.JspDisplayEvent.
Provides notification that a JSP Tag is in the midst of its display cycle.
JspDisplayEvent(Tag, PageContext) - Constructor for class com.iplanet.jato.view.event.JspDisplayEvent
Creates a JspDisplayEvent object
JspEndChildDisplayEvent - class com.iplanet.jato.view.event.JspEndChildDisplayEvent.
Provides notification that the JSP tag associated with a perticular child View is in the final phase of its dislay cycle.
JspEndChildDisplayEvent(Tag, PageContext, String, String) - Constructor for class com.iplanet.jato.view.event.JspEndChildDisplayEvent
Creates a JspEndChildDisplayEvent object
JspWrapperException - exception com.iplanet.jato.taglib.JspWrapperException.
 
JspWrapperException() - Constructor for class com.iplanet.jato.taglib.JspWrapperException
 
JspWrapperException(String) - Constructor for class com.iplanet.jato.taglib.JspWrapperException
 
JspWrapperException(String, Throwable) - Constructor for class com.iplanet.jato.taglib.JspWrapperException
 
JspWrapperException(Throwable) - Constructor for class com.iplanet.jato.taglib.JspWrapperException
 

L

LABEL_FOR_NONE_SELECTED_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
LABEL_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
last() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
last() - Method in class com.iplanet.jato.model.DefaultModel
Moves the internal location iterator to the last available row.
last() - Method in interface com.iplanet.jato.model.DatasetModel
Moves the internal location iterator to the last available dataset.
last() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
length() - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Returns the length (character count) of this string buffer.
LINES_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
ListBox - class com.iplanet.jato.view.html.ListBox.
The ListBox class encapsulates and implements the server-side representation of an HTML Select statement where the size is greater than one.
ListBox(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties.
ListBox(ContainerView, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties.
ListBox(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties.
ListBox(ContainerView, String, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties.
ListBox(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties
ListBox(View, Model, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties
ListBox(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties
ListBox(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties
ListBox(View, Model, String, String, Object, OptionList, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.ListBox
Construct a display field with the specified properties
ListBoxTag - class com.iplanet.jato.taglib.html.ListBoxTag.
 
ListBoxTag() - Constructor for class com.iplanet.jato.taglib.html.ListBoxTag
 
loadBundle(String) - Method in class com.iplanet.jato.model.ResourceBundleModel
Causes the Model to (re)load its ResourceBundle
loadBundle(String, Locale) - Method in class com.iplanet.jato.model.ResourceBundleModel
Causes the Model to (re)load its ResourceBundle
Log - class com.iplanet.jato.Log.
A simple logging mechanism that provides threadsafe static access to the ServletContext.log(...) method.
log(int, Object) - Static method in class com.iplanet.jato.Log
Write a message to the servlet context log at the specified log level.
log(int, String) - Static method in class com.iplanet.jato.Log
Write a message to the servlet context log at the specified log level.
log(Object) - Static method in class com.iplanet.jato.Log
Write a message to the servlet context log.
log(String) - Static method in class com.iplanet.jato.Log
Write a message to the servlet context log.
log(String, Throwable) - Static method in class com.iplanet.jato.Log
Write an error message and exception to the servlet context log.
logicalFieldName - Variable in class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
LONG_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 

M

mapOutputParameters(CallableStatement) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Copies the CallableStatement output parameters into the model's value cache.
mapRequestParameter(DisplayField, Object[]) - Method in class com.iplanet.jato.view.ContainerViewBase
Called by mapRequestParameters() to set the value of a request parameter on a specific display field.
mapRequestParameters(HttpServletRequest) - Method in class com.iplanet.jato.view.ContainerViewBase
Maps servlet request parameter values into subviews.
mapRequestParameters(HttpServletRequest) - Method in class com.iplanet.jato.view.ViewBeanBase
 
mapRequestParameters(HttpServletRequest) - Method in interface com.iplanet.jato.view.ContainerView
Maps servlet request parameter values into subviews.
mapRequestParameters(HttpServletRequest) - Method in class com.iplanet.jato.view.TiledViewBase
Maps servlet request parameter values into subviews.
mapSourceTargetNVPs() - Method in class com.iplanet.jato.view.CommandFieldBase
Deprecated. This method is no longer needed and it currently has no implementation. Developers can safely omit calls to this method.
mapSourceTargetValues() - Method in class com.iplanet.jato.view.CommandFieldBase
Iterates through the list of CommandSourceTargetPairs and sets each target member's value to its corresponding source value.
markResponseStarted(RequestContext) - Static method in class com.iplanet.jato.RequestContextImpl
 
matches(Method) - Method in class com.iplanet.jato.util.MethodSpec
Matches this method specification against supplied class method.
matchHasChildren(TreeView) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
matchIsExpanded(TreeView) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
matchLevel() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
matchMaxLevel(int) - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
matchMinLevel(int) - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
matchNode() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
matchNodeName(TreeView) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
matchNodeType(TreeView) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
MAX_LENGTH_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
MESSAGE_AREA_POSTFIX - Static variable in class com.iplanet.jato.ApplicationServletBase
 
MESSAGE_AREA_PREFIX - Static variable in class com.iplanet.jato.ApplicationServletBase
 
MethodRegistry - class com.iplanet.jato.util.MethodRegistry.
Utility for organizing one or more MethodSpec instances and storing the results of matching these specification against a set of classes.
MethodRegistry(MethodSpec) - Constructor for class com.iplanet.jato.util.MethodRegistry
Create registry based on single method specification.
MethodRegistry(MethodSpec[]) - Constructor for class com.iplanet.jato.util.MethodRegistry
Create registry based on list of method specifications.
MethodSpec - class com.iplanet.jato.util.MethodSpec.
Utility which encapsulates both the specification of an arbitary method signature and behavior for matching these specifications against a particular class member.
MethodSpec(String, Class, Class[]) - Constructor for class com.iplanet.jato.util.MethodSpec
Create a method specification based method name pattern, return type, and list of parameter types.
Model - interface com.iplanet.jato.model.Model.
A model is an abstraction of a value source.
MODEL_FIELD_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
MODEL_TYPE_DELETE - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
MODEL_TYPE_EXECUTE - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
MODEL_TYPE_INSERT - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
MODEL_TYPE_RETRIEVE - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
MODEL_TYPE_UPDATE - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
ModelControlException - exception com.iplanet.jato.model.ModelControlException.
Thrown when a model encounters an unexpected error attempting to manipulate its data store
ModelControlException() - Constructor for class com.iplanet.jato.model.ModelControlException
Default constructor
ModelControlException(String) - Constructor for class com.iplanet.jato.model.ModelControlException
 
ModelControlException(String, Throwable) - Constructor for class com.iplanet.jato.model.ModelControlException
 
ModelControlException(Throwable) - Constructor for class com.iplanet.jato.model.ModelControlException
 
ModelExecutionContext - interface com.iplanet.jato.model.ModelExecutionContext.
Allows developers to customize the execution of an ExecutingModel .
ModelExecutionContextBase - class com.iplanet.jato.model.ModelExecutionContextBase.
A basic implementation of the ModelExecutionContext interface.
ModelExecutionContextBase() - Constructor for class com.iplanet.jato.model.ModelExecutionContextBase
Default constructor
ModelExecutionContextBase(String) - Constructor for class com.iplanet.jato.model.ModelExecutionContextBase
Construct an object with the specified operation name
ModelFieldTagBase - class com.iplanet.jato.taglib.ModelFieldTagBase.
 
ModelFieldTagBase() - Constructor for class com.iplanet.jato.taglib.ModelFieldTagBase
 
ModelManager - class com.iplanet.jato.ModelManager.
A factory for the instantiation and retrieval of Model objects within a request.
ModelManager(RequestContext, ModelTypeMap) - Constructor for class com.iplanet.jato.ModelManager
 
ModelTypeMap - interface com.iplanet.jato.ModelTypeMap.
Allows for the mapping of a Model interface to a class that implements that interface.
ModelTypeMapBase - class com.iplanet.jato.ModelTypeMapBase.
A base implementation of ModelTypeMap
ModelTypeMapBase() - Constructor for class com.iplanet.jato.ModelTypeMapBase
Default constructor
ModifyingQueryExecutionContext - class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext.
 
ModifyingQueryExecutionContext() - Constructor for class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
ModifyingQueryExecutionContext(Connection) - Constructor for class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
ModifyingQueryExecutionContext(Statement) - Constructor for class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
ModifyingQueryModel - interface com.iplanet.jato.model.sql.ModifyingQueryModel.
Specialization of QueryModel that provides information returned by a modifying (INSERT, UPDATE, or DELETE) query.
MULTIPLE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
MultipleModelAdapter - class com.iplanet.jato.model.MultipleModelAdapter.
A simple model that gathers values from and distributes values to one or more target models.
MultipleModelAdapter() - Constructor for class com.iplanet.jato.model.MultipleModelAdapter
Default constructor
MultipleModelAdapter(Collection) - Constructor for class com.iplanet.jato.model.MultipleModelAdapter
Initialize the adapter with the provided collection of target models
MultipleModelAdapter(Model) - Constructor for class com.iplanet.jato.model.MultipleModelAdapter
Initialize the adapter with the provided target model
MultipleModelAdapter(Model[]) - Constructor for class com.iplanet.jato.model.MultipleModelAdapter
Initialize the adapter with the provided array of target models
MultipleModelAdapter(Model, Model) - Constructor for class com.iplanet.jato.model.MultipleModelAdapter
Initialize the adapter with the provided target models
MultipleModelAdapter(Model, Model, Model) - Constructor for class com.iplanet.jato.model.MultipleModelAdapter
Initialize the adapter with the provided target models

N

NAME_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
NavigationException - exception com.iplanet.jato.NavigationException.
This exception is thrown to indicate that an exception occurred during navigation to another resource handled by the container.
NavigationException() - Constructor for class com.iplanet.jato.NavigationException
Default constructor
NavigationException(String) - Constructor for class com.iplanet.jato.NavigationException
Create an instance with the specified error message
NavigationException(String, String, ViewBean, Throwable) - Constructor for class com.iplanet.jato.NavigationException
Create an instance with the specified error message, root cause exception, target resource, and target ViewBean
NavigationException(String, Throwable) - Constructor for class com.iplanet.jato.NavigationException
Create an instance with the specified error message and root cause exception
NavigationException(Throwable) - Constructor for class com.iplanet.jato.NavigationException
Create an instance with the specified root cause exception
NEXT_CHILD - Static variable in interface com.iplanet.jato.model.TreeModel
 
NEXT_SIBLING - Static variable in interface com.iplanet.jato.model.TreeModel
 
next() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
next() - Method in class com.iplanet.jato.model.DefaultModel
Moves the internal location iterator to the next available row
next() - Method in interface com.iplanet.jato.model.DatasetModel
Moves the internal location iterator to the next available dataset
next() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
next() - Method in class com.iplanet.jato.util.StringTokenizer2
 
nextElement() - Method in class com.iplanet.jato.util.StringTokenizer2
 
nextNode() - Method in class com.iplanet.jato.model.TreeModelBase
Subclasses need not override this method if they wish to use the standard node traversal implementation provided by this class
nextNode() - Method in interface com.iplanet.jato.model.TreeModel
Make the current node the next available node.
nextNode() - Method in interface com.iplanet.jato.view.TreeView
 
nextNode() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
nextNode(int) - Method in class com.iplanet.jato.model.TreeModelBase
Subclasses need not override this method if they wish to use the standard node traversal implementation provided by this class
nextNode(int) - Method in interface com.iplanet.jato.model.TreeModel
Make the current node the next available node according to the provided next node type.
nextSibling() - Method in class com.iplanet.jato.model.TreeModelBase
The implementation of this method should leave the node level unchanged
nextSibling() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
nextTile() - Method in interface com.iplanet.jato.view.TiledView
Moves the current tile position to the next available tile.
nextTile() - Method in class com.iplanet.jato.view.TiledViewBase
Increments the current tile position to the next available tile position.
nextTileInternal() - Method in class com.iplanet.jato.view.TiledViewBase
Increments the current tile position to the next available tile position.
nextToken() - Method in class com.iplanet.jato.util.StringTokenizer2
 
NO_FORMAT_TYPE - Static variable in class com.iplanet.jato.util.HtmlUtil
 
NonSyncStringBuffer - class com.iplanet.jato.util.NonSyncStringBuffer.
Non-synchronized version of java.lang.StringBuffer It has been modified to provide efficient performance in case where StringBuffers are not expected to be used in multiple Threads.
NonSyncStringBuffer() - Constructor for class com.iplanet.jato.util.NonSyncStringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
NonSyncStringBuffer(int) - Constructor for class com.iplanet.jato.util.NonSyncStringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
NonSyncStringBuffer(String) - Constructor for class com.iplanet.jato.util.NonSyncStringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument.
notifyRequestCompletionListeners() - Method in class com.iplanet.jato.RequestContextImpl
Notifies all registered RequestCompletionListeners that the current request is at an end
notifyRequestCompletionListeners() - Method in class com.iplanet.jato.ModelManager
Deprecated. Code that calls this method is no longer required and should be removed
notifyRequestCompletionListeners() - Method in class com.iplanet.jato.ViewBeanManager
Deprecated. Code that calls this method is no longer required and may be removed.
notifyRequestCompletionListeners(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Notifies the request completion listeners associated with the request context that the request is complete.

O

OBJECT_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
obtainConnection(String) - Static method in class com.iplanet.jato.SQLConnectionManagerBase
Return a JDBC Connection for the specified datasource.
obtainConnection(String, String, String) - Static method in class com.iplanet.jato.SQLConnectionManagerBase
Return a JDBC Connection for the specified datasource.
obtainResultSet(CallableStatement) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Return the callable statement's result set.
ON_EMPTY_VALUE_EXCLUDE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
If no value is provided, don't supply a value (default)
ON_EMPTY_VALUE_SEND_NULL - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
If no value is provided, send NULL to the database
ON_EMPTY_VALUE_USE_FORMULA - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
If no value is provided, emptyFormula is the provided value
onAfterRequest(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been superceded by onAfterRequest(RequestContext requestContext)
onAfterRequest(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to perform actions after the request has been handled and a response page rendered.
onBeforeHeader(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been removed. Migrate all code in this event to the onInitializeHandler() method.
onBeforeRequest(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been superceded by onBeforeRequest(RequestContext requestContext)
onBeforeRequest(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to perform actions before the request is dispatched to the ViewBean handler, such as checking security or logging debug information.
onBeforeSessionUpdate(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been removed. Migrate all code in this event to the onAfterRequest() method.
onDatabaseError(ModelExecutionContext, int, SQLException) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Invoked as notification that this model encountered a SQLException.
onDatabaseError(ModelExecutionContext, SQLException) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Invoked as notification that this model encountered a SQLException.
onInitializeHandler(HttpServletRequest, HttpServletResponse, ViewBean) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been superceded by onInitializeHandler(RequestContext requestContext, RequestHandler requestHandler)
onInitializeHandler(RequestContext, RequestHandler) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to perform common of the ViewBean being invoked on this request.
onInitializeHandler(RequestContext, ViewBean) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been superceded by onInitializeHandler(RequestContext requestContext, RequestHandler requestHandler)
onModelError(Model, int, ModelControlException) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Invoked as notification that a given model threw a ModelControlException during auto-execution.
onModelError(Model, int, ModelControlException) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Invoked as notification that a given model threw a ModelControlException during auto-execution.
onNewSession(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been superceded by onNewSession(RequestContext requestContext)
onNewSession(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to receive notification of a new session (a new user has requested a page)
onNoModelDataAvailable(Model, int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Deprecated. This method is no longer supported
onNoModelDataAvailable(Model, int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Deprecated. This method is no longer supported
onRequestHandlerNotFound(RequestContext, String) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to receive notification that a request was received that specified an invalid target request handler (page).
onRequestHandlerNotSpecified(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to receive notification that a request was received that did not specify a target request handler (page).
onSessionTimeout(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Deprecated. This event has been superceded by onSessionTimeout(RequestContext requestContext)
onSessionTimeout(RequestContext) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to receive notification that a request was submitted with an exprired session.
onUncaughtException(RequestContext, Exception) - Method in class com.iplanet.jato.ApplicationServletBase
Override this method to respond to uncaught application error messages.
onValidationException(DisplayField, Object[], RuntimeException) - Method in class com.iplanet.jato.view.ContainerViewBase
Called if the setValues(...) on a child DisplayField throws an exception during request parameter mapping.
OPERATION_DELETE - Static variable in interface com.iplanet.jato.model.ModelExecutionContext
When provided as the operation name for the context, indicates that a delete operation should be performed
OPERATION_EXECUTE - Static variable in interface com.iplanet.jato.model.ModelExecutionContext
When provided as the operation name for the context, indicates that a general execute operation should be performed
OPERATION_INSERT - Static variable in interface com.iplanet.jato.model.ModelExecutionContext
When provided as the operation name for the context, indicates that an insert operation should be performed
OPERATION_RETRIEVE - Static variable in interface com.iplanet.jato.model.ModelExecutionContext
When provided as the operation name for the context, indicates that a retrieve operation should be performed
OPERATION_UPDATE - Static variable in interface com.iplanet.jato.model.ModelExecutionContext
When provided as the operation name for the context, indicates that an update operation should be performed
operator - Variable in class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
Option - class com.iplanet.jato.view.html.Option.
The Option encapsulates and implements the server-side representation of an HTML Option (see HTML Radio and Select tags).
OPTION_CHECK_FOR_EXISTING_USER_WHERE_CRITERIA - Static variable in class com.iplanet.jato.model.sql.QueryModelBase
If set, turns on checking for existing WHERE criteria when setting additional WHERE criteria.
OPTION_COERCE_CACHED_RESULT_SET_VALUES - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
OPTION_COERCE_VALUE_TYPES - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
OPTION_ENABLE_QUALIFIELD_CHILD_NAME_LOOKUPS - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
OPTION_FALLBACK_TO_LEGACY_REQUEST_EVENT_SIGNATURES - Static variable in class com.iplanet.jato.view.command.DefaultRequestHandlingCommand
 
OPTION_FALLBACK_TO_LEGACY_REQUEST_EVENT_SIGNATURES - Static variable in class com.iplanet.jato.view.command.DefaultTiledRequestHandlingCommand
 
OPTION_OPTIMAL_DRIVER_USAGE - Static variable in class com.iplanet.jato.model.sql.QueryModelBase
Not currently supported
OPTION_UNILATERALLY_REGISTER_INPUT_TYPE - Static variable in class com.iplanet.jato.model.sql.StoredProcModelBase
In general, we do not recommend setting this value to true, as it may require the values provided to the JDBC driver to be coerced to either a specific Java type or a JDBC-driver specific type (Oracle does the latter for example).
OPTION_USE_LEGACY_DISPLAY_EVENT_SIGNATURES - Static variable in class com.iplanet.jato.view.ContainerViewBase
 
OPTION_USE_PAGE_SESSION_FOR_DEFAULT_COMMAND_CHILD - Static variable in class com.iplanet.jato.view.ViewBeanBase
Enabling is not recommended, as it is a fairly significant performance hit For example, it causes the page session to be deserialized twice in some cases, and causes the page session to be reserialized in situations in which it otherwise wouldn't.
Option(String, String) - Constructor for class com.iplanet.jato.view.html.Option
This constructor can be used when creating an Option directly / protected Option() { super(); } /** This constructor can be used when creating an Option directly
OptionList - class com.iplanet.jato.view.html.OptionList.
The OptionList encapsulates a collection of Option items for use by SelectableGroup sub-types.
OptionList() - Constructor for class com.iplanet.jato.view.html.OptionList
Default constructor
OptionList(Option[]) - Constructor for class com.iplanet.jato.view.html.OptionList
 
OptionList(String[], String[]) - Constructor for class com.iplanet.jato.view.html.OptionList
 
outputDebug(HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
Appends a snoop-style table of diagnostic information to the bottom of the rendered HTML page.
outputMessageBuffer(RequestContext) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
outputServletErrorMessage(RequestContext, int, String, String, Throwable) - Method in class com.iplanet.jato.ApplicationServletBase
 

P

PAGE_SESSION_ATTRIBUTE_NVP_NAME - Static variable in interface com.iplanet.jato.view.ViewBean
The key used to store page "session" attributes in the HTML page
PAGE_SESSION_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
PAGELET_PARENT_TAG - Static variable in class com.iplanet.jato.taglib.PageletTag
 
PageletTag - class com.iplanet.jato.taglib.PageletTag.
 
PageletTag() - Constructor for class com.iplanet.jato.taglib.PageletTag
 
PARAM_DEBUG - Static variable in class com.iplanet.jato.ApplicationServletBase
 
PARAM_HANDLER_BEAN - Static variable in class com.iplanet.jato.ApplicationServletBase
 
PARAM_IN - Static variable in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Specifies an input parameter
PARAM_INOUT - Static variable in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Specifies an in-out parameter
PARAM_OUT - Static variable in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Specifies an out parameter
PARAM_RESULT - Static variable in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Specifies a result parameter
parent() - Method in class com.iplanet.jato.model.TreeModelBase
The implementation of this method should call decrementNodeLevel()
parent() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
parsePathInfo(String) - Method in class com.iplanet.jato.ApplicationServletBase
Returns the logical page name specified on the request URL
PasswordTag - class com.iplanet.jato.taglib.html.PasswordTag.
 
PasswordTag() - Constructor for class com.iplanet.jato.taglib.html.PasswordTag
 
peekContextValue(String) - Method in class com.iplanet.jato.taglib.TagBase
 
PICTURE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
popContainerView(ContainerView) - Method in class com.iplanet.jato.taglib.TagBase
 
popContextValue(String) - Method in class com.iplanet.jato.taglib.TagBase
 
popPageletContainerViewTag() - Method in class com.iplanet.jato.taglib.TagBase
Pop the current container tag from the request attributes
populate(RequestContext) - Method in class com.iplanet.jato.view.html.OptionList
Directs this object to replace its current collection of Options with a new collection.
popViewBean(PageContext) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
This method is also called from the pagelet tag to deinitialize the pagelet page context
positionResultSet(DatasetModelExecutionContext) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
This method is only intended to be called after a SELECT query has been executed and the new result set has been cached.
positionResultSet(int, int) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
This method is only intended to be called after a SELECT query has been executed and the new result set has been cached.
prepareEventOverrideMessage(String) - Method in class com.iplanet.jato.ApplicationServletBase
Prepares a localized version of the "developer friendly" event override error message
prepareServletErrorMessage(String, String, StringWriter) - Method in class com.iplanet.jato.ApplicationServletBase
Prepares a localized version of the "developer friendly" servlet error message
previous() - Method in class com.iplanet.jato.model.BeanAdapterModel
 
previous() - Method in class com.iplanet.jato.model.DefaultModel
Moves the internal location iterator to the previous available row
previous() - Method in interface com.iplanet.jato.model.DatasetModel
Moves the internal location iterator to the previous available dataset
previous() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
printStackTrace() - Method in class com.iplanet.jato.taglib.JspWrapperException
 
printStackTrace() - Method in class com.iplanet.jato.util.WrapperRuntimeException
 
printStackTrace() - Method in class com.iplanet.jato.util.WrapperException
 
printStackTrace(PrintStream) - Method in class com.iplanet.jato.taglib.JspWrapperException
 
printStackTrace(PrintStream) - Method in class com.iplanet.jato.util.WrapperRuntimeException
 
printStackTrace(PrintStream) - Method in class com.iplanet.jato.util.WrapperException
 
printStackTrace(PrintWriter) - Method in class com.iplanet.jato.taglib.JspWrapperException
 
printStackTrace(PrintWriter) - Method in class com.iplanet.jato.util.WrapperRuntimeException
 
printStackTrace(PrintWriter) - Method in class com.iplanet.jato.util.WrapperException
 
processRequest(String, HttpServletRequest, HttpServletResponse) - Method in class com.iplanet.jato.ApplicationServletBase
This method contains the main implementation of JATO's request handling and dispatch mechanism
ProfileTimer - class com.iplanet.jato.util.ProfileTimer.
Provides an easy-to-use and accurate timing mechanism for a variety of profiling uses.
ProfileTimer() - Constructor for class com.iplanet.jato.util.ProfileTimer
Default constructor
pushContainerView(ContainerView) - Method in class com.iplanet.jato.taglib.TagBase
/ protected TiledView getParentTiledView() throws JspException { ContainerView parentContainer=getParentContainerView(); if (!(parentContainer instanceof TiledView)) throw new JspException("The container view available from the "+ "parent tag was not of type "+TiledView.class.getName()); return (TiledView)parentContainer; } /**
pushContextValue(String, Object) - Method in class com.iplanet.jato.taglib.TagBase
 
pushPageletContainerViewTag() - Method in class com.iplanet.jato.taglib.TagBase
Push the current container tag into the request attributes for use by pagelets
pushViewBean(PageContext) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
This method is also called from the pagelet tag to initialize the pagelet page context

Q

QBE_CONTROL_NAME_SUFFIX - Static variable in interface com.iplanet.jato.view.html.HtmlDisplayField
 
QUALIFIED_VIEW_NAME_SEPARATOR - Static variable in interface com.iplanet.jato.view.View
 
QUERY_TYPE_DELETE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
field capable of participation in delete queries
QUERY_TYPE_DELETE - Static variable in class com.iplanet.jato.model.sql.QueryModelBase
Identifies a DELETE SQL query
QUERY_TYPE_INSERT - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
field capable of participation in insert queries
QUERY_TYPE_INSERT - Static variable in class com.iplanet.jato.model.sql.QueryModelBase
Identifies an INSERT SQL query
QUERY_TYPE_NONE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
field not capable of participation in any queries
QUERY_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
QUERY_TYPE_SELECT - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
field capable of participation in select queries
QUERY_TYPE_SELECT - Static variable in class com.iplanet.jato.model.sql.QueryModelBase
Identifies a SELECT SQL query
QUERY_TYPE_UPDATE - Static variable in class com.iplanet.jato.model.sql.QueryFieldDescriptor
field capable of participation in update queries
QUERY_TYPE_UPDATE - Static variable in class com.iplanet.jato.model.sql.QueryModelBase
Identifies an UPDATE SQL query
QueryFieldDescriptor - class com.iplanet.jato.model.sql.QueryFieldDescriptor.
Encapsulates the metadata needed to describe a QueryModel logical field.
QueryFieldDescriptor() - Constructor for class com.iplanet.jato.model.sql.QueryFieldDescriptor
Default constructor.
QueryFieldDescriptor(String, String, String, Class) - Constructor for class com.iplanet.jato.model.sql.QueryFieldDescriptor
Minimal recommended constructor.
QueryFieldDescriptor(String, String, String, Class, boolean) - Constructor for class com.iplanet.jato.model.sql.QueryFieldDescriptor
Optional constructor allows the key property to be assigned.
QueryFieldDescriptor(String, String, String, Class, boolean, boolean, int, String, int, String) - Constructor for class com.iplanet.jato.model.sql.QueryFieldDescriptor
Full constructor which allows additional properties to be assigned including parameters associated with computed fields, insert behavior and empty value considerations.
QueryFieldDescriptor(String, String, String, Class, boolean, boolean, int, String, int, String, int) - Constructor for class com.iplanet.jato.model.sql.QueryFieldDescriptor
Complete constructor allows the queryTypeMask property to be assigned.
QueryFieldSchema - class com.iplanet.jato.model.sql.QueryFieldSchema.
The schema containing the SQL program metadata.
QueryFieldSchema() - Constructor for class com.iplanet.jato.model.sql.QueryFieldSchema
Default constructor.
QueryModel - interface com.iplanet.jato.model.sql.QueryModel.
Defines operations specific to a model that uses a standard RDMBS as its backend data repository.
QueryModelBase - class com.iplanet.jato.model.sql.QueryModelBase.
This class is the core implementation for all SQL query-based models.
QueryModelBase.WhereCriterion - class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion.
Represents a single WHERE clause criterion.
QueryModelBase.WhereCriterion(QueryFieldDescriptor, String, String, Object) - Constructor for class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
QueryModelBase() - Constructor for class com.iplanet.jato.model.sql.QueryModelBase
Default constructor

R

RadioButtonGroup - class com.iplanet.jato.view.html.RadioButtonGroup.
The RadioButtonGroup class encapsulates and implements the server-side representation of a collection of HTML radio fields
RadioButtonGroup(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties.
RadioButtonGroup(ContainerView, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties.
RadioButtonGroup(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties.
RadioButtonGroup(ContainerView, String, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties.
RadioButtonGroup(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties
RadioButtonGroup(View, Model, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties
RadioButtonGroup(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties
RadioButtonGroup(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties
RadioButtonGroup(View, Model, String, String, Object, OptionList, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.RadioButtonGroup
Construct a display field with the specified properties
RadioButtonsTag - class com.iplanet.jato.taglib.html.RadioButtonsTag.
 
RadioButtonsTag() - Constructor for class com.iplanet.jato.taglib.html.RadioButtonsTag
 
registerChild(String, Class) - Method in class com.iplanet.jato.view.ContainerViewBase
Called to register each child instance and its type with the container.
registerDisplayEventHandlers(Class) - Static method in class com.iplanet.jato.view.ContainerViewBase
Internal method used to register child field display handler methods.
registerInstance(ViewBean) - Method in class com.iplanet.jato.ViewBeanManager
Register the specified view bean with the ViewBeanManager.
registerMethods(Class) - Method in class com.iplanet.jato.util.MethodRegistry
Pass the supplied class across all method specifications in this registry and store the results for later lookup.
registerParameters(CallableStatement) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Prepares the CallableStatement prior to execution.
registerTypeConversion(Object, TypeConversion) - Static method in class com.iplanet.jato.util.TypeConverter
Register a type conversion object under the specified key.
release() - Method in class com.iplanet.jato.taglib.TagBase
 
reloadSourceView(CommandEvent) - Method in class com.iplanet.jato.view.command.TreeHandleRequestCommand
Forwards the request to the ViewBean that contains the tree
remove() - Method in class com.iplanet.jato.util.StringTokenizer2
Feature not supported
removeAllChildren() - Method in class com.iplanet.jato.view.ContainerViewBase
Removes all instantiated children from this container.
removeChild(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Removes the named child from the current list of instantiated children.
removeContext(String) - Method in class com.iplanet.jato.model.DefaultModel
Removes the named context from this model
removeExtraValue(String) - Method in class com.iplanet.jato.view.CommandFieldBase
Removes a name value pair from this object's extra value map.
removeFieldValueWhereCriterion(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
removeFieldValueWhereCriterion(String) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Removes a field's request-scoped where clause criterion.
removeFromSession(Model) - Method in class com.iplanet.jato.ModelManager
This method allows the caller to schedule the specified model for immediate removal from the session.
removePageSessionAttribute(String) - Method in class com.iplanet.jato.view.ViewBeanBase
 
removePageSessionAttribute(String) - Method in interface com.iplanet.jato.view.ViewBean
This method removes a page-scoped "session" attribute from this view bean's ' * internal list of attributes.
removeParameterValue(String) - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Removes the named parameter value.
removeParameterValue(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
removeQualifiedNameIndices(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Given a name like this:
removeRange(int, int) - Method in class com.iplanet.jato.model.DefaultModel.RowValueArrayList
 
removeRequestCompletionListener(RequestCompletionListener) - Method in class com.iplanet.jato.RequestContextImpl
 
removeRequestCompletionListener(RequestCompletionListener) - Method in interface com.iplanet.jato.RequestContext
Removes a request completion listener from the request context.
removeTargetModel(Model) - Method in class com.iplanet.jato.model.MultipleModelAdapter
Removes a model to the list of target models.
removeUserWhereCriteria(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
removeUserWhereCriteria(String) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Removes all of a field's session-scoped where clause criteria.
removeValue(String) - Method in class com.iplanet.jato.taglib.TagBase
 
replace(String, String, String) - Static method in class com.iplanet.jato.util.StringTokenizer2
Performs a classic string find and replace
replace(String, String, String, boolean) - Static method in class com.iplanet.jato.util.StringTokenizer2
Performs a classic string find & replace, optionally ignoring the case of the string
REQUEST_CONTEXT_ATTRIBUTE_NAME - Static variable in class com.iplanet.jato.ApplicationServletBase
 
requestComplete() - Method in class com.iplanet.jato.ModelManager
Called when the request is at an end.
requestComplete() - Method in interface com.iplanet.jato.RequestCompletionListener
Called to notify the listener that the request is at an end
requestComplete() - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
requestComplete() - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Called upon notification that the current request is complete.
requestComplete() - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Called upon notification that the current request is complete.
requestComplete() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
RequestCompletionListener - interface com.iplanet.jato.RequestCompletionListener.
Designates that an object is interested in being notified that the current request is at an end.
RequestContext - interface com.iplanet.jato.RequestContext.
Encapsulates several critical request-related resources that are accessed frequently throughout the JATO infrastructure and JATO applications.
RequestContextImpl - class com.iplanet.jato.RequestContextImpl.
A default implementation if RequestContext
RequestContextImpl() - Constructor for class com.iplanet.jato.RequestContextImpl
Default constructor
RequestContextImpl(String, ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class com.iplanet.jato.RequestContextImpl
Create an instance with the specified core objects
RequestHandler - interface com.iplanet.jato.RequestHandler.
A request handler is a view that can handle a request that pertains to it.
RequestHandlingTiledViewBase - class com.iplanet.jato.view.RequestHandlingTiledViewBase.
An intermediate TiledView derivation that supports request handling and handling of web actions.
RequestHandlingTiledViewBase(View, String) - Constructor for class com.iplanet.jato.view.RequestHandlingTiledViewBase
Creates an instance with a parent and name
RequestHandlingTreeViewBase - class com.iplanet.jato.view.RequestHandlingTreeViewBase.
Concrete TreeView implementation that supports request handling and handling of web actions.
RequestHandlingTreeViewBase(View, String) - Constructor for class com.iplanet.jato.view.RequestHandlingTreeViewBase
Creates an instance with a parent and name
RequestHandlingTreeViewBase(View, String, String) - Constructor for class com.iplanet.jato.view.RequestHandlingTreeViewBase
Creates an instance with a parent, name, and state data lookup name.
RequestHandlingViewBase - class com.iplanet.jato.view.RequestHandlingViewBase.
An intermediate View derivation that supports request handling and handling of web actions.
RequestHandlingViewBase(View, String) - Constructor for class com.iplanet.jato.view.RequestHandlingViewBase
Creates an instance with a parent and name
RequestInvocationEvent - interface com.iplanet.jato.view.event.RequestInvocationEvent.
Interface for request invocation notification.
RequestManager - class com.iplanet.jato.RequestManager.
A mechanism that provides threadsafe static access to the current request context.
RequestParticipant - interface com.iplanet.jato.RequestParticipant.
Designates that an object wants to receive the current request's request context.
RESERVED_PARAMETER_NAME_PREFIX - Static variable in class com.iplanet.jato.ApplicationServletBase
 
reset() - Method in class com.iplanet.jato.taglib.TagBase
Reset any cached state to allow for a new rendering of this tag instance
reset() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
reset() - Method in class com.iplanet.jato.taglib.PageletTag
 
reset() - Method in class com.iplanet.jato.taglib.ContentTag
 
reset() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
reset() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
reset() - Method in class com.iplanet.jato.taglib.html.HrefTag
 
reset() - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
reset() - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
reset() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
reset() - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
reset() - Method in class com.iplanet.jato.util.ProfileTimer
Resets all recorded time, intervals, and number of stops and starts
resetChildren() - Method in class com.iplanet.jato.view.ContainerViewBase
Resets all children to a default state in a container-defined way.
resetChildren() - Method in class com.iplanet.jato.view.ViewBeanBase
 
resetChildren() - Method in interface com.iplanet.jato.view.ContainerView
Resets all children to a default state in a container-defined way.
resetDisplayIndex() - Method in class com.iplanet.jato.view.TiledViewBase
Resets the display index to indicate that no rows have been displayed
resetNodeLocation() - Method in interface com.iplanet.jato.view.TreeView
 
resetNodeLocation() - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
resetTileIndex() - Method in interface com.iplanet.jato.view.TiledView
Sets the current tile position to the default position (normally, to the first tile).
resetTileIndex() - Method in class com.iplanet.jato.view.TiledViewBase
Resets the primary model to the "before first" state and resets the display index.
resolveResultSetColumnSet() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
ResourceBundleModel - class com.iplanet.jato.model.ResourceBundleModel.
Provides a model implementation backed by a java.util.ResourceBundle .
ResourceBundleModel() - Constructor for class com.iplanet.jato.model.ResourceBundleModel
This constructor is used when the model is created by the ModelManager.
ResourceBundleModel(ResourceBundle) - Constructor for class com.iplanet.jato.model.ResourceBundleModel
Create an instance with the specified ResourceBundle
ResourceBundleModel(String) - Constructor for class com.iplanet.jato.model.ResourceBundleModel
Create an instance with the specified ResourceBundle name.
ResourceBundleModel(String, Locale) - Constructor for class com.iplanet.jato.model.ResourceBundleModel
Create an instance with the specified ResourceBundle name and locale.
restart() - Method in class com.iplanet.jato.util.ProfileTimer
Stops the timer, recording the elapsed time, and then starts it again, all in one (threadsafe) operation
restoreSessionedUserWhereCriteria(RequestContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
RESULT_PARAM_NAME - Static variable in class com.iplanet.jato.model.sql.StoredProcModelBase
 
ResultSetModelBase - class com.iplanet.jato.model.sql.ResultSetModelBase.
Model base class that provides significant functionality to cope with the vagaries of JDBC result sets as a model data stores.
ResultSetModelBase() - Constructor for class com.iplanet.jato.model.sql.ResultSetModelBase
Default constructor
ResultSetModelBase(QueryFieldSchema) - Constructor for class com.iplanet.jato.model.sql.ResultSetModelBase
Create an instance with the specified field schema
RETRIEVE_CONTEXT - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
retrieve(ModelExecutionContext) - Method in interface com.iplanet.jato.model.RetrievingModel
Retrieves the data indicated by this control's state or the specified execution context
retrieve(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Executes this model in retrieving mode.
RetrievingDatasetModel - interface com.iplanet.jato.model.RetrievingDatasetModel.
This interface simply combines two key interfaces
RetrievingModel - interface com.iplanet.jato.model.RetrievingModel.
Executing model that supports retrieval of data.
reverse() - Method in class com.iplanet.jato.util.NonSyncStringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
ROOT_NODE_LEVEL - Static variable in interface com.iplanet.jato.model.TreeModel
 
root() - Method in class com.iplanet.jato.model.TreeModelBase
In addition to making the root node the current node, this method should set the node level to ROOT_NODE_LEVEL
root() - Method in interface com.iplanet.jato.model.TreeModel
Make the current node the root node
root() - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
RootCauseException - interface com.iplanet.jato.util.RootCauseException.
An Exception type will implement this interface when its existence is elicited by another root cause exception for which this interface provides an accessor to.

S

securityCheck() - Method in class com.iplanet.jato.view.ViewBeanBase
This method is the first method called during the display processing of the JSP, and should be used to enforce any security necessary to the display of this page.
securityCheck() - Method in interface com.iplanet.jato.view.ViewBean
This method is the first method called during the display processing of the JSP, and should be used to enforce any security necessary to the display of this page.
SecurityCheckException - exception com.iplanet.jato.SecurityCheckException.
This exception indicates general security violations or errors.
SecurityCheckException(String) - Constructor for class com.iplanet.jato.SecurityCheckException
Create an instance with the specified error message
SELECT_QUERY - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
SelectableGroup - interface com.iplanet.jato.view.html.SelectableGroup.
The SelectableGroup uses an OptionList for the storage of the options collection.
SelectableGroupImpl - class com.iplanet.jato.view.html.SelectableGroupImpl.
The SelectableGroup serves as an base class for several subclasses which encapsulate and implement the server-side representation of HTML tags comprised of multiple options (i.e.
SelectableGroupImpl(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties.
SelectableGroupImpl(ContainerView, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties.
SelectableGroupImpl(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties.
SelectableGroupImpl(ContainerView, String, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties.
SelectableGroupImpl(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties
SelectableGroupImpl(View, Model, String, Object, OptionList) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties
SelectableGroupImpl(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties
SelectableGroupImpl(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties
SelectableGroupImpl(View, Model, String, String, Object, OptionList, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.SelectableGroupImpl
Construct a display field with the specified properties
selectContext(String) - Method in interface com.iplanet.jato.model.ContextualModel
Change the current context to the named context
selectContext(String) - Method in class com.iplanet.jato.model.DefaultModel
Change the current context to the specified context
selectDefaultContext() - Method in interface com.iplanet.jato.model.ContextualModel
Change the current context to the default context.
selectDefaultContext() - Method in class com.iplanet.jato.model.DefaultModel
Change the current context to the default context
SelectQueryExecutionContext - class com.iplanet.jato.model.sql.SelectQueryExecutionContext.
Execution context tailored for use with SELECT SQL queries.
SelectQueryExecutionContext() - Constructor for class com.iplanet.jato.model.sql.SelectQueryExecutionContext
Default constructor
SelectQueryExecutionContext(Connection) - Constructor for class com.iplanet.jato.model.sql.SelectQueryExecutionContext
Constructs an instance using the specified connection object The operation name is implicitly set to ModelExecutionContext.OPERATION_RETRIEVE.
SelectQueryExecutionContext(Connection, int, int) - Constructor for class com.iplanet.jato.model.sql.SelectQueryExecutionContext
Constructs an instance using the specified connection object, dataset offset and size
SelectQueryExecutionContext(Statement) - Constructor for class com.iplanet.jato.model.sql.SelectQueryExecutionContext
Constructs an instance using the specified statement object The operation name is implicitly set to ModelExecutionContext.OPERATION_RETRIEVE.
SelectQueryExecutionContext(Statement, int, int) - Constructor for class com.iplanet.jato.model.sql.SelectQueryExecutionContext
Constructs an instance using the specified statement object, dataset offset and size
SelectQueryModel - interface com.iplanet.jato.model.sql.SelectQueryModel.
Specialization of QueryModel that supports SELECT SQL queries
SelectTag - class com.iplanet.jato.taglib.html.SelectTag.
 
SelectTag() - Constructor for class com.iplanet.jato.taglib.html.SelectTag
 
serialize(Serializable, boolean) - Static method in class com.iplanet.jato.util.Encoder
Serialize or 'flatten' an object to an array of bytes with optional compression.
SessionModel - class com.iplanet.jato.model.SessionModel.
Provides a model implementation backed by the HTTP session.
SessionModel() - Constructor for class com.iplanet.jato.model.SessionModel
This constructor is used when the model is created by the ModelManager.
SessionModel(HttpSession) - Constructor for class com.iplanet.jato.model.SessionModel
This constructor can be used when creating a SessionModel directly
set(int, Option) - Method in class com.iplanet.jato.view.html.OptionList
Sets the Options object at the specified index
setAccept(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setAcceptCharset(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setAccessKey(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setAlign(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setAlt(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setAlt(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setAnchor(String) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
setAttribute(String, Object) - Method in class com.iplanet.jato.view.DisplayFieldDescriptor
Sets the named property to the supplied value
setAutoRetrieveEnabled(boolean) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Sets the state of auto-retrieval for this request.
setAutoRetrieveEnabled(boolean) - Method in interface com.iplanet.jato.view.WebActionHandler
Sets the state of auto-retrieval for this request.
setAutoRetrieveEnabled(boolean) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the state of auto-retrieval for this request.
setAutoRetrieveExecutionContext(DatasetModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Sets the current auto-retrieval execution context.
setAutoRetrieveExecutionContext(DatasetModelExecutionContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the current auto-retrieval execution context.
setBean(Object) - Method in class com.iplanet.jato.model.BeanAdapterModel
Sets the backing bean object and resets the dataset location to the "before first" state.
setBeans(Object[]) - Method in class com.iplanet.jato.model.BeanAdapterModel
Sets the backing bean objects and resets the dataset location to the "before first" state.
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.ContentTag
 
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
setBodyContent(BodyContent) - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
setBooleanValue(boolean) - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
 
setBorder(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setBoundName(String) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Sets the name of the field in the Model object to which this display field is "bound".
setCharAt(int, char) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
The character at the specified index of this string buffer is set to ch.
setChecked(boolean) - Method in class com.iplanet.jato.view.html.CheckBox
Checks or unchecks the check box
setCheckedValue(Object) - Method in class com.iplanet.jato.view.html.CheckBox
Sets the value to be associated with the checked state.
setChildName(String) - Method in class com.iplanet.jato.view.event.JspChildDisplayEvent
Sets the name of the child View.
setClassName(String) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
setCols(String) - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
setColumnName(String) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
Returns the short name of the relational database table/view column.
setCommand(Command) - Method in class com.iplanet.jato.command.CommandDescriptor
Sets the Command instance that should be executed.
setCommandClass(Class) - Method in class com.iplanet.jato.command.CommandDescriptor
Sets the class of the Command that should be executed
setCommandDescriptor(CommandDescriptor) - Method in class com.iplanet.jato.view.CommandFieldDescriptor
Sets the CommandDescriptor
setComputedField(boolean) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setConnection(Connection) - Method in class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Sets the connection object to be used during execution.
setConnection(Connection) - Method in class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
setContainerView(ContainerView) - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
setContainerView(ContainerView) - Method in class com.iplanet.jato.taglib.PageletTag
 
setContainerView(ContainerView) - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
setContainerView(ContainerView) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
setCurrentNode(Object) - Method in class com.iplanet.jato.model.TreeModelBase
Sets the currently cached node object.
setCurrentRow(int) - Method in class com.iplanet.jato.model.DefaultModel.Context
 
setDatasetOffset(int) - Method in class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Sets the base offset from an implementation- or context-dependent reference location that should used when retrieving a dataset.
setDatasetSize(int) - Method in class com.iplanet.jato.model.DatasetModelExecutionContextImpl
Sets the total size of the dataset that should be fetched when retrieving data.
setDataSourceName(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Sets the logical name of the SQL datasource this model uses.
setDataSourceName(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the logical name of the SQL datasource this model uses.
setDebug(boolean) - Method in class com.iplanet.jato.ApplicationServletBase
Set the state of debug mode.
setDefaultCommandChild(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setDefaultCommandDescriptor(CommandDescriptor) - Method in class com.iplanet.jato.view.ViewBeanBase
Sets the default command descriptor that can be used to handle requests that are otherwise unhandled by this view or any of its children.
setDefaultConnectionPassword(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Set the password that will be used when allocating a default JDBC connection.
setDefaultConnectionPassword(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Set the password that will be used when allocating a default JDBC connection.
setDefaultConnectionUser(String) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Set the username that will be used when allocating a default JDBC connection.
setDefaultConnectionUser(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Set the username that will be used when allocating a default JDBC connection.
setDefaultDisplayURL(String) - Method in class com.iplanet.jato.view.ViewBeanBase
Sets the default URL that will be used to display this view bean.
setDefaultDisplayURL(String) - Method in interface com.iplanet.jato.view.ViewBean
Sets the default URL of the resource (JSP) used when rendering this view bean.
setDefaultHandlerName(String) - Method in class com.iplanet.jato.ApplicationServletBase
Sets the default handler name to be used when a handler name isn't specified in the request
setDefaultModel(Model) - Method in class com.iplanet.jato.view.ContainerViewBase
Sets the default model instance that will be used by this view.
setDefaultValue(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setDefaultValue(String) - Method in class com.iplanet.jato.taglib.GetModelFieldValueTag
 
setDefaultValue(String, Object) - Method in class com.iplanet.jato.model.DefaultModel
Sets a named value in this model.
setDefaultValueMap(Map) - Method in class com.iplanet.jato.model.DefaultModel.Context
 
setDefaultValues(String, Object[]) - Method in class com.iplanet.jato.model.DefaultModel
Sets a named set of values in this model
setDeleteSQL(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Allows the developer to specify the SQL progam used for DELETE queries.
setDelimitedTableNames(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Deprecated. The name of this method is misleading since it is only used with queries that operate against a single table. Instead, use the setModifyingQueryTableName(String) method.
setDescriptor(DisplayFieldDescriptor) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Sets this objects DisplayFieldDescriptor
setDisabled(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setDisplayFieldValue(String, boolean) - Method in class com.iplanet.jato.view.ContainerViewBase
Sets the value of the named DisplayField child to a boolean value.
setDisplayFieldValue(String, double) - Method in class com.iplanet.jato.view.ContainerViewBase
Sets the value of the named DisplayField child to a double value.
setDisplayFieldValue(String, int) - Method in class com.iplanet.jato.view.ContainerViewBase
Sets the value of the named DisplayField child to an int value.
setDisplayFieldValue(String, Object) - Method in class com.iplanet.jato.view.ContainerViewBase
Sets the value of the named DisplayField child.
setDisplayFieldValue(String, Object) - Method in interface com.iplanet.jato.view.ContainerView
Sets the value of the named DisplayField child.
setDisplayIndex(int) - Method in class com.iplanet.jato.view.TiledViewBase
Sets the current display index during display of this container.
setEchoToSystemOut(boolean) - Static method in class com.iplanet.jato.Log
Sets the state of logging to System.out in addition to the servlet context
setElementId(String) - Method in class com.iplanet.jato.taglib.TagBase
 
setEmptyFormula(String) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setEmptyValue(String) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setEnabledLevels(int) - Static method in class com.iplanet.jato.Log
Sets the currently enabled log level bitmask
setEncType(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setEscape(String) - Method in class com.iplanet.jato.taglib.GetModelFieldValueTag
 
setEscape(String) - Method in class com.iplanet.jato.taglib.GetFieldValueTag
 
setEscape(String) - Method in class com.iplanet.jato.taglib.html.StaticTextFieldTag
 
setExtraHtml(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setExtraHtml(String) - Method in class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Supplies a string representing any arbitrary "extra HTML" which will be appended to the standard HTML generated by this field.
setExtraHtml(String) - Method in class com.iplanet.jato.view.html.HREF
Supplies a string representing any arbitrary "extra HTML" which will be appended to the standard HTML generated by this field.
setExtraHtml(String) - Method in class com.iplanet.jato.view.html.Button
Supplies a string representing any arbitrary "extra HTML" which will be appended to the standard HTML generated by this field.
setExtraValuesMap(Map) - Method in class com.iplanet.jato.view.CommandFieldBase
Sets this objects extra value map.
setFalseValue(Object) - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Sets the value judged to represent a negative value of this field.
setFieldClass(Class) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setFieldClass(Class) - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Deprecated. Use setParameterClass() instead
setFieldSchema(QueryFieldSchema) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Sets the field schema used to resolve logical field references to physical field references
SetFieldValueTag - class com.iplanet.jato.taglib.SetFieldValueTag.
 
SetFieldValueTag() - Constructor for class com.iplanet.jato.taglib.SetFieldValueTag
 
setFieldValueWhereCriterion(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
setFieldValueWhereCriterion(String) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Set a field's request-scoped where clause criterion based on the field's value.
setFieldValueWhereCriterion(String, String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
setFieldValueWhereCriterion(String, String) - Method in interface com.iplanet.jato.model.sql.SelectQueryModel
Set a field's request-scoped where clause criterion based on the field's value.
setFireChildDisplayEvents(String) - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
setFireChildDisplayEvents(String) - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
setFireChildDisplayEvents(String) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
setFireChildDisplayEvents(String) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
setFireDisplayEvents(String) - Method in class com.iplanet.jato.taglib.TagBase
 
setFormatMask(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setFormatType(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setGroupHtmlLabel(String) - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
TODO Should we add this?
setHasChildren(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
setHeight(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setHorizontalLayout(boolean) - Method in class com.iplanet.jato.view.html.RadioButtonGroup
Sets the layout to be either horizontal or vertical
setHspace(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setIndex(int) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
setInsertFormula(String) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setInsertSQL(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Allows the developer to specify the SQL progam used for INSERT queries.
setInsertValueSource(int) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setIsExpanded(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
setIsMap(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setIterationComplete(boolean) - Method in class com.iplanet.jato.model.TreeModelBase
Sets whether the current iteration cycle has been completed.
setKey(boolean) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setLabel(String) - Method in class com.iplanet.jato.taglib.html.CheckBoxTag
 
setLabel(String) - Method in class com.iplanet.jato.view.html.Option
Sets the "label" portion of the option.
setLabelForNoneSelected(String) - Method in interface com.iplanet.jato.view.html.SelectableGroup
Sets the raw "Label for None Selected" string.
setLabelForNoneSelected(String) - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Sets the raw "Label for None Selected" string.
setLayout(String) - Method in class com.iplanet.jato.taglib.html.RadioButtonsTag
 
setLength(int) - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Sets the length of this String buffer.
setLocation(int) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
setLocation(int) - Method in class com.iplanet.jato.model.DefaultModel
Sets the current row index
setLocation(int) - Method in interface com.iplanet.jato.model.DatasetModel
Set the relative location of the current dataset.
setLocation(int) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
setLocation(String) - Method in class com.iplanet.jato.taglib.html.FrameSrcTag
 
setLocationOffset(int) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
setLongDesc(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setLookInSession(String) - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
setMaxDisplayTiles(int) - Method in interface com.iplanet.jato.view.TiledView
Sets the maximum number of tiles this view can contain.
setMaxDisplayTiles(int) - Method in class com.iplanet.jato.view.TiledViewBase
Sets the maximum number of tiles this view will display.
setMaxLength(String) - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
setMaxLength(String) - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
setMaxLevel(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
setMaxTiles(String) - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
setMessagePrefix(String) - Static method in class com.iplanet.jato.Log
Sets the message prefix used for messages logged through this class (to make them stand out better).
setMethod(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setMinLevel(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
setModel(Model) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Set the Model object to which this display field is "bound"
setModelClass(String) - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
SetModelFieldValueTag - class com.iplanet.jato.taglib.SetModelFieldValueTag.
 
SetModelFieldValueTag() - Constructor for class com.iplanet.jato.taglib.SetModelFieldValueTag
 
setModelManager(ModelManager) - Method in class com.iplanet.jato.RequestContextImpl
Set the request context's singleton ModelManager object
setModelName(String) - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
setModifyingQueryTableName(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the name of the table to be used during modifying (INSERT, UPDATE, DELETE) queries
setModuleURL(String) - Method in class com.iplanet.jato.ApplicationServletBase
Set the module URL for this servlet
setMoreResults(boolean) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
setMultiple(String) - Method in class com.iplanet.jato.taglib.html.SelectTag
 
setMultiple(String) - Method in class com.iplanet.jato.taglib.html.ListBoxTag
 
setMultiSelect(boolean) - Method in interface com.iplanet.jato.view.html.SelectableGroup
Sets the multiple selection capability for the SelectableGroup
setMultiSelect(boolean) - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Sets the multiple selection capability for the SelectableGroup
setName(String) - Method in interface com.iplanet.jato.model.Model
Sets the logical name of this model
setName(String) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
setName(String) - Method in class com.iplanet.jato.model.DefaultModel
Sets the logical name of this model
setName(String) - Method in class com.iplanet.jato.model.MultipleModelAdapter
Sets the logical name of this model
setName(String) - Method in class com.iplanet.jato.model.ResourceBundleModel
 
setName(String) - Method in class com.iplanet.jato.model.TestTreeModelImpl
 
setName(String) - Method in class com.iplanet.jato.model.SessionModel
 
setName(String) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setName(String) - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Sets the name of the logical model field.
setName(String) - Method in class com.iplanet.jato.taglib.TagBase
 
setName(String) - Method in class com.iplanet.jato.taglib.ModelFieldTagBase
 
setName(String) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
setName(String) - Method in class com.iplanet.jato.view.ViewBase
Sets this view's logical name.
setNodeExpanded(String, boolean) - Method in class com.iplanet.jato.view.SimpleTreeViewStateData
 
setNodeExpanded(String, boolean) - Method in interface com.iplanet.jato.view.TreeViewStateData
Sets the specified node to the specified expanded state
setNodeLevel(int) - Method in class com.iplanet.jato.model.TreeModelBase
Sets the current node level.
setNodeName(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
setNodeType(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeTag
 
setNumAffectedRows(int) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the number of rows affected by the most recently executed query.
setNumRows(int) - Method in class com.iplanet.jato.model.DefaultModel
Sets the current number of rows
setOffset(String) - Method in class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
setOnBlur(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnChange(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnClick(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnDblClick(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnEmptyValuePolicy(int) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setOnFocus(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnKeyDown(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnKeyPress(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnKeyUp(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnMouseDown(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnMouseMove(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnMouseOut(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnMouseOver(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnMouseUp(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnReset(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setOnSelect(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setOnSubmit(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setOperationName(String) - Method in class com.iplanet.jato.command.CommandDescriptor
Sets the command operation that should be used during execution of the Command
setOperationName(String) - Method in class com.iplanet.jato.model.ModelExecutionContextBase
Sets the operation name reported by this instance
setOptions(List) - Method in class com.iplanet.jato.view.html.OptionList
Sets the list of Options.
setOptions(Option[]) - Method in class com.iplanet.jato.view.html.OptionList
Sets the list of Options.
setOptions(OptionList) - Method in interface com.iplanet.jato.view.html.SelectableGroup
Sets the OptionsList object
setOptions(OptionList) - Method in class com.iplanet.jato.view.html.SelectableGroupImpl
Sets the OptionsList object
setOptions(String[], String[]) - Method in class com.iplanet.jato.view.html.OptionList
Sets the internal list of Options to the reflect the paired arrays of labels and values.
setOtherSQLTypeMap(Map) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
setPageSessionAttribute(String, Serializable) - Method in class com.iplanet.jato.view.ViewBeanBase
 
setPageSessionAttribute(String, Serializable) - Method in interface com.iplanet.jato.view.ViewBean
This method sets the value of a page-scoped "session" attribute.
setPageSessionAttributes(Map) - Method in class com.iplanet.jato.view.ViewBeanBase
Set the Map of the page session attributes.
setParameter(Object, Object) - Method in class com.iplanet.jato.command.CommandDescriptor
Convenience method for setting the value of a command parameter
setParameterClass(Class) - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Specifies the logical field type.
setParameters(Map) - Method in class com.iplanet.jato.command.CommandDescriptor
 
setParameterType(int) - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Sets the parameter type.
setParameterValue(String, Object) - Method in interface com.iplanet.jato.model.sql.StoredProcModel
Sets the named parameter value.
setParameterValue(String, Object) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
setParamName(String) - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Specifies the physical stored procedure parameter name.
setParent(View) - Method in class com.iplanet.jato.view.ViewBase
Sets the immeditate parent of this view
setParent(View) - Method in interface com.iplanet.jato.view.View
Set's this view's parent view.
setPreviousResults(boolean) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
setPrimaryModel(DatasetModel) - Method in class com.iplanet.jato.view.TiledViewBase
Sets the primary model used by this model's iteration and navigation logic.
setPrimaryModel(DatasetModel) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the primary model used by this model's iteration and navigation logic.
setPrimaryModel(Model) - Method in class com.iplanet.jato.view.TiledViewBase
Deprecated. Use the version of this method that takes a DatasetModel instead. The parameter must be of type DatasetModel or this method will throw a ClassCastException
setPrimaryModel(TreeModel) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Sets the primary model used by this model's iteration and navigation logic.
setPrimaryModelClass(Class) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the class of the primary model, in order to allow later instantiation of the necessary primary model.
setPrimaryModelClass(Class) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Sets the class of the primary model, in order to allow later instantiation of the necessary primary model.
setPrimaryModelClass(Class, boolean, boolean) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the class of the primary model, in order to allow later instantiation of the necessary primary model.
setPrimaryModelClass(Class, boolean, boolean) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Sets the class of the primary model, in order to allow later instantiation of the necessary primary model.
setProcedureName(String) - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Sets the name of the stored procedure.
setProcedureSchema(StoredProcSchema) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Sets the schema that is used by this model to prepare the stored procedure statement.
setProperty(ServletConfig, String, Object) - Method in class com.iplanet.jato.ApplicationServletBase
Sets the specified property on the servlet instance
setQualifiedColumnName(String) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setQueryParams(String) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
setQueryParams(String) - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
setQueryTypeMask(int) - Method in class com.iplanet.jato.model.sql.QueryFieldDescriptor
 
setReadOnly(String) - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
setReadOnly(String) - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
setRequestContext(RequestContext) - Static method in class com.iplanet.jato.RequestManager
Registers the specified request context with the current thread.
setRequestContext(RequestContext) - Method in interface com.iplanet.jato.RequestParticipant
Sets the request context
setRequestContext(RequestContext) - Method in class com.iplanet.jato.model.SessionModel
Sets the RequestContext used to obtain the HttpSession.
setRequestContext(RequestContext) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
 
setRequestContext(RequestContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
 
setRequestContext(RequestContext) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
Sets the current request context.
setRequestContext(RequestContext) - Method in class com.iplanet.jato.view.ViewBeanBase
 
setRequestContext(RequestContext) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
 
setRequestContext(RequestContext) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
setReset(String) - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
setReset(String) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
setResourceBundle(ResourceBundle) - Method in class com.iplanet.jato.model.ResourceBundleModel
Sets the current ResourceBundle used by this model
setResultParameterDescriptor(StoredProcParameterDescriptor) - Method in class com.iplanet.jato.model.sql.StoredProcSchema
Sets the result parameter descriptor in the schema.
setResultParameterValue(Object) - Method in class com.iplanet.jato.model.sql.StoredProcModelBase
Sets the RESULT parameter value.
setResultSet(ResultSet) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Sets the current result set
setRowIndex(int) - Method in class com.iplanet.jato.model.DefaultModel
Sets the current row index, or location
setRowList(List) - Method in class com.iplanet.jato.model.DefaultModel
Sets the internal list used to store rows of data.
setRows(String) - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
setSelectSQL(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Allows the developer to specify the SQL progam used for SELECT queries.
setSelectSQLTemplate(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the SELECT query SQL program template used for SELECT queries.
setSelectSQLTemplateWhereToken(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the token used to specify the WHERE clause location within the SELECT SQL program template.
setServletContext(ServletContext) - Static method in class com.iplanet.jato.Log
Registers the specified servlet context with the current thread.
setShowMessageBuffer(boolean) - Method in class com.iplanet.jato.ApplicationServletBase
Set whether or not the application message buffer will be appended to the rendered HTML page.
setSize(int) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
setSize(int) - Method in class com.iplanet.jato.model.DefaultModel
Sets the number of available rows.
setSize(int) - Method in interface com.iplanet.jato.model.DatasetModel
Sets the number of available datasets.
setSize(int) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Because this model uses a result set as a backing data store, this method cannot be used in this class.
setSize(String) - Method in class com.iplanet.jato.taglib.html.SelectTag
 
setSize(String) - Method in class com.iplanet.jato.taglib.html.ListBoxTag
 
setSize(String) - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
setSQLConnectionManager(SQLConnectionManager) - Method in class com.iplanet.jato.RequestContextImpl
Set the request context's singleton SQLConnectionManager object
setSQLType(int) - Method in class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Sets the parameter's SQL type.
setSrc(String) - Method in class com.iplanet.jato.taglib.html.ButtonTag
 
setStateData(TreeViewStateData) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
setStateDataLookupName(String) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
Set the state value lookup name
setStatement(Statement) - Method in class com.iplanet.jato.model.sql.DatasetSQLModelExecutionContext
Sets the statement object to be used during execution.
setStatement(Statement) - Method in class com.iplanet.jato.model.sql.ModifyingQueryExecutionContext
 
setStaticWhereCriteriaString(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the developer-provided static WHERE criteria used to construct the full WHERE clause using in dynamically generated queries (where the full WHERE clause consists of static criteria plus various types of dynamically generated criteria)
setStyle(String) - Method in class com.iplanet.jato.taglib.TagBase
 
setStyleClass(String) - Method in class com.iplanet.jato.taglib.TagBase
 
setTabIndex(String) - Method in class com.iplanet.jato.taglib.DisplayFieldTagBase
 
setTarget(String) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
setTarget(String) - Method in class com.iplanet.jato.taglib.html.FormTag
 
setThreadTimer(ProfileTimer) - Static method in class com.iplanet.jato.util.ProfileTimer
Sets a timer instance to be shared across the current thread
setTileIndex(int) - Method in interface com.iplanet.jato.view.TiledView
Sets the index of the current tile.
setTileIndex(int) - Method in class com.iplanet.jato.view.TiledViewBase
Sets the current location index of the view's primary model.
setTitle(String) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
setTitle(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setTitle(String) - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
setTraceSQL(boolean) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the state of SQL tracing.
setTraversalType(int) - Method in class com.iplanet.jato.model.TreeModelBase
 
setTraversalType(int) - Method in interface com.iplanet.jato.model.TreeModel
Sets the tree traversal type.
setTreeHandleCommandDescriptor(CommandDescriptor) - Method in class com.iplanet.jato.view.RequestHandlingTreeViewBase
 
setTrim(String) - Method in class com.iplanet.jato.taglib.html.HrefTag
 
setTrim(String) - Method in class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
setTrueValue(Object) - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Sets the value judged to represent a positive value of this field.
setType(String) - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
setType(String) - Method in class com.iplanet.jato.taglib.PageletTag
 
setType(String) - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
setType(String) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
setType(String) - Method in class com.iplanet.jato.taglib.html.TextFieldTag
 
setType(String) - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
setTypeMap(ModelTypeMap) - Method in class com.iplanet.jato.ModelManager
Sets the current ModelTypeMap instance
setUncheckedValue(Object) - Method in class com.iplanet.jato.view.html.CheckBox
Sets the value to be associated with the unchecked state.
setUpdateSQL(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Allows the developer to specify the SQL progam used for UPDATE queries.
setUseDefaultValues(boolean) - Method in class com.iplanet.jato.model.DefaultModel
Sets whether this model instance will use default values for empty fields.
setUseMap(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setUsingJNDI(boolean) - Static method in class com.iplanet.jato.SQLConnectionManagerBase
Set whether or not the JNDI lookup is the current connection retreival policy
setValue(Object) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Sets the DisplayField value In effect this will set the value array size to one.
setValue(Object) - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Sets the boolean value.
setValue(Object) - Method in interface com.iplanet.jato.view.DisplayField
Sets the current value of this view.
setValue(Object) - Method in class com.iplanet.jato.view.html.CheckBox
Sets the check box value.
setValue(Object, boolean) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Sets the DisplayField value to the new value only if the overwrite param is true or the the value is currently not set.
setValue(Object, boolean) - Method in class com.iplanet.jato.view.BooleanDisplayFieldImpl
Sets the boolean value
setValue(Object, boolean) - Method in class com.iplanet.jato.view.html.CheckBox
Sets the check box value
setValue(String) - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
setValue(String) - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
setValue(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setValue(String) - Method in class com.iplanet.jato.view.html.Option
Sets the "value" portion of the option.
setValue(String, Object) - Method in interface com.iplanet.jato.model.Model
Sets a named value in this model.
setValue(String, Object) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
setValue(String, Object) - Method in class com.iplanet.jato.model.DefaultModel
Sets a named value in this model.
setValue(String, Object) - Method in class com.iplanet.jato.model.MultipleModelAdapter
 
setValue(String, Object) - Method in class com.iplanet.jato.model.ResourceBundleModel
Note: this method has no effect.
setValue(String, Object) - Method in class com.iplanet.jato.model.TestTreeModelImpl
Currently unsupported; implementation is no-op
setValue(String, Object) - Method in class com.iplanet.jato.model.SessionModel
Sets the provided value in the session attribute under the specified name.
setValue(String, Object) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
setValue(String, Object) - Method in class com.iplanet.jato.taglib.TagBase
 
setValueList(List) - Method in class com.iplanet.jato.model.DefaultModel.Context
 
setValues(Object[]) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Sets the DisplayField value array
setValues(Object[]) - Method in interface com.iplanet.jato.view.DisplayField
Sets this view's current set of values.
setValues(Object[], boolean) - Method in class com.iplanet.jato.view.DisplayFieldImpl
Sets the DisplayField value array to the new value array only if the overwrite param is true or the the value is currently not set.
setValues(String, Object[]) - Method in interface com.iplanet.jato.model.Model
Sets a named set of values in this model
setValues(String, Object[]) - Method in class com.iplanet.jato.model.BeanAdapterModel
 
setValues(String, Object[]) - Method in class com.iplanet.jato.model.DefaultModel
Sets a named set of values in this model
setValues(String, Object[]) - Method in class com.iplanet.jato.model.MultipleModelAdapter
 
setValues(String, Object[]) - Method in class com.iplanet.jato.model.ResourceBundleModel
Note: this method has no effect.
setValues(String, Object[]) - Method in class com.iplanet.jato.model.TestTreeModelImpl
Currently unsupported; implementation is no-op
setValues(String, Object[]) - Method in class com.iplanet.jato.model.SessionModel
Sets the provided value in the session attribute under the specified name.
setValues(String, Object[]) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
 
setValueType(String) - Method in class com.iplanet.jato.taglib.SetFieldValueTag
 
setValueType(String) - Method in class com.iplanet.jato.taglib.SetModelFieldValueTag
 
setViewBean(ViewBean) - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
setViewBeanManager(ViewBeanManager) - Method in class com.iplanet.jato.RequestContextImpl
Set the request context's singleton ViewBeanManager object
setVspace(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setWebActionModelMaxDisplayTiles(int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the value for the maximum number of tiles to display
setWebActionModelOffset(int) - Method in class com.iplanet.jato.view.RequestHandlingViewBase
 
setWebActionModelOffset(int) - Method in class com.iplanet.jato.view.RequestHandlingTiledViewBase
Sets the offset into the result set of the DatasetModel involved in the current WebAction.
setWhereClauseOverride(String) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Sets the full replacement WHERE clause that will be used by this class in dynamically generated queries instead of a dynamically generated WHERE clause returned by getWhereClause()
setWidth(String) - Method in class com.iplanet.jato.taglib.html.ImageTag
 
setWrap(String) - Method in class com.iplanet.jato.taglib.html.TextAreaTag
 
SHORT_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
shouldFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.UseTiledViewTag
 
shouldFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.PageletTag
 
shouldFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.UseContainerViewTag
 
shouldFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.UseViewBeanTag
 
shouldFireChildDisplayEvents() - Method in interface com.iplanet.jato.taglib.ContainerViewTag
 
shouldFireChildDisplayEvents() - Method in class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
shouldFireDisplayEvents() - Method in class com.iplanet.jato.taglib.TagBase
 
shouldQuoteType(Class) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Override to indicate if a column specific type should be quoted.
shouldQuoteValue(Class) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Deprecated. This method has changed name to be more descriptive of its function. Please use the shouldQuoteType() method instead.
SHOW_MESSAGE_BUFFER_ATTRIBUTE_NAME - Static variable in class com.iplanet.jato.ApplicationServletBase
 
showMissingModuleURLWarning() - Method in class com.iplanet.jato.ApplicationServletBase
For internal use only.
showMissingModuleURLWarning(boolean) - Method in class com.iplanet.jato.ApplicationServletBase
For internal use only.
SimpleTreeViewStateData - class com.iplanet.jato.view.SimpleTreeViewStateData.
Bare minimum implementation of TreeViewStateData.
SimpleTreeViewStateData(Map) - Constructor for class com.iplanet.jato.view.SimpleTreeViewStateData
 
SIZE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
size() - Method in class com.iplanet.jato.view.html.OptionList
Returns the number of Option objects currently in the list
SOURCE_VALUE_NVP_NAME_PREFIX - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
SQL_DATE_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
SQL_OBJECT_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
Deprecated. This name is insufficiently clear. Use SQL_WHERE_TYPE instead.
SQL_TIME_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
SQL_TIMESTAMP_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
SQL_WHERE_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
 
SQLConnectionManager - interface com.iplanet.jato.SQLConnectionManager.
A factory for obtaining JDBC Connection objects in a standard way throughout JATO.
SQLConnectionManagerBase - class com.iplanet.jato.SQLConnectionManagerBase.
A base implementation of the SQLConnectionManager interface.
SQLConnectionManagerBase() - Constructor for class com.iplanet.jato.SQLConnectionManagerBase
Default constructor
SQLModel - interface com.iplanet.jato.model.sql.SQLModel.
The basis for all models that use SQL or a database as their backing data store
SQLModelExecutionContext - interface com.iplanet.jato.model.sql.SQLModelExecutionContext.
An extension to the basic execution context that allows passing of JDBC Connection and/or Statement objects to the target model.
STANDARD - Static variable in class com.iplanet.jato.Log
Standard log level (same as STD)
start() - Method in class com.iplanet.jato.util.ProfileTimer
Starts the timer
StaticTextField - class com.iplanet.jato.view.html.StaticTextField.
The StaticTextField represents the server-side representation of an arbitrary sequence of raw text, typically, but not necessarily raw HTML.
StaticTextField(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.StaticTextField
Construct a display field with the specified properties.
StaticTextField(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.StaticTextField
Construct a display field with the specified properties.
StaticTextField(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.StaticTextField
Construct a display field with the specified properties
StaticTextField(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.StaticTextField
Construct a display field with the specified properties
StaticTextField(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.StaticTextField
Construct a display field with the specified properties
StaticTextFieldTag - class com.iplanet.jato.taglib.html.StaticTextFieldTag.
 
StaticTextFieldTag() - Constructor for class com.iplanet.jato.taglib.html.StaticTextFieldTag
 
STD - Static variable in class com.iplanet.jato.Log
Standard log level (same as STANDARD)
stop() - Method in class com.iplanet.jato.util.ProfileTimer
Stops the timer and adds the elapsed time to the total time recorded since this timer was reset.
StoredProcModel - interface com.iplanet.jato.model.sql.StoredProcModel.
A model that uses a stored procedure (accessed via JDBC) as its backing data store
StoredProcModelBase - class com.iplanet.jato.model.sql.StoredProcModelBase.
A model implementation that uses a stored procedure as its backing data store
StoredProcModelBase() - Constructor for class com.iplanet.jato.model.sql.StoredProcModelBase
Default constructor
StoredProcModelBase(StoredProcSchema) - Constructor for class com.iplanet.jato.model.sql.StoredProcModelBase
Creates a StoredProcModelBase object
StoredProcParameterDescriptor - class com.iplanet.jato.model.sql.StoredProcParameterDescriptor.
Encapsulates the metadata needed to describe a StoredProcModel logical field.
StoredProcParameterDescriptor() - Constructor for class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
Default constructor.
StoredProcParameterDescriptor(String, String, int, int, Class) - Constructor for class com.iplanet.jato.model.sql.StoredProcParameterDescriptor
 
StoredProcSchema - class com.iplanet.jato.model.sql.StoredProcSchema.
The schema containing the stored procedure metadata.
StoredProcSchema() - Constructor for class com.iplanet.jato.model.sql.StoredProcSchema
Default constructor
storeSessionedUserWhereCriteria(RequestContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
This method is for internal use.
STRING_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
StringTokenizer2 - class com.iplanet.jato.util.StringTokenizer2.
A complement to java.util.StringTokenizer that provides tokenizing by substrings instead of single characters as well as static utility methods for standard tasks.
StringTokenizer2(String, String) - Constructor for class com.iplanet.jato.util.StringTokenizer2
Create tokenizer with property returnTokens set to false and property ignoreCase set to false.
StringTokenizer2(String, String, boolean) - Constructor for class com.iplanet.jato.util.StringTokenizer2
Create tokenizer with option for property returnTokens and property ignoreCase set to false.
StringTokenizer2(String, String, boolean, boolean) - Constructor for class com.iplanet.jato.util.StringTokenizer2
Create tokenizer with options for properties returnTokens and ignoreCase.
stringValue() - Method in class com.iplanet.jato.view.DisplayFieldImpl
This method returns either the toString() representation of a non-null displayField's value, or a blank string whenever the value is null
stringValue() - Method in interface com.iplanet.jato.view.DisplayField
This method returns either the toString() representation of a non-null displayField's value, or a blank string whenever the value is null
SUBMIT_PHASE - Static variable in interface com.iplanet.jato.RequestContext
Indicates the request handling portion of a request, before the request has been forwarded to a resource for output to the client
SUPERCLASS_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
synchronizeRow(int) - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
This method copies data from the ResultSet to the model.
SYNCROW_ALREADY_SYNCHRONIZED - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
SYNCROW_FOUND_DATA - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 
SYNCROW_NO_MORE_DATA - Static variable in class com.iplanet.jato.model.sql.ResultSetModelBase
 

T

TagBase - class com.iplanet.jato.taglib.TagBase.
Base class for nearly all JATO tag handlers.
TagBase() - Constructor for class com.iplanet.jato.taglib.TagBase
 
TARGET_FRAME_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
TARGET_FRAME_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
TARGET_ND_PAGE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
TERSE_DEBUG - Static variable in class com.iplanet.jato.Log
Terse debug log level (for developer use)
TestTreeModelImpl - class com.iplanet.jato.model.TestTreeModelImpl.
A simple TreeModel implementation that can be used for quick testing and diagnostics.
TestTreeModelImpl() - Constructor for class com.iplanet.jato.model.TestTreeModelImpl
 
TestTreeModelImpl(String) - Constructor for class com.iplanet.jato.model.TestTreeModelImpl
 
TextAreaTag - class com.iplanet.jato.taglib.html.TextAreaTag.
 
TextAreaTag() - Constructor for class com.iplanet.jato.taglib.html.TextAreaTag
 
TextField - class com.iplanet.jato.view.html.TextField.
The TextField encapsulates and implements the server-side representation of an HTML text field
TextField(ContainerView, String, Object) - Constructor for class com.iplanet.jato.view.html.TextField
Construct a display field with the specified properties.
TextField(ContainerView, String, String, Object) - Constructor for class com.iplanet.jato.view.html.TextField
Construct a display field with the specified properties.
TextField(View, Model, String, Object) - Constructor for class com.iplanet.jato.view.html.TextField
Construct a display field with the specified properties
TextField(View, Model, String, String, Object) - Constructor for class com.iplanet.jato.view.html.TextField
Construct a display field with the specified properties
TextField(View, Model, String, String, Object, DisplayFieldDescriptor) - Constructor for class com.iplanet.jato.view.html.TextField
Construct a display field with the specified properties
TextFieldTag - class com.iplanet.jato.taglib.html.TextFieldTag.
 
TextFieldTag() - Constructor for class com.iplanet.jato.taglib.html.TextFieldTag
 
threadReset() - Static method in class com.iplanet.jato.util.ProfileTimer
Resets the current thread timer
threadRestart() - Static method in class com.iplanet.jato.util.ProfileTimer
Restarts the current thread timer
threadStart() - Static method in class com.iplanet.jato.util.ProfileTimer
Starts the current thread timer
threadStop() - Static method in class com.iplanet.jato.util.ProfileTimer
Stops the current thread timer
threadUpdate(long) - Static method in class com.iplanet.jato.util.ProfileTimer
Updates the current thread timer
TiledView - interface com.iplanet.jato.view.TiledView.
A tiled view is a type of container view that displays tiles, or repeated sets, of its child views.
TiledViewBase - class com.iplanet.jato.view.TiledViewBase.
A default implementation of TiledView.
TiledViewBase() - Constructor for class com.iplanet.jato.view.TiledViewBase
Default constructor
TiledViewBase(View, String) - Constructor for class com.iplanet.jato.view.TiledViewBase
Creates a ContainerViewBase with a parent and name
TiledViewInvocation - class com.iplanet.jato.view.TiledViewInvocation.
Contains relevant values for a request invocation on a tiled view object.
TiledViewInvocation(RequestHandler, String, String, int, int, int, CommandDescriptor) - Constructor for class com.iplanet.jato.view.TiledViewInvocation
Creates a TiledViewInvocation object
TiledViewRequestInvocationEvent - class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent.
Provides notification of a client request invocation directed at a TiledView.
TiledViewRequestInvocationEvent(Object, RequestContext, String, String, int) - Constructor for class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent
Creates a TiledViewRequestInvocationEvent object
TiledViewRequestInvocationEvent(Object, RequestContext, String, String, int, int, int) - Constructor for class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent
Creates a TiledViewRequestInvocationEvent object
TiledViewRequestInvocationEvent(Object, RequestContext, TiledViewInvocation) - Constructor for class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent
Creates a TiledViewRequestInvocationEvent object
toArray() - Method in class com.iplanet.jato.view.html.OptionList
Returns the collection of Options as an Option array
toArray(Object[]) - Method in class com.iplanet.jato.view.html.OptionList
Returns the collection of Options as an Option array
tokenize(String, String) - Static method in class com.iplanet.jato.util.StringTokenizer2
Shortcut to generalized search method with property trim set to false and property ignoreCase set to false
tokenize(String, String, boolean) - Static method in class com.iplanet.jato.util.StringTokenizer2
Shortcut to generalized search method with property ignoreCase set to false
tokenize(String, String, boolean, boolean) - Static method in class com.iplanet.jato.util.StringTokenizer2
Utility method to create array of string tokens with optional support for trimming results and ignoring case when searching.
tokenizeLines(String) - Static method in class com.iplanet.jato.util.StringTokenizer2
Utility method to breakup larger string into array of strings, one string per line.
toOptionArray() - Method in class com.iplanet.jato.view.html.OptionList
Returns the collection of Options as an Option array
toString() - Method in class com.iplanet.jato.taglib.JspWrapperException
 
toString() - Method in class com.iplanet.jato.util.WrapperRuntimeException
 
toString() - Method in class com.iplanet.jato.util.WrapperException
 
toString() - Method in class com.iplanet.jato.util.NonSyncStringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class com.iplanet.jato.view.ViewInvocation
Returns a String representation of this ViewInvocation.
toString() - Method in class com.iplanet.jato.view.TiledViewInvocation
Returns a String representation of this TiledViewInvocation.
toString() - Method in class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Returns a String representation of this ViewRequestInvocationEvent.
toString() - Method in class com.iplanet.jato.view.event.ViewCommandEvent
Returns a String representation of this ViewCommandEvent.
toString() - Method in class com.iplanet.jato.view.event.TiledViewRequestInvocationEvent
Returns a String representation of this TiledViewRequestInvocationEvent.
TreeHandleRequestCommand - class com.iplanet.jato.view.command.TreeHandleRequestCommand.
Command used to change the expanded state of a tree node in response to activation of a tree handle HREF.
TreeHandleRequestCommand() - Constructor for class com.iplanet.jato.view.command.TreeHandleRequestCommand
Default Constructor
TreeHandleViewInvocation - class com.iplanet.jato.view.TreeHandleViewInvocation.
Invocation object used when a tree handle is activated by the user
TreeHandleViewInvocation(RequestHandler, String, String, CommandDescriptor, String) - Constructor for class com.iplanet.jato.view.TreeHandleViewInvocation
 
TreeModel - interface com.iplanet.jato.model.TreeModel.
Defines a model that uses a tree-like backing data structure.
TreeModelBase - class com.iplanet.jato.model.TreeModelBase.
Partial implementation of the TreeModel interface.
TreeModelBase() - Constructor for class com.iplanet.jato.model.TreeModelBase
Default constructor
TreeNodeHandleTag - class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag.
 
TreeNodeHandleTag() - Constructor for class com.iplanet.jato.taglib.tree.html.TreeNodeHandleTag
 
TreeNodeLevelTag - class com.iplanet.jato.taglib.tree.TreeNodeLevelTag.
 
TreeNodeLevelTag() - Constructor for class com.iplanet.jato.taglib.tree.TreeNodeLevelTag
 
TreeNodeTag - class com.iplanet.jato.taglib.tree.TreeNodeTag.
 
TreeNodeTag() - Constructor for class com.iplanet.jato.taglib.tree.TreeNodeTag
 
TreeTagBase - class com.iplanet.jato.taglib.tree.TreeTagBase.
 
TreeTagBase() - Constructor for class com.iplanet.jato.taglib.tree.TreeTagBase
 
TreeView - interface com.iplanet.jato.view.TreeView.
 
TreeViewStateData - interface com.iplanet.jato.view.TreeViewStateData.
Allows abstract storage/modification of node state information for a TreeView.
TYPE_BIG_DECIMAL - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "bigdecimal"
TYPE_BOOLEAN - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "boolean"
TYPE_BYTE - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "byte"
TYPE_CHAR - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "char"
TYPE_CHARACTER - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "character"
TYPE_DOUBLE - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "double"
TYPE_FLOAT - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "float"
TYPE_INT - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "int"
TYPE_INTEGER - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "integer"
TYPE_LONG - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "long"
TYPE_OBJECT - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "object"
TYPE_SHORT - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "short"
TYPE_SQL_DATE - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "sqldate"
TYPE_SQL_TIME - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "sqltime"
TYPE_SQL_TIMESTAMP - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "sqltimestamp"
TYPE_STRING - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "string"
TYPE_UNKNOWN - Static variable in class com.iplanet.jato.util.TypeConverter
Logical type name "null"
TypeConversion - interface com.iplanet.jato.util.TypeConversion.
An object that can convert a value to a different type
TypeConversionListener - interface com.iplanet.jato.util.TypeConversionListener.
The listener interface for receiving type conversion events.
TypeConverter - class com.iplanet.jato.util.TypeConverter.
Provides an efficient and robust mechanism for converting an object to a different type.
TypeConverter.BigDecimalTypeConversion - class com.iplanet.jato.util.TypeConverter.BigDecimalTypeConversion.
 
TypeConverter.BigDecimalTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.BigDecimalTypeConversion
 
TypeConverter.BooleanTypeConversion - class com.iplanet.jato.util.TypeConverter.BooleanTypeConversion.
 
TypeConverter.BooleanTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.BooleanTypeConversion
 
TypeConverter.ByteTypeConversion - class com.iplanet.jato.util.TypeConverter.ByteTypeConversion.
 
TypeConverter.ByteTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.ByteTypeConversion
 
TypeConverter.CharacterTypeConversion - class com.iplanet.jato.util.TypeConverter.CharacterTypeConversion.
 
TypeConverter.CharacterTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.CharacterTypeConversion
 
TypeConverter.DoubleTypeConversion - class com.iplanet.jato.util.TypeConverter.DoubleTypeConversion.
 
TypeConverter.DoubleTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.DoubleTypeConversion
 
TypeConverter.FloatTypeConversion - class com.iplanet.jato.util.TypeConverter.FloatTypeConversion.
 
TypeConverter.FloatTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.FloatTypeConversion
 
TypeConverter.IntegerTypeConversion - class com.iplanet.jato.util.TypeConverter.IntegerTypeConversion.
 
TypeConverter.IntegerTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.IntegerTypeConversion
 
TypeConverter.LongTypeConversion - class com.iplanet.jato.util.TypeConverter.LongTypeConversion.
 
TypeConverter.LongTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.LongTypeConversion
 
TypeConverter.ObjectTypeConversion - class com.iplanet.jato.util.TypeConverter.ObjectTypeConversion.
 
TypeConverter.ObjectTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.ObjectTypeConversion
 
TypeConverter.ShortTypeConversion - class com.iplanet.jato.util.TypeConverter.ShortTypeConversion.
 
TypeConverter.ShortTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.ShortTypeConversion
 
TypeConverter.SqlDateTypeConversion - class com.iplanet.jato.util.TypeConverter.SqlDateTypeConversion.
 
TypeConverter.SqlDateTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.SqlDateTypeConversion
 
TypeConverter.SqlTimestampTypeConversion - class com.iplanet.jato.util.TypeConverter.SqlTimestampTypeConversion.
 
TypeConverter.SqlTimestampTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.SqlTimestampTypeConversion
 
TypeConverter.SqlTimeTypeConversion - class com.iplanet.jato.util.TypeConverter.SqlTimeTypeConversion.
 
TypeConverter.SqlTimeTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.SqlTimeTypeConversion
 
TypeConverter.StringTypeConversion - class com.iplanet.jato.util.TypeConverter.StringTypeConversion.
 
TypeConverter.StringTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.StringTypeConversion
 
TypeConverter.UnknownTypeConversion - class com.iplanet.jato.util.TypeConverter.UnknownTypeConversion.
 
TypeConverter.UnknownTypeConversion() - Constructor for class com.iplanet.jato.util.TypeConverter.UnknownTypeConversion
 

U

UNCHECKED_VALUE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
UNDEFINED_NODE_LEVEL - Static variable in interface com.iplanet.jato.model.TreeModel
 
UNDEFINED_ROW_INDEX - Static variable in class com.iplanet.jato.model.BeanAdapterModel
 
UNDEFINED_ROW_INDEX - Static variable in class com.iplanet.jato.model.DefaultModel
 
UNDEFINED_ROW_INDEX - Static variable in class com.iplanet.jato.view.TiledViewBase
 
UNKNOWN_TYPE_CONVERSION - Static variable in class com.iplanet.jato.util.TypeConverter
 
unregisterChild(String) - Method in class com.iplanet.jato.view.ContainerViewBase
Removes the named child from the current list of instantiated and registered children
UPDATE_CONTEXT - Static variable in interface com.iplanet.jato.view.WebActionHandler
 
update(long) - Method in class com.iplanet.jato.util.ProfileTimer
Updates the total timer time with the specified interval, and increments the recorded number of times the timer has been started and stopped.
update(ModelExecutionContext) - Method in interface com.iplanet.jato.model.UpdatingModel
Applies any cached changes to the backing data store, if any.
update(ModelExecutionContext) - Method in class com.iplanet.jato.model.sql.QueryModelBase
Executes this model in updating mode.
updateModel() - Method in class com.iplanet.jato.model.sql.ResultSetModelBase
Reads the data from the current result set row into the model's cache.
UpdateQueryModel - interface com.iplanet.jato.model.sql.UpdateQueryModel.
Specialization of QueryModel that supports UPDATE SQL queries
UpdatingModel - interface com.iplanet.jato.model.UpdatingModel.
Executing model that supports updating of existing data.
urlEncodedValue() - Method in class com.iplanet.jato.view.html.HtmlDisplayFieldBase
Encodes the stringValue of the DisplayField's value into x-www-form-urlencoded format.
USE_TEI - Static variable in class com.iplanet.jato.taglib.TagBase
 
UseContainerViewTag - class com.iplanet.jato.taglib.UseContainerViewTag.
 
UseContainerViewTag() - Constructor for class com.iplanet.jato.taglib.UseContainerViewTag
 
UseContainerViewTagExtraInfo - class com.iplanet.jato.taglib.UseContainerViewTagExtraInfo.
 
UseContainerViewTagExtraInfo() - Constructor for class com.iplanet.jato.taglib.UseContainerViewTagExtraInfo
 
USER_DEFINED_HTML_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
USER_LEVEL_1 - Static variable in class com.iplanet.jato.Log
User-defined log level 1
USER_LEVEL_2 - Static variable in class com.iplanet.jato.Log
User-defined log level 2
USER_LEVEL_3 - Static variable in class com.iplanet.jato.Log
User-defined log level 3
USER_SESSION_OBJECT_TYPE - Static variable in class com.iplanet.jato.view.CommandSourceTargetPair
Deprecated. Use HTTP_SESSION_TYPE instead
UseTiledViewTag - class com.iplanet.jato.taglib.UseTiledViewTag.
This tag declares a tiled view scope, and repeatedly evaluates the body content of the tag according to the result of the tiled view's nextTile() method.
UseTiledViewTag() - Constructor for class com.iplanet.jato.taglib.UseTiledViewTag
 
UseTiledViewTagExtraInfo - class com.iplanet.jato.taglib.UseTiledViewTagExtraInfo.
 
UseTiledViewTagExtraInfo() - Constructor for class com.iplanet.jato.taglib.UseTiledViewTagExtraInfo
 
UseTreeViewTag - class com.iplanet.jato.taglib.tree.UseTreeViewTag.
This tag declares a tree view scope, and repeatedly evaluates the body content of the tag according to the result of the tiled view's nextNode() method.
UseTreeViewTag() - Constructor for class com.iplanet.jato.taglib.tree.UseTreeViewTag
 
UseTreeViewTagExtraInfo - class com.iplanet.jato.taglib.tree.UseTreeViewTagExtraInfo.
 
UseTreeViewTagExtraInfo() - Constructor for class com.iplanet.jato.taglib.tree.UseTreeViewTagExtraInfo
 
UseViewBeanTag - class com.iplanet.jato.taglib.UseViewBeanTag.
 
UseViewBeanTag() - Constructor for class com.iplanet.jato.taglib.UseViewBeanTag
 
UseViewBeanTagExtraInfo - class com.iplanet.jato.taglib.UseViewBeanTagExtraInfo.
 
UseViewBeanTagExtraInfo() - Constructor for class com.iplanet.jato.taglib.UseViewBeanTagExtraInfo
 

V

VALID_RANGE_FROM_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
VALID_RANGE_TO_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
VALIDATION_STRING_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
VALIDATION_TYPE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
ValidationException - exception com.iplanet.jato.model.ValidationException.
Indicates that data could not be set on a target view/model
ValidationException() - Constructor for class com.iplanet.jato.model.ValidationException
Default constructor
ValidationException(String) - Constructor for class com.iplanet.jato.model.ValidationException
 
ValidationException(String, Throwable) - Constructor for class com.iplanet.jato.model.ValidationException
 
ValidationException(Throwable) - Constructor for class com.iplanet.jato.model.ValidationException
 
value - Variable in class com.iplanet.jato.model.sql.QueryModelBase.WhereCriterion
 
VALUE_FOR_NONE_SELECTED - Static variable in interface com.iplanet.jato.view.html.SelectableGroup
 
VALUE_PROP - Static variable in class com.iplanet.jato.view.DisplayFieldDescriptor
 
VAR_CURRENT_CONTAINER_VIEW - Static variable in class com.iplanet.jato.taglib.TagBase
 
VAR_CURRENT_TILED_VIEW - Static variable in class com.iplanet.jato.taglib.TagBase
 
VERBOSE_DEBUG - Static variable in class com.iplanet.jato.Log
Verbose debug log level (for developer use)
View - interface com.iplanet.jato.view.View.
View is the abstract type of all elements that can display themselves as part of a JSP/HTML page.
VIEW_BEAN_NAME_SUFFIX - Static variable in interface com.iplanet.jato.view.ViewBean
 
ViewBase - class com.iplanet.jato.view.ViewBase.
The basic view implementation from which all other, more complex views derive.
ViewBase() - Constructor for class com.iplanet.jato.view.ViewBase
Default constructor
ViewBase(String) - Constructor for class com.iplanet.jato.view.ViewBase
Constructs an instance with the specified name
ViewBase(View) - Constructor for class com.iplanet.jato.view.ViewBase
Constructs an instance with the specified parent
ViewBase(View, String) - Constructor for class com.iplanet.jato.view.ViewBase
Constructs an instance with the specified parent and name
ViewBean - interface com.iplanet.jato.view.ViewBean.
A ViewBean is the peer of a JSP page, and the main View implementation that supports rendering of a JSP.
ViewBeanBase - class com.iplanet.jato.view.ViewBeanBase.
A default implementation of ViewBean.
ViewBeanBase(String) - Constructor for class com.iplanet.jato.view.ViewBeanBase
Creates a ViewBeanBase object
ViewBeanBase(View, String) - Constructor for class com.iplanet.jato.view.ViewBeanBase
Inappropriate for ViewBeans since they have no parent.
ViewBeanManager - class com.iplanet.jato.ViewBeanManager.
A factory for the instantiation and retrieval of ViewBean objects within a request.
ViewBeanManager(RequestContext, String) - Constructor for class com.iplanet.jato.ViewBeanManager
Create an instance with the specified request context and module package name
ViewCommandEvent - class com.iplanet.jato.view.event.ViewCommandEvent.
An CommandEvent that can be associated with a View.
ViewCommandEvent(Object) - Constructor for class com.iplanet.jato.view.event.ViewCommandEvent
Creates a ViewCommandEvent object
ViewCommandEvent(Object, RequestContext, String, Map, ViewInvocation) - Constructor for class com.iplanet.jato.view.event.ViewCommandEvent
Creates a ViewCommandEvent object
ViewInvocation - class com.iplanet.jato.view.ViewInvocation.
Contains relevant values for a request invocation on a view object.
ViewInvocation(RequestHandler, String, String, CommandDescriptor) - Constructor for class com.iplanet.jato.view.ViewInvocation
Creates a ViewInvocation object
ViewInvocation(RequestHandler, String, String, int, int, CommandDescriptor) - Constructor for class com.iplanet.jato.view.ViewInvocation
Creates a ViewInvocation object
ViewRequestInvocationEvent - class com.iplanet.jato.view.event.ViewRequestInvocationEvent.
Provides notification of a client request invocation.
ViewRequestInvocationEvent(Object, RequestContext, String, String) - Constructor for class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Creates a ViewRequestInvocationEvent object
ViewRequestInvocationEvent(Object, RequestContext, String, String, int, int) - Constructor for class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Creates a ViewRequestInvocationEvent object
ViewRequestInvocationEvent(Object, RequestContext, ViewInvocation) - Constructor for class com.iplanet.jato.view.event.ViewRequestInvocationEvent
Creates a ViewRequestInvocationEvent object

W

WARNING - Static variable in class com.iplanet.jato.Log
Non-fatal warning log level (for developer use)
WebActionHandler - interface com.iplanet.jato.view.WebActionHandler.
Methods used to handle invocations of high-level, value-added JATO behaviors called web actions.
WebActions - interface com.iplanet.jato.view.WebActions.
Constants describing high-level, value-added JATO behaviors called web actions.
WrapperException - exception com.iplanet.jato.util.WrapperException.
Baseclass providing exception and stacktrace formatting, optional constructors and implementation for RootCauseException.
WrapperException() - Constructor for class com.iplanet.jato.util.WrapperException
 
WrapperException(String) - Constructor for class com.iplanet.jato.util.WrapperException
 
WrapperException(String, Throwable) - Constructor for class com.iplanet.jato.util.WrapperException
 
WrapperException(Throwable) - Constructor for class com.iplanet.jato.util.WrapperException
 
WrapperRuntimeException - exception com.iplanet.jato.util.WrapperRuntimeException.
Baseclass providing exception and stacktrace formatting, optional constructors and implementation for RootCauseException.
WrapperRuntimeException() - Constructor for class com.iplanet.jato.util.WrapperRuntimeException
 
WrapperRuntimeException(String) - Constructor for class com.iplanet.jato.util.WrapperRuntimeException
 
WrapperRuntimeException(String, Throwable) - Constructor for class com.iplanet.jato.util.WrapperRuntimeException
 
WrapperRuntimeException(Throwable) - Constructor for class com.iplanet.jato.util.WrapperRuntimeException
 
writeOutput(NonSyncStringBuffer) - Method in class com.iplanet.jato.taglib.TagBase
 
writeOutput(Object) - Method in class com.iplanet.jato.taglib.TagBase
 
writeOutput(String) - Method in class com.iplanet.jato.taglib.TagBase
 

A B C D E F G H I J L M N O P Q R S T U V W