Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- action - Variable in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Associated action.
- action - Variable in class com.bws.jdistil.core.process.ProcessContext
-
Servlet action.
- Action - Class in com.bws.jdistil.core.configuration
-
Class defining action configuration information.
- Action(String, String) - Constructor for class com.bws.jdistil.core.configuration.Action
-
Creates a new action object using a given ID.
- ACTION_ID - Static variable in class com.bws.jdistil.core.servlet.http.Controller
-
Parameter name used to retrieve an action ID from a request.
- ActionComponent - Class in com.bws.jdistil.core.tag.action
-
Abstract base component containing attributes common to all action UI components.
- ActionComponent() - Constructor for class com.bws.jdistil.core.tag.action.ActionComponent
-
Creates a new ActionComponent object.
- ActionComponent.FieldData - Class in com.bws.jdistil.core.tag.action
-
Inner class used to store registered field information.
- ActionData - Class in com.bws.jdistil.core.tag.action
-
Action data component used in the bodies of tags descending from ActionComponent to specify form field data to populate before submitting the form.
- ActionData() - Constructor for class com.bws.jdistil.core.tag.action.ActionData
-
Creates an ActionData object.
- actionId - Variable in class com.bws.jdistil.core.tag.action.ActionComponent
-
Action ID.
- actionId - Variable in class com.bws.jdistil.core.tag.action.BreadcrumbAction
-
Action ID.
- actionId - Variable in class com.bws.jdistil.core.tag.basic.Form
-
Action ID.
- actionId - Variable in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Action ID.
- actionId - Variable in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Action ID.
- actionId - Variable in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Action ID.
- ActionIds - Class in com.bws.jdistil.core.configuration
-
Class defining all core action IDs.
- ActionIds() - Constructor for class com.bws.jdistil.core.configuration.ActionIds
- actionLookup - Static variable in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Map of action objects keyed by action ID.
- add(OrderCondition) - Method in class com.bws.jdistil.core.datasource.database.OrderConditions
-
Adds an order condition.
- add(String, IJoinCondition) - Method in class com.bws.jdistil.core.datasource.database.JoinConditions
-
Adds a join condition.
- add(String, IValueCondition) - Method in class com.bws.jdistil.core.datasource.database.ValueConditions
-
Adds a value condition.
- addActionData(ActionData) - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Registers action data.
- addAssociateActionId - Variable in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Add associate action ID.
- addErrorMessages(ProcessContext, Exception) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Adds exception details to process context error messages.
- addField(String, boolean) - Method in class com.bws.jdistil.core.configuration.Action
-
Adds a new field.
- addFieldBinding(String, String) - Method in class com.bws.jdistil.core.configuration.ObjectBinding
-
Adds a field binding.
- addFieldBinding(String, String, boolean) - Method in class com.bws.jdistil.core.configuration.ObjectBinding
-
Adds a field binding.
- addMessage(ProcessMessage) - Method in class com.bws.jdistil.core.process.ProcessContext
-
Adds a process message.
- addOrderCriterion(String) - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Adds a new order criterion using the default ascending order direction.
- addOrderCriterion(String, String) - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Adds a new order criterion.
- addProcessorFactory(IFactory) - Method in class com.bws.jdistil.core.configuration.Action
-
Adds a processor factory.
- addRule(IActionRule) - Method in class com.bws.jdistil.core.configuration.Action
-
Adds an action rule.
- addRule(IFieldRule) - Method in class com.bws.jdistil.core.configuration.Field
-
Adds a field rule.
- addSequence(Connection, String, String) - Method in class com.bws.jdistil.core.datasource.database.sequence.TableBasedSequenceProvider
-
Inserts a new table sequence record using a given table name and column name.
- addValueCriterion(String, String, Object) - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Adds a new value criterion.
- AND - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Logical 'And' operator constant.
- ANY - Static variable in class com.bws.jdistil.core.validation.rules.NumberRule
-
Positive or negative value type constant.
- appendAttribute(String, Object, StringBuffer) - Method in class com.bws.jdistil.core.tag.basic.Component
-
Appends attribute information to an attributes string buffer using an attribute name and value.
- appendDomainCondition(String, IDomain, IValueCondition) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a value condition including a domain specific condition.
- appendQueryStringData(String, String, String) - Static method in class com.bws.jdistil.core.util.UrlUtil
-
Used to append a name and value to a given resource name. Resource is typically a query string or a URL.
- appendRequiredAssociateJoins(DataObjectBinding, IValueCondition, IOrderCondition, List<Join>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and appends associate joins to a list of joins if their associated target table is referenced by a value condition or order condition.
- appendRequiredDependentJoins(DataObjectBinding, IValueCondition, IOrderCondition, List<Join>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Recursively creates and appends dependent joins to a list of joins if their associated target table is referenced by a value condition or order condition.
- appendRequiredJoins(DataObjectBinding, IOrderCondition, List<Join>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and appends joins to a list of joins if column binding use associative ordering and the associative table is referenced by an order condition.
- appendVirtualDeleteCondition(IValueCondition) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a value condition including a condition to avoid virtual deletes.
- APPLICATION_CONFIGURATION - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the application configuration resource property key.
- ASCII_STREAM - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Ascii stream type constant.
- AssociateBinding - Class in com.bws.jdistil.core.datasource.database
-
Defines the binding between a data object property and a data object ID binding.
- AssociateBinding(String, boolean, String, IdColumnBinding, IdColumnBinding) - Constructor for class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Creates a new AssociateBinding object.
- AssociateBinding(String, boolean, String, IdColumnBinding, IdColumnBinding, String, String, String) - Constructor for class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Creates a new AssociateBinding object using reference ordering.
- associateBindings - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Map of associate bindings keyed by property name.
- associateDataManagerClass - Variable in class com.bws.jdistil.core.tag.data.AssociateField
-
Items attribute name.
- associateDataManagerClass - Variable in class com.bws.jdistil.core.tag.data.AssociateListField
-
Items attribute name.
- associateDataManagerClass - Variable in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Items attribute name.
- associateDataManagerClass - Variable in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Items attribute name.
- associateDisplayFieldId - Variable in class com.bws.jdistil.core.tag.data.AssociateField
-
Associate display field ID.
- associateDisplayFieldId - Variable in class com.bws.jdistil.core.tag.data.AssociateListField
-
Associate display field ID.
- associateDisplayFieldId - Variable in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Associate display field ID.
- associateDisplayFieldId - Variable in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Associate display field ID.
- AssociateField - Class in com.bws.jdistil.core.tag.data
-
Component used to write a data object associated with a target data object using an HTML text field.
- AssociateField() - Constructor for class com.bws.jdistil.core.tag.data.AssociateField
-
Creates a new AssociateListField object.
- associateIdColumnBinding - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Assocaite ID column binding.
- AssociateListField - Class in com.bws.jdistil.core.tag.data
-
Component used to write a list of data objects associated with a target data object using an HTML select field.
- AssociateListField() - Constructor for class com.bws.jdistil.core.tag.data.AssociateListField
-
Creates a new AssociateListField object.
- associateLookup - Variable in class com.bws.jdistil.core.tag.data.AssociateField
-
Map of associate data objects supporting efficient retrieval of data when component is nested inside a table component.
- associateLookups - Variable in class com.bws.jdistil.core.tag.data.AssociateListField
-
Map of associate lookups containing data objects supporting efficient retrieval of data when component is nested inside a table component.
- associateLookups - Variable in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Map of associate lookups containing data objects supporting efficient retrieval of data when component is nested inside a table component.
- associateLookups - Variable in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Map of associate lookups containing data objects supporting efficient retrieval of data when component is nested inside a table component.
- AT_LEAST_ONE_REQUIRED_FIELD - Static variable in class com.bws.jdistil.core.message.Messages
-
At least one required field message constant.
- AtLeastOneFieldRule - Class in com.bws.jdistil.core.validation.rules
-
Action rule requiring data for at least one of a specified set of fields.
- AtLeastOneFieldRule(String...) - Constructor for class com.bws.jdistil.core.validation.rules.AtLeastOneFieldRule
-
Creates an AtLeastOneFieldRule object using a set of field IDs.
- attachedFiles - Variable in class com.bws.jdistil.core.util.Mailer
- attributeId - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Attribute ID used to store data object in request attributes.
- attributeId - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Attribute ID.
- attributeId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Attribute ID used to store data objects in request attributes.
- attributeName - Variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Attribute name.
- attributeName - Variable in class com.bws.jdistil.core.tag.table.Table
-
Attribute name bound to table data or object containing table data.
- AttributeNames - Class in com.bws.jdistil.core.configuration
-
Class defining all core attribute names.
- AttributeNames() - Constructor for class com.bws.jdistil.core.configuration.AttributeNames
- availableObjects - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Available objects.
B
- BaseFieldRule - Class in com.bws.jdistil.core.validation.rules
-
Abstract base class implementing the IFieldRule interface. Provides default validation checking, support for storing and retrieving the error text and support for retrieving field descriptions based on a field ID.
- BaseFieldRule() - Constructor for class com.bws.jdistil.core.validation.rules.BaseFieldRule
-
Creates an empty BaseFieldRule object.
- bccRecipients - Variable in class com.bws.jdistil.core.util.Mailer
- BEGINS_WITH - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Begins with operator constant.
- BEGINS_WITH_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Begins With operator description message constant.
- BINARY_STREAM - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Binary stream type constant.
- bindingRegistry - Static variable in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Property binding registry keyed by class name.
- Body - Class in com.bws.jdistil.core.tag.basic
-
Body component used to encapsulate other components.
- Body() - Constructor for class com.bws.jdistil.core.tag.basic.Body
-
Creates a new Body object.
- bodyContent - Variable in class com.bws.jdistil.core.tag.action.Link
-
Body content.
- BOOLEAN - Static variable in class com.bws.jdistil.core.configuration.Field
-
Boolean field type constant.
- BOOLEAN - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Boolean type constant.
- booleanConverter - Static variable in class com.bws.jdistil.core.conversion.BooleanConverter
-
Singleton instance.
- BooleanConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse boolean objects.
- BooleanConverter() - Constructor for class com.bws.jdistil.core.conversion.BooleanConverter
-
Creates a new BooleanConverter instance.
- BooleanListField - Class in com.bws.jdistil.core.tag.data
-
Component used to write selectable boolean values using an HTML select field.
- BooleanListField() - Constructor for class com.bws.jdistil.core.tag.data.BooleanListField
-
Creates a new BooleanListField object.
- BoundDatabaseDataManager<I,
T> - Class in com.bws.jdistil.core.datasource.database -
Abstract bound database data manager class that uses binding information to implement data manager functionality.
- BoundDatabaseDataManager() - Constructor for class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates a new BoundDatabaseDataManager object.
- Breadcrumb - Class in com.bws.jdistil.core.breadcrumb
- Breadcrumb(Page, Action, String) - Constructor for class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Creates a new breadcrumb using a page, action, and description.
- BREADCRUMB_TRAIL_DATA - Static variable in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Breadcrumb trail data attribute name.
- BreadcrumbAction - Class in com.bws.jdistil.core.tag.action
-
Breadcrumb action component used in the bodies of BreadcrumbTrail tags to specify action IDs to be tracked by the breadcrumb trail.
- BreadcrumbAction() - Constructor for class com.bws.jdistil.core.tag.action.BreadcrumbAction
-
Creates an BreadcrumbAction object.
- BreadcrumbTrail - Class in com.bws.jdistil.core.tag.action
-
Component used to display a trail of breadcrumb links.
- BreadcrumbTrail() - Constructor for class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Creates a new BreadcrumbTrail object.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.action.Button
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.basic.Component
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.basic.Form
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.CheckField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.DateField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.EmailField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.HiddenField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.ListField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.MemoField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.PasswordField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.PhoneNumberField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.TextField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.data.TimeField
-
Returns a string buffer containing all attributes and their associated values.
- buildAttributes() - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Returns a string buffer containing all attributes and their associated values.
- buildSequenceName(String, String) - Method in class com.bws.jdistil.core.datasource.database.sequence.SequenceBasedSequenceProvider
-
Returns the database sequence name based on a specified table name and column name.
- buildSql(String, String) - Method in class com.bws.jdistil.core.datasource.database.sequence.SequenceBasedSequenceProvider
-
Returns the SQL used to retrieve the next value from a database sequence based on a specified table name and column name.
- buildUrl(String, String) - Static method in class com.bws.jdistil.core.util.UrlUtil
-
Used to append a query string to a given resource name. Resource is typically a servlet name, JSP name, or URL.
- Button - Class in com.bws.jdistil.core.tag.action
-
Button component used to perform some action.
- Button() - Constructor for class com.bws.jdistil.core.tag.action.Button
-
Creates a new Button object.
- BwsException - Exception Class in com.bws
-
Bws exception from which all package level exceptions should extend.
- BwsException() - Constructor for exception class com.bws.BwsException
-
Creates an empty BwsException object.
- BwsException(String) - Constructor for exception class com.bws.BwsException
-
Creates a BwsException intialize with a given message.
- BYTE - Static variable in class com.bws.jdistil.core.configuration.Field
-
Byte field type constant.
- BYTE - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Byte type constant.
- BYTE_ARRAY - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Binary array type constant.
C
- cachePagingIds - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Cache paging IDs indicator.
- calculatePageNumber(int, Action, HttpServletRequest) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Calculates and returns the targeted page number based on the total number of pages, selected action, and HTTP servlet request.
- calculatePageRange(int, int) - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Calculates and returns the page range based on the current page number and total number of pages.
- calculateTotalItems(List<I>) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the total number of items using a list of data object IDs.
- calculateTotalPages(int) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the total number of pages using the total number of data objects and page size.
- callPage(Page, ProcessContext) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Calls a specified page using a request and response.
- ccRecipients - Variable in class com.bws.jdistil.core.util.Mailer
- CHAR_SET_NAME - Static variable in class com.bws.jdistil.core.security.Cryptographer
- CHARACTER_STREAM - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Character stream type constant.
- checkActionSecurity(ISecurityManager, Action, HttpServletRequest, HttpSession) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Performs a security check against the submitted action.
- CheckField - Class in com.bws.jdistil.core.tag.data
-
Component used to write selectable data using an HTML check box field.
- CheckField() - Constructor for class com.bws.jdistil.core.tag.data.CheckField
-
Creates a new CheckField object.
- checkSecurityToken(ProcessContext) - Method in class com.bws.jdistil.core.process.model.DeleteDataObject
- checkSecurityToken(ProcessContext) - Method in class com.bws.jdistil.core.process.model.SaveDataObject
- CIPHER_ALGORITHM - Static variable in class com.bws.jdistil.core.security.Cryptographer
- className - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Class name attribute used in messaging.
- className - Static variable in class com.bws.jdistil.core.datasource.database.sequence.SequenceBasedSequenceProvider
-
Class name attribute used in messaging.
- className - Static variable in class com.bws.jdistil.core.datasource.database.sequence.TableBasedSequenceProvider
-
Class name attribute used in messaging.
- className - Static variable in class com.bws.jdistil.core.resource.MergedResource
-
Class name attribute used in messaging.
- className - Static variable in class com.bws.jdistil.core.resource.ResourceUtil
-
Class name attribute used in messaging.
- className - Static variable in class com.bws.jdistil.core.util.Instantiator
-
Class name.
- className - Variable in class com.bws.jdistil.core.util.SegmentedList
-
Class name attribute used in messaging.
- clean(String, HttpSession) - Static method in class com.bws.jdistil.core.servlet.http.SessionCleaner
-
Cleans the session based on a specified action ID.
- clear() - Method in class com.bws.jdistil.core.datasource.DataObject
-
Clears all properties.
- closeActionId - Variable in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Close action ID.
- closeConnection(Connection) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to close a given database connection.
- closeResultSet(ResultSet) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to close a SQL result set.
- closeResultSets(List<ResultSet>) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to close a list of SQL result sets.
- closeStatement(Statement) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to close a SQL statement.
- closeStatements(List<? extends Statement>) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to close a list of SQL statements.
- ColumnBinding - Class in com.bws.jdistil.core.datasource.database
-
Defines the binding between a table column and a data object property.
- ColumnBinding(String, int, boolean, boolean, String) - Constructor for class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Creates a new ColumnBinding object.
- ColumnBinding(String, int, boolean, boolean, String, String, String, String) - Constructor for class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Creates a new ColumnBinding object using reference ordering.
- columnBindings - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
List of column bindings.
- columnCount - Variable in class com.bws.jdistil.core.datasource.database.MappedResult
-
Column count.
- columnLookup - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Map of column bindings keyed by column name.
- columnName - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Column name.
- columnName - Variable in class com.bws.jdistil.core.datasource.database.OrderCondition
-
Column name.
- columnName - Variable in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Column name.
- columnNames - Variable in class com.bws.jdistil.core.datasource.database.MappedResult
-
Column names.
- columnType - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Column type.
- com.bws - package com.bws
- com.bws.jdistil - package com.bws.jdistil
- com.bws.jdistil.core - package com.bws.jdistil.core
- com.bws.jdistil.core.breadcrumb - package com.bws.jdistil.core.breadcrumb
- com.bws.jdistil.core.configuration - package com.bws.jdistil.core.configuration
- com.bws.jdistil.core.conversion - package com.bws.jdistil.core.conversion
- com.bws.jdistil.core.datasource - package com.bws.jdistil.core.datasource
- com.bws.jdistil.core.datasource.database - package com.bws.jdistil.core.datasource.database
- com.bws.jdistil.core.datasource.database.connection - package com.bws.jdistil.core.datasource.database.connection
- com.bws.jdistil.core.datasource.database.sequence - package com.bws.jdistil.core.datasource.database.sequence
- com.bws.jdistil.core.factory - package com.bws.jdistil.core.factory
- com.bws.jdistil.core.message - package com.bws.jdistil.core.message
- com.bws.jdistil.core.process - package com.bws.jdistil.core.process
- com.bws.jdistil.core.process.model - package com.bws.jdistil.core.process.model
- com.bws.jdistil.core.resource - package com.bws.jdistil.core.resource
- com.bws.jdistil.core.security - package com.bws.jdistil.core.security
- com.bws.jdistil.core.servlet - package com.bws.jdistil.core.servlet
- com.bws.jdistil.core.servlet.http - package com.bws.jdistil.core.servlet.http
- com.bws.jdistil.core.tag - package com.bws.jdistil.core.tag
- com.bws.jdistil.core.tag.action - package com.bws.jdistil.core.tag.action
- com.bws.jdistil.core.tag.basic - package com.bws.jdistil.core.tag.basic
- com.bws.jdistil.core.tag.data - package com.bws.jdistil.core.tag.data
- com.bws.jdistil.core.tag.paging - package com.bws.jdistil.core.tag.paging
- com.bws.jdistil.core.tag.table - package com.bws.jdistil.core.tag.table
- com.bws.jdistil.core.util - package com.bws.jdistil.core.util
- com.bws.jdistil.core.validation - package com.bws.jdistil.core.validation
- com.bws.jdistil.core.validation.rules - package com.bws.jdistil.core.validation.rules
- COMMA - Static variable in class com.bws.jdistil.core.util.ListUtil
-
Default delimiter value.
- commit(Connection) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to commit any submitted SQL statements using a given connection.
- compare(T, T) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager.DataObjectComparator
-
Compares two data objects for sorting based on an internal list of data object IDs.
- Component - Class in com.bws.jdistil.core.tag.basic
-
Abstract base component containing attributes common to all UI components.
- Component() - Constructor for class com.bws.jdistil.core.tag.basic.Component
-
Creates a new Component object.
- Configuration - Class in com.bws.jdistil.core.configuration
-
Abstract base class used by applications to define configuration.
- Configuration() - Constructor for class com.bws.jdistil.core.configuration.Configuration
-
Creates a new Configuration object.
- ConfigurationException - Exception Class in com.bws.jdistil.core.configuration
-
Package level exception defined as a base exception for the configuration package.
- ConfigurationException() - Constructor for exception class com.bws.jdistil.core.configuration.ConfigurationException
-
Creates an empty ConfigurationException object.
- ConfigurationException(String) - Constructor for exception class com.bws.jdistil.core.configuration.ConfigurationException
-
Creates a ConfigurationException intialize with a given message.
- ConfigurationManager - Class in com.bws.jdistil.core.configuration
-
Configuration manager used by core framework classes to retrieve action, field, page, and object binding related information.
- ConfigurationManager() - Constructor for class com.bws.jdistil.core.configuration.ConfigurationManager
-
Creates a new ConfigurationManager object.
- CONFIRMATION - Static variable in class com.bws.jdistil.core.process.ProcessMessage
-
Confirmation message type.
- confirmationMessageKey - Variable in class com.bws.jdistil.core.tag.action.ActionComponent
-
Confirmation message key.
- CONNECTION_PROVIDER_FACTORY - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the connection provider factory property key.
- connectionProviderFactory - Static variable in class com.bws.jdistil.core.datasource.database.connection.ConnectionProviderFactory
-
Connection provider factory.
- ConnectionProviderFactory - Class in com.bws.jdistil.core.datasource.database.connection
-
Provides static access to an application defined connection provider factory using a class specified in the framework properties file.
- ConnectionProviderFactory() - Constructor for class com.bws.jdistil.core.datasource.database.connection.ConnectionProviderFactory
-
Creates a new ConnectionProviderFactory.
- Constants - Class in com.bws.jdistil.core.configuration
-
Class defining all system level constants.
- Constants() - Constructor for class com.bws.jdistil.core.configuration.Constants
-
Creates a new Constants object.
- CONTAINS - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Contains operator constant.
- CONTAINS_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Contains operator description message constant.
- contents - Static variable in class com.bws.jdistil.core.conversion.FormatResource
-
Two dimensional array of message keys and formats.
- contents - Static variable in class com.bws.jdistil.core.datasource.database.OperatorResource
-
Two dimensional array of message keys and messages.
- contents - Static variable in class com.bws.jdistil.core.message.MessageResource
-
Two dimensional array of message keys and messages.
- contents - Variable in class com.bws.jdistil.core.resource.MergedResource
-
Map of all contents.
- Controller - Class in com.bws.jdistil.core.servlet.http
-
Default servlet class defining the default processing logic used to invoke business objects based on servlet actions contained in submitted requests.
- Controller() - Constructor for class com.bws.jdistil.core.servlet.http.Controller
-
Creates a new Controller object.
- CONTROLLER - Static variable in class com.bws.jdistil.core.configuration.ServletNames
- ConversionException - Exception Class in com.bws.jdistil.core.conversion
-
Package level exception defined as a base exception for the format package.
- ConversionException() - Constructor for exception class com.bws.jdistil.core.conversion.ConversionException
-
Creates an empty FormatException object.
- ConversionException(String) - Constructor for exception class com.bws.jdistil.core.conversion.ConversionException
-
Creates a FormatException intialize with a given message.
- converter - Variable in class com.bws.jdistil.core.configuration.Field
-
Data converter.
- ConverterRule - Class in com.bws.jdistil.core.validation.rules
-
Class used to validate field values based on a field's associated field converter.
- ConverterRule() - Constructor for class com.bws.jdistil.core.validation.rules.ConverterRule
-
Creates an empty ConverterFieldRule object.
- convertNull(Object) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Returns the string representation of a given object or an empty string if the object is null.
- convertNull(Object, String) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Returns the string representation of a given object or a replacement string if the object is null.
- CoreException - Exception Class in com.bws.jdistil.core
-
Core frameworks exception from which all package level exceptions should extend.
- CoreException() - Constructor for exception class com.bws.jdistil.core.CoreException
-
Creates an empty CoreException object.
- CoreException(String) - Constructor for exception class com.bws.jdistil.core.CoreException
-
Creates a CoreException intialize with a given message.
- create() - Method in interface com.bws.jdistil.core.factory.IFactory
-
Returns an instance of the target class from the object pool.
- create() - Method in class com.bws.jdistil.core.factory.PojoFactory
-
Returns an instance of the target class.
- create() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Returns an instance of the target class from the object pool.
- create() - Method in class com.bws.jdistil.core.factory.SingletonPojoFactory
-
Returns an instance of the target class.
- create(Class<?>) - Method in interface com.bws.jdistil.core.factory.IFactoryProvider
- create(Class<?>) - Method in class com.bws.jdistil.core.factory.PojoFactoryProvider
- create(Class<?>) - Method in class com.bws.jdistil.core.factory.PooledPojoFactoryProvider
- create(Class<?>) - Method in class com.bws.jdistil.core.factory.SingletonPojoFactoryProvider
- create(Class<?>) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Instantiates an object using a given class.
- create(Class<?>, Class<?>, Object) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Instantiates an object using an object class, parameter type, and parameter value.
- create(Class<?>, List<? extends Class<?>>, List<? extends Object>) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Instantiates an object using an object class, a list of parameter types, and a list of parameter values.
- create(String) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Instantiates an object using a class name.
- create(String, Class<?>, Object) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Instantiates an object using class name, parameter type, and parameter value.
- create(String, List<? extends Class<?>>, List<? extends Object>) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Instantiates an object using a class name, a list of parameter types, and a list of parameter values.
- create(HttpServletRequest) - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Creates and returns a filter criteria object using a given HTTP request.
- create(T, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Saves a new data object using a specified domain.
- createAssociates(DataObjectBinding, Iterator<ResultSet>, Map<Object, DataObject<?>>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Recursively creates associate data objects and assigns them to their parent's associated property using a parent data object binding, an iterator of result sets, and a parent data object lookup.
- createCurrencyFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Creates a locale specific currency formatter.
- createDataMap(HttpServletRequest) - Method in class com.bws.jdistil.core.validation.DefaultValidator
-
Returns a map of field IDs and values created using a given servlet request.
- createDataObject(List<ResultSet>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a data object using data from a list of result set objects.
- createDataObject(List<ResultSet>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a data object using data from a list of result set objects. Used in conjunction with the find method.
- createDataObjectBinding() - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns a data object binding.
- createDataObjects(DataObjectBinding, Iterator<ResultSet>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of data objects using a data object binding and data from a list of result set objects.
- createDataObjects(List<ResultSet>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of data objects using data from a list of result set objects.
- createDataObjects(List<ResultSet>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data objects using data from a list of result set objects.
- createDateFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Creates a date formatter configured with a locale specific pattern.
- createDateTimeFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Creates a date time formatter configured with a locale specific pattern.
- createDecimalFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.DecimalConverter
-
Creates a locale specific decimal formatter.
- createDependents(DataObjectBinding, Iterator<ResultSet>, Map<Object, DataObject<?>>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Recursively creates dependent data objects and assigns them to their parent's associated property using a parent data object binding, an iterator of result sets, and a parent data object lookup.
- createIds(ResultSet) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of data object IDs using data from a result set object.
- createIds(ResultSet) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data object IDs using data from a result set object.
- createJoinSql(List<Join>, Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns join SQL using a list of joins and a map of aliases keyed by table name.
- createNumberFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.NumberConverter
-
Creates a locale specific number formatter.
- createPercentageFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.PercentageConverter
-
Creates a locale specific percentage formatter.
- createProcessContext(HttpServletRequest, HttpServletResponse, ISecurityManager) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Creates and returns a process context object populated using data from a given servlet request.
- createSalt() - Static method in class com.bws.jdistil.core.security.Cryptographer
- createSecretKey(String, byte[], int) - Static method in class com.bws.jdistil.core.security.Cryptographer
- createStandardDateFormatter() - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Creates a date formatter configured with a standard date pattern.
- createStandardDateTimeFormatter() - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Creates a date time formatter configured with a standard date time pattern.
- createStandardTimeFormatter() - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Creates a time formatter configured with a standard time pattern.
- createTimeFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Creates a time formatter configured with a locale specific pattern.
- Cryptographer - Class in com.bws.jdistil.core.security
- Cryptographer() - Constructor for class com.bws.jdistil.core.security.Cryptographer
- CURRENCY_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Currency format property resource key.
- currencyConverter - Static variable in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Singleton instance.
- CurrencyConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse currency values.
- CurrencyConverter() - Constructor for class com.bws.jdistil.core.conversion.CurrencyConverter
-
Creates a new CurrencyConverter instance.
- CURRENT_PAGE_NUMBER - Static variable in class com.bws.jdistil.core.configuration.AttributeNames
- currentPage - Variable in class com.bws.jdistil.core.process.ProcessContext
-
Current page.
- CurrentPageNumber - Class in com.bws.jdistil.core.tag.paging
-
Component used to display the current page number.
- CurrentPageNumber() - Constructor for class com.bws.jdistil.core.tag.paging.CurrentPageNumber
-
Creates a new CurrentPageNumber object.
- currentPageNumberFieldId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Current page number field ID.
- currentPageNumberFieldId - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Current page number field ID.
- currentRow - Variable in class com.bws.jdistil.core.tag.table.Table
-
Current row.
- currentSegment - Variable in class com.bws.jdistil.core.util.SegmentedList
-
Current segment.
- currentValue - Variable in class com.bws.jdistil.core.tag.table.Table
-
Current data object.
- CUSTOM_CLASS - Static variable in class com.bws.jdistil.core.configuration.Field
-
Custom class constant.
D
- data - Variable in class com.bws.jdistil.core.datasource.database.MappedResult
-
Map used to store data.
- DatabaseDataManager<I,
T> - Class in com.bws.jdistil.core.datasource.database -
Abstract database data manager class implementing a portion of the IDataManager interface.
- DatabaseDataManager() - Constructor for class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Creates a new DatabaseDataManager object.
- DatabaseDataManager.DataObjectComparator - Class in com.bws.jdistil.core.datasource.database
-
Compares data objects for sorting based on a list of data object IDs.
- dataManagerClass - Variable in class com.bws.jdistil.core.process.model.DeleteDataObject
-
Data manager class.
- dataManagerClass - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Data manager class.
- dataManagerClass - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Data manager class.
- dataManagerClass - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Data manager class.
- DataObject<I> - Class in com.bws.jdistil.core.datasource
-
Base class used to store information.
- DataObject() - Constructor for class com.bws.jdistil.core.datasource.DataObject
-
Creates a new DataObject object.
- dataObjectBinding - Variable in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Data object binding.
- dataObjectBinding - Variable in class com.bws.jdistil.core.datasource.database.DependentBinding
-
Data object binding.
- DataObjectBinding - Class in com.bws.jdistil.core.datasource.database
-
Defines binding information for a data object.
- DataObjectBinding(Class<?>, String, IdColumnBinding, IdColumnBinding, Collection<ColumnBinding>, Collection<DependentBinding>, Collection<AssociateBinding>) - Constructor for class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Creates a new DataObjectBinding object.
- DataObjectBinding(Class<?>, String, IdColumnBinding, Collection<ColumnBinding>, Collection<DependentBinding>, Collection<AssociateBinding>) - Constructor for class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Creates a new DataObjectBinding object.
- dataObjectClass - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Data object class.
- dataObjectClass - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Data object class.
- dataObjectClass - Variable in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Data object class.
- dataObjectClass - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Data object class.
- DataObjectComparator(List<I>) - Constructor for class com.bws.jdistil.core.datasource.database.DatabaseDataManager.DataObjectComparator
-
Creates a new DataObjectComparator using a list of data object IDs.
- DATASOURCE_NAME - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the datasource name property key.
- DataSourceException - Exception Class in com.bws.jdistil.core.datasource
-
Package level exception defined as a base exception for the datasource package.
- DataSourceException() - Constructor for exception class com.bws.jdistil.core.datasource.DataSourceException
-
Creates a new DataSourceException object.
- DataSourceException(String) - Constructor for exception class com.bws.jdistil.core.datasource.DataSourceException
-
Creates a DataSourceException intialize with a given message.
- DATE - Static variable in class com.bws.jdistil.core.configuration.Field
-
Date field type constant.
- DATE - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Date type constant.
- DATE_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Date format property resource key.
- DATE_TIME - Static variable in class com.bws.jdistil.core.configuration.Field
-
Date/time field type constant.
- DATE_TIME_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Date time format property resource key.
- dateConverter - Static variable in class com.bws.jdistil.core.conversion.DateConverter
-
Singleton instance.
- DateConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse locale specific date objects.
- DateConverter() - Constructor for class com.bws.jdistil.core.conversion.DateConverter
-
Creates a new DateConverter instance.
- DateField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML date field.
- DateField() - Constructor for class com.bws.jdistil.core.tag.data.DateField
-
Creates a new DateField object.
- dateTimeConverter - Static variable in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Singleton instance.
- DateTimeConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse date time objects.
- DateTimeConverter() - Constructor for class com.bws.jdistil.core.conversion.DateTimeConverter
-
Creates a new DateTimeConverter instance.
- DbUtil - Class in com.bws.jdistil.core.datasource.database
-
Utility class providing database related services for opening connections, closing connections, committing and rolling back transactions, closing SQL statements and result sets, retrieving data as different data types from a SQL result set and setting SQL parameters of different data types in a prepared SQL statement.
- DbUtil() - Constructor for class com.bws.jdistil.core.datasource.database.DbUtil
-
Creates an empty DbUtil object. Private access because all methods are static.
- DECIMAL_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Decimal format property resource key.
- DecimalConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse decimal values.
- DecimalConverter - Static variable in class com.bws.jdistil.core.conversion.DecimalConverter
-
Singleton instance.
- DecimalConverter() - Constructor for class com.bws.jdistil.core.conversion.DecimalConverter
-
Creates a new DecimalConverter instance.
- decrypt(byte[], SecretKey) - Static method in class com.bws.jdistil.core.security.Cryptographer
- DEFAULT_DOMAIN_ID_COLUMN_NAME - Static variable in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
- DEFAULT_ID - Static variable in interface com.bws.jdistil.core.security.IDomain
-
Default domain ID.
- DEFAULT_NAME - Static variable in interface com.bws.jdistil.core.security.IDomain
-
Default domain name.
- DEFAULT_PAGE_SIZE - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the default page size property key.
- DEFAULT_SIZE - Static variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Default pool size.
- DEFAULT_TITLE - Static variable in class com.bws.jdistil.core.tag.action.PopupMenu
-
Default menu title.
- defaultDateTimeConverter - Static variable in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Date time converter.
- defaultDescription - Variable in class com.bws.jdistil.core.configuration.Action
-
Default description.
- defaultDescription - Variable in class com.bws.jdistil.core.configuration.Field
-
Default description.
- defaultDescription - Variable in class com.bws.jdistil.core.configuration.Page
-
Default description.
- defaultDirection - Variable in class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Default order direction.
- defaultFieldValue - Variable in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Default field value.
- defaultNumberConverter - Static variable in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Number converter.
- defaultOperator - Variable in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Default operator.
- defaultRules - Variable in class com.bws.jdistil.core.configuration.Action
-
List of default rules.
- defaultRules - Variable in class com.bws.jdistil.core.configuration.Field
-
List of default rules.
- DefaultSecurityManager - Class in com.bws.jdistil.core.security
-
Default security manager.
- DefaultSecurityManager() - Constructor for class com.bws.jdistil.core.security.DefaultSecurityManager
-
Creates a new DefaultSecurityManager.
- DefaultValidator - Class in com.bws.jdistil.core.validation
-
Default validator used to validate data from a given servlet request.
- DefaultValidator() - Constructor for class com.bws.jdistil.core.validation.DefaultValidator
-
Creates a new DefaultValidator.
- defaultValue - Variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Default field value.
- delete(T) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Deletes a data object using the default domain.
- delete(T) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Deletes a data object using the default domain.
- delete(T, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Deletes a data object using a specified domain.
- delete(T, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Deletes a data object using a specified domain.
- DELETE_CONFIRMATION - Static variable in class com.bws.jdistil.core.message.Messages
-
Delete confirmation message constant.
- DELETED_UPDATE - Static variable in class com.bws.jdistil.core.message.Messages
-
Deleted update description message constant.
- DeleteDataObject<I,
T> - Class in com.bws.jdistil.core.process.model -
Deletes a data object using submitted information.
- DeleteDataObject(Class<? extends IDataManager<I, T>>, String, Class<? extends IProcessor>) - Constructor for class com.bws.jdistil.core.process.model.DeleteDataObject
-
Creates a new DeleteDataObject object.
- DependentBinding - Class in com.bws.jdistil.core.datasource.database
-
Defines the binding between a data object property and another data object binding.
- DependentBinding(String, boolean, DataObjectBinding) - Constructor for class com.bws.jdistil.core.datasource.database.DependentBinding
-
Creates a new DependentBinding object.
- dependentBindings - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Map of dependent bindings keyed by property name.
- description - Variable in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Breadcrumb description.
- description - Variable in class com.bws.jdistil.core.tag.data.ListItem
-
Description.
- Description - Class in com.bws.jdistil.core.tag.data
-
Writes a locale specific description for a given value.
- Description() - Constructor for class com.bws.jdistil.core.tag.data.Description
-
Creates a new Description object.
- DESCRIPTION_RESOURCES - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the description resources property key.
- Descriptions - Class in com.bws.jdistil.core.util
-
This class provides a locale specific description for a given value.
- Descriptions() - Constructor for class com.bws.jdistil.core.util.Descriptions
-
Creates a new instance of the Descriptions class.
- digest(String, byte[]) - Static method in class com.bws.jdistil.core.security.Cryptographer
- DIGEST_ALGORITHM - Static variable in class com.bws.jdistil.core.security.Cryptographer
- direction - Variable in class com.bws.jdistil.core.datasource.database.OrderCondition
-
Order direction.
- direction - Variable in class com.bws.jdistil.core.datasource.OrderCriterion
-
Order direction.
- directionId - Variable in class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Order direction field ID.
- DIRTY_UPDATE - Static variable in class com.bws.jdistil.core.message.Messages
-
Dirty update description message constant.
- DirtyUpdateException - Exception Class in com.bws.jdistil.core.datasource
-
Exception class defined to handle dirty update notifications caused by an attempt to update data that has changed since the last data retrieval.
- DirtyUpdateException(DataObject<?>) - Constructor for exception class com.bws.jdistil.core.datasource.DirtyUpdateException
-
Creates a DirtyUpdateException object given a data object containing the most recent data.
- DirtyUpdateException(DataObject<?>, String) - Constructor for exception class com.bws.jdistil.core.datasource.DirtyUpdateException
-
Creates a DirtyUpdateException object given a data object containing the most recent data and a specific message used to create the exception text.
- DisplayAssociateField - Class in com.bws.jdistil.core.tag.data
-
Component used to write a data object associated with a target data object using an HTML text field.
- DisplayAssociateField() - Constructor for class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Creates a new AssociateListField object.
- DisplayAssociateListField - Class in com.bws.jdistil.core.tag.data
-
Component used to write a list of data objects associated with a target data object using an HTML select field.
- DisplayAssociateListField() - Constructor for class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Creates a new AssociateListField object.
- displayDefaultErrorPage(ProcessContext) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Displays all captured processing errors using the default error page.
- displayErrorPage(Action, ProcessContext) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Displays application errors using a custom error handling process.
- DisplayField - Class in com.bws.jdistil.core.tag.data
-
Component used to display read-only data.
- DisplayField() - Constructor for class com.bws.jdistil.core.tag.data.DisplayField
-
Creates a new DisplayField object.
- displayFieldId - Variable in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Display field ID.
- displayFormat - Variable in class com.bws.jdistil.core.validation.rules.RegularExpressionRule
-
Format displayed for input guidance.
- DisplayListField - Class in com.bws.jdistil.core.tag.data
-
Component used to display a read-only value from a list data.
- DisplayListField() - Constructor for class com.bws.jdistil.core.tag.data.DisplayListField
-
Creates a new ListField object.
- DisplayMultipleListField - Class in com.bws.jdistil.core.tag.data
-
Component used to display multiple read-only values from a list data.
- DisplayMultipleListField() - Constructor for class com.bws.jdistil.core.tag.data.DisplayMultipleListField
-
Creates a new ListField object.
- doAfterBody() - Method in class com.bws.jdistil.core.tag.table.Table
-
Iterates through data objects containing table data allowing body evaluation to occur for each object.
- doCatch(Throwable) - Method in class com.bws.jdistil.core.tag.basic.Component
-
Handles tag exceptions.
- doDirtyUpdateCheck - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Check dirty update indicator.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Cleans up resources each time tag is used.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.Button
-
Writes a button using an HTML button.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.Link
-
Writes a link using an HTML anchor.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.Menu
-
Writes the end of a menu component.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.MenuBar
-
Writes the end of a menu bar component.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.MenuItem
-
Writes the end of a menu item component.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.PopupMenu
-
Writes the end of a popup menu component.
- doEndTag() - Method in class com.bws.jdistil.core.tag.action.PopupMenuItem
-
Writes the end of a menu item component.
- doEndTag() - Method in class com.bws.jdistil.core.tag.basic.Body
-
Completes the body output.
- doEndTag() - Method in class com.bws.jdistil.core.tag.basic.Component
-
Default to evaluating the rest of the page.
- doEndTag() - Method in class com.bws.jdistil.core.tag.basic.Form
-
Completes the form output.
- doEndTag() - Method in class com.bws.jdistil.core.tag.basic.Group
-
Completes the group output.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Ends tag processing by clearing associate lookup data.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Ends tag processing by clearing associate lookup data.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.Description
-
Returns value indicating to evaluate the rest of the page.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Ends tag processing by clearing associate lookup data.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Ends tag processing by clearing associate lookup data.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.Fields
-
Writes parameter values as HTML hidden fields.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Writes selectable data using multiple HTML select fields.
- doEndTag() - Method in class com.bws.jdistil.core.tag.data.ProcessMessages
-
Returns value indicating to evaluate the rest of the page.
- doEndTag() - Method in class com.bws.jdistil.core.tag.table.Table
-
Writes the end of the table.
- doEndTag() - Method in class com.bws.jdistil.core.tag.table.TableData
-
Writes the end of the table data.
- doEndTag() - Method in class com.bws.jdistil.core.tag.table.TableFooter
-
Writes the end of the table footer.
- doEndTag() - Method in class com.bws.jdistil.core.tag.table.TableHeader
-
Writes the end of the table header.
- doEndTag() - Method in class com.bws.jdistil.core.tag.table.TableRow
-
Writes the end of the table row.
- doFinally() - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.action.Link
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.basic.Component
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.ExcludeField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.Fields
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.IncludeField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.ListField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Cleans up resources each time tag is used.
- doFinally() - Method in class com.bws.jdistil.core.tag.table.Table
-
Cleans up resources each time tag is used.
- doInitBody() - Method in class com.bws.jdistil.core.tag.action.Link
-
Initializes the body.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.ActionData
-
Registers action data with an enclosing action component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.BreadcrumbAction
-
Registers an action ID with an enclosing breadcrumb trail component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Writes a trail of breadcrumb links.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.Menu
-
Writes the start of a menu component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.MenuBar
-
Writes the start of a menu bar component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.MenuItem
-
Writes the start of a menu item component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.PopupMenu
-
Writes the start of a popup menu component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.action.PopupMenuItem
-
Writes the start of a menu item component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.basic.Body
-
Writes an HTML body.
- doStartTag() - Method in class com.bws.jdistil.core.tag.basic.Component
-
Default to evaluating the tag body.
- doStartTag() - Method in class com.bws.jdistil.core.tag.basic.Form
-
Writes a form using an HTML form and HTML hidden fields.
- doStartTag() - Method in class com.bws.jdistil.core.tag.basic.Group
-
Writes an HTML body.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Writes an associate data object using an HTML text field and HTML button.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Writes list of associate data objects using an HTML select field and HTML button.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.CheckField
-
Writes selectable data using an HTML check box field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.DateField
-
Writes editable data using an HTML date field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.Description
-
Writes a locale specific description for a given value.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Writes an associate data object using an HTML text field and HTML button.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Writes list of associate data objects using an HTML select field and HTML button.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.DisplayField
-
Writes read-only data.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.DisplayListField
-
Writes read-only list data.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.DisplayMultipleListField
-
Writes read-only list data.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.EmailField
-
Writes editable data using an HTML email field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Registers all field IDs bound to a given action to be excluded by an enclosing fields component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.ExcludeField
-
Registers a field ID to be excluded by an enclosing fields component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.HiddenField
-
Writes hidden data.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Registers all field IDs bound to a given action to be included by an enclosing fields component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.IncludeField
-
Registers a field ID to be included by an enclosing fields component.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.Label
-
Writes a label using an HTML label.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.ListField
-
Writes selectable data using an HTML select field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.MemoField
-
Writes selectable data using an HTML check box field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Writes selectable data using multiple HTML select fields.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.MultipleListGroup
-
Writes selectable data using multiple HTML select fields.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.OperatorListField
-
Writes selectable data using an HTML select field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.PageDescription
-
Writes the page description.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.PasswordField
-
Writes editable data using an HTML password field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.PhoneNumberField
-
Writes editable data using an HTML phone field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.ProcessMessages
-
Writes an HTML table of process messages contained in the current process context.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.TextField
-
Writes editable data using an HTML text field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.data.TimeField
-
Writes editable data using an HTML time field.
- doStartTag() - Method in class com.bws.jdistil.core.tag.paging.CurrentPageNumber
-
Writes the current page number.
- doStartTag() - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Writes the page navigation links.
- doStartTag() - Method in class com.bws.jdistil.core.tag.paging.TotalItems
-
Writes the total paging items.
- doStartTag() - Method in class com.bws.jdistil.core.tag.paging.TotalPages
-
Writes the total pages.
- doStartTag() - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Writes a sortable column header using an HTML link.
- doStartTag() - Method in class com.bws.jdistil.core.tag.table.Table
-
Writes the start of an HTML table.
- doStartTag() - Method in class com.bws.jdistil.core.tag.table.TableData
-
Writes the start of an HTML table data.
- doStartTag() - Method in class com.bws.jdistil.core.tag.table.TableFooter
-
Writes the start of an HTML table footer.
- doStartTag() - Method in class com.bws.jdistil.core.tag.table.TableHeader
-
Writes the start of an HTML table header.
- doStartTag() - Method in class com.bws.jdistil.core.tag.table.TableRow
-
Writes the start of an HTML table row.
- DOUBLE - Static variable in class com.bws.jdistil.core.configuration.Field
-
Double field type constant.
- DOUBLE - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Double type constant.
- DOUBLE_QUOTE - Static variable in class com.bws.jdistil.core.util.ListUtil
-
Default enclosed by value.
- DUPLICATE_UPDATE - Static variable in class com.bws.jdistil.core.message.Messages
-
Duplicate update description message constant.
- DuplicateException - Exception Class in com.bws.jdistil.core.datasource
-
Exception class defined to handle duplicate notifications caused by an attempt to create a data object that already exists.
- DuplicateException() - Constructor for exception class com.bws.jdistil.core.datasource.DuplicateException
-
Creates a new DuplicateException object.
- DuplicateException(String) - Constructor for exception class com.bws.jdistil.core.datasource.DuplicateException
-
Creates a DuplicateException object given a specific message used to create the exception text.
- dynamicAttributes - Variable in class com.bws.jdistil.core.tag.basic.Component
-
Dynamic attributes.
E
- EditDataObject<I,
T> - Class in com.bws.jdistil.core.process.model -
Retrieves information needed to add/edit a data object.
- EditDataObject(Class<? extends T>, Class<? extends IDataManager<I, T>>, String, String, String, Class<? extends IProcessor>, boolean) - Constructor for class com.bws.jdistil.core.process.model.EditDataObject
-
Creates a new EditDataObject object.
- EMAIL_DISPLAY_FORMAT - Static variable in class com.bws.jdistil.core.validation.rules.EmailRule
- EMAIL_PATTERN - Static variable in class com.bws.jdistil.core.validation.rules.EmailRule
- EmailField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML email field.
- EmailField() - Constructor for class com.bws.jdistil.core.tag.data.EmailField
-
Creates a new EmailField object.
- EmailRule - Class in com.bws.jdistil.core.validation.rules
-
Class used to validate email fields.
- EmailRule() - Constructor for class com.bws.jdistil.core.validation.rules.EmailRule
-
Creates an EmailRule object.
- emLabelHeight - Variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
Label height in EM scale.
- emListHeight - Variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
List height in EM scale.
- encrypt(String, SecretKey) - Static method in class com.bws.jdistil.core.security.Cryptographer
- endPageNumber - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation.PageRange
-
End page number.
- ENDS_WITH - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Ends with operator constant.
- ENDS_WITH_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Ends With operator description message constant.
- ENV_PROPERTY_NAME - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the environment system property name.
- EQUAL_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Equals operator description message constant.
- equals(Object) - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Compares this breadcrumb with another instance for equality.
- equals(Object) - Method in class com.bws.jdistil.core.configuration.Action
-
Compares this breadcrumb with another instance for equality.
- equals(Object) - Method in class com.bws.jdistil.core.configuration.Page
-
Compares this page with another instance for equality.
- equals(Object) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager.DataObjectComparator
-
Compares this comparator with another for equality.
- equals(Object) - Method in class com.bws.jdistil.core.factory.PooledPojoFactory.LockReference
-
Compares this object with another lock reference for equality based on referents.
- EQUALS - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Equals operator constant.
- ERROR - Static variable in class com.bws.jdistil.core.process.ProcessMessage
-
Error message type.
- ERROR_ACTION_ID - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the error action ID property key.
- excludeActionFields(Fields, String) - Method in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Excludes all field IDs bound to a given action to be excluded by an enclosing fields component.
- ExcludeActionFields - Class in com.bws.jdistil.core.tag.data
-
Component used in the body of Fields tag to exclude all field IDs associated with a specified action.
- ExcludeActionFields() - Constructor for class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Creates an ExcludeActionFields object.
- ExcludeField - Class in com.bws.jdistil.core.tag.data
-
Component used in the body of a Fields tag to specify a Field IDs to be excluded when writing field data.
- ExcludeField() - Constructor for class com.bws.jdistil.core.tag.data.ExcludeField
-
Creates an ExcludeField object.
- excludeFieldId(String) - Method in class com.bws.jdistil.core.tag.data.Fields
-
Registers a field ID to exclude in processing.
- excludeFieldIds - Variable in class com.bws.jdistil.core.tag.data.Fields
-
Set of field IDs to exclude.
- executeQuery(String, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Creates and executes a query defined by a SQL string and returns a mapped result object encapsulating the results.
F
- factoryLookup - Static variable in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Map of factory objects keyed by class name.
- factoryProviderLookup - Static variable in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Map of factory provider objects keyed by package or class name.
- failureProcessorClass - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Failure processor class.
- failureProcessorClass - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Failure processor class.
- FALSE - Static variable in class com.bws.jdistil.core.configuration.FieldValues
- Field - Class in com.bws.jdistil.core.configuration
-
Class defining field configuration information.
- Field(String, Integer, String, IConverter) - Constructor for class com.bws.jdistil.core.configuration.Field
-
Creates a new field object using a given name, description and converter.
- FieldBinding - Class in com.bws.jdistil.core.configuration
-
Defines a binding between a field ID and the property name of an object.
- FieldBinding - Class in com.bws.jdistil.core.datasource
-
Defines a binding between a field ID and the property name of an object.
- FieldBinding(String, String) - Constructor for class com.bws.jdistil.core.configuration.FieldBinding
-
Creates a new FieldBinding object.
- FieldBinding(String, String) - Constructor for class com.bws.jdistil.core.datasource.FieldBinding
-
Creates a new FieldBinding object.
- FieldBinding(String, String, boolean) - Constructor for class com.bws.jdistil.core.configuration.FieldBinding
-
Creates a new FieldBinding object.
- FieldBinding(String, String, boolean) - Constructor for class com.bws.jdistil.core.datasource.FieldBinding
-
Creates a new FieldBinding object.
- fieldBindingLookup - Variable in class com.bws.jdistil.core.configuration.ObjectBinding
-
Field binding lookup.
- fieldBindings - Variable in class com.bws.jdistil.core.configuration.ObjectBinding
-
Field bindings.
- FieldData(String, String) - Constructor for class com.bws.jdistil.core.tag.action.ActionComponent.FieldData
-
Creates a new FieldData object using a field ID and field value.
- fieldId - Variable in class com.bws.jdistil.core.configuration.FieldBinding
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.datasource.FieldBinding
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.process.model.DeleteDataObject
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Field ID identifying the field used to retrieve a field value from a submitted request.
- fieldId - Variable in class com.bws.jdistil.core.tag.action.ActionComponent.FieldData
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.tag.basic.Group
-
Field ID used to store display state.
- fieldId - Variable in class com.bws.jdistil.core.tag.data.ExcludeField
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.tag.data.IncludeField
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.tag.data.Label
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Field ID.
- fieldId - Variable in class com.bws.jdistil.core.tag.table.Table
-
Field ID bound to object containing table data.
- fieldIds - Variable in class com.bws.jdistil.core.configuration.Action
-
Map of field IDs.
- fieldIds - Variable in class com.bws.jdistil.core.validation.rules.AtLeastOneFieldRule
-
Set of field IDs to validate.
- FieldIds - Class in com.bws.jdistil.core.configuration
-
Class defining all core field IDs.
- FieldIds() - Constructor for class com.bws.jdistil.core.configuration.FieldIds
- fieldLookup - Static variable in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Map of field objects keyed by field ID.
- Fields - Class in com.bws.jdistil.core.tag.data
-
Writes field values as HTML hidden fields.
- Fields() - Constructor for class com.bws.jdistil.core.tag.data.Fields
-
Creates a new Fields object.
- fieldValue - Variable in class com.bws.jdistil.core.tag.action.ActionComponent.FieldData
-
Field value.
- fieldValue - Variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Field value.
- FieldValues - Class in com.bws.jdistil.core.configuration
-
Class defining all field values used by the core frameworks classes.
- FieldValues() - Constructor for class com.bws.jdistil.core.configuration.FieldValues
- FilterCriteria - Class in com.bws.jdistil.core.datasource
-
Stores value criterion and order criterion that can be used to retrieve data using a data manager.
- FilterCriteria() - Constructor for class com.bws.jdistil.core.datasource.FilterCriteria
-
Creates a new FilterCriteria object.
- filterCriteriaDefinition - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Filter criteria definition.
- FilterCriteriaDefinition - Class in com.bws.jdistil.core.process.model
-
Creates a filter criteria object using parameter data contained in a given HTTP request and predefined value criterion definitions and order criteria definitions.
- FilterCriteriaDefinition(Class<?>) - Constructor for class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Creates a new FilterCriteriaDefinition object.
- filterSelectedItems(List<IListItem>) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Filters a list of items based on all currently selected items.
- find() - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns all data objects.
- find() - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns all data objects using the default domain.
- find(FilterCriteria) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data objects based on specified search criteria information.
- find(FilterCriteria) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a list of data objects from the default domain based on specified filter criteria information.
- find(FilterCriteria, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data objects based on specified filter criteria information.
- find(FilterCriteria, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a list of data objects from a specified domain based on specified filter criteria information.
- find(IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns all data objectsusing a specified domain.
- find(IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns all data objects using a specified domain.
- find(I) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a data object using a given data object ID.
- find(I) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a data object from the default domain using a given data object ID.
- find(I, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a data object using a given data object ID.
- find(I, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a data object from a specified domain using a given data object ID.
- find(List<Join>, IValueCondition, IOrderCondition) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of data objects from the default domain using a list joins and value condition.
- find(List<Join>, IValueCondition, IOrderCondition, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of data objects from a specified domain using a list joins and value condition.
- find(List<I>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data objects using a list of data object IDs.
- find(List<I>) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a list of data objects from the default domain using a list of data object IDs.
- find(List<I>, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data objects using a list of data object IDs.
- find(List<I>, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a list of data objects from a specified domain using a list of data object IDs.
- findAssociate(Object, IDomain) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Returns an associate data object using a specified associate ID.
- findAssociate(Object, IDomain) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Returns an associate data object using a specified associate ID.
- findAssociates(Collection<Object>, IDomain) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Returns a list of associate data objects using a specified list of associate IDs.
- findAssociates(Collection<Object>, IDomain) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Returns a list of associate data objects using a specified list of associate IDs.
- findDataObject(Class<? extends IDataManager<I, T>>, I, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Retrieves a data object using a specified ID.
- findDataObjects(Class<? extends IDataManager<I, T>>, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Retrieves all data objects.
- findDataObjects(Class<? extends IDataManager<I, T>>, List<I>, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Retrieves all data objects using a list of data object IDs.
- findIds() - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns all data object IDs.
- findIds() - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns all data object IDs using the default domain.
- findIds(FilterCriteria) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data object IDs based on specified search criteria information.
- findIds(FilterCriteria) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a list of data object IDs from the default domain based on specified search criteria information.
- findIds(FilterCriteria, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of data object IDs based on specified search criteria information.
- findIds(FilterCriteria, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns a list of data object IDs from a specified domain based on specified search criteria information.
- findIds(IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns all data object IDs.
- findIds(IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Returns all data object IDs using a specified domain.
- findIds(List<Join>, IValueCondition, IOrderCondition) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of data object IDs from the default domain using a list joins and value condition.
- findIds(List<Join>, IValueCondition, IOrderCondition, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of data object IDs from a specified domain using a list joins and value condition.
- FLOAT - Static variable in class com.bws.jdistil.core.configuration.Field
-
Float field type constant.
- FLOAT - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Float type constant.
- Form - Class in com.bws.jdistil.core.tag.basic
-
Form component used to encapsulate other components used to submit data.
- Form() - Constructor for class com.bws.jdistil.core.tag.basic.Form
-
Creates a new Form object.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.BooleanConverter
-
Returns a string representation of a boolean value.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Returns a locale specific string representation of a given number object.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a string representation of a given date object in a locale specific format.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a string representation of a given date object in a locale specific format.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.DecimalConverter
-
Returns a locale specific string representation of a given number object.
- format(Object, Locale) - Method in interface com.bws.jdistil.core.conversion.IConverter
-
Returns a string representation of a given object in a specified locale.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.NumberConverter
-
Returns a locale specific string representation of a given number object.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.PercentageConverter
-
Returns a locale specific string representation of a given number object.
- format(Object, Locale) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a string representation of a given date object in a locale specific format.
- format(List<String>, String, String) - Static method in class com.bws.jdistil.core.util.ListUtil
-
Formats a list of objects as a delimited string.
- FORMAT_RESOURCES - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the format resources property key.
- formatAsStandard(Object) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a string representation of a given date object in a standard date format.
- formatAsStandard(Object) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a string representation of a given date object in a standard date time format.
- formatAsStandard(Object) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a string representation of a given date object in a standard time format.
- formatMessage(Locale, String, Object) - Static method in class com.bws.jdistil.core.message.Messages
-
Returns a formatted standard predefined message. The detailKey is used to retrieve a standard predefined message that is formatted using information supplied in the value parameter. Provided for convience when using standard messages requiring only one value parameter.
- formatMessage(Locale, String, Object[]) - Static method in class com.bws.jdistil.core.message.Messages
-
Returns a formatted standard predefined message.
- FormatResource - Class in com.bws.jdistil.core.conversion
-
Resource bundle class used to define all default formats used by the core converters.
- FormatResource() - Constructor for class com.bws.jdistil.core.conversion.FormatResource
- Formats - Class in com.bws.jdistil.core.conversion
-
Class defining format constants used to retrieve converter formats from the formats resource bundle.
- Formats() - Constructor for class com.bws.jdistil.core.conversion.Formats
-
Creates a new Formats object.
- forward(Action, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Forwards the current process to all processors defined for the specified action.
- forward(Class<? extends IProcessor>, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Forwards the current process using a specified processor class.
- FULL_JOIN - Static variable in class com.bws.jdistil.core.datasource.database.Join
-
Full join constant.
G
- generateSql(Map<String, String>) - Method in interface com.bws.jdistil.core.datasource.database.ISqlGenerator
-
Returns SQL text represented by instance.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.Join
-
Returns the SQL text represented by the join using a map of aliases.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Returns the SQL text represented by the condition using a map of aliases.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.JoinConditions
-
Returns the SQL text represented by the group condition using a map of aliases.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.OrderCondition
-
Returns the SQL text represented by the order condition using a map of aliases.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.OrderConditions
-
Returns the SQL text represented by the order conditions using a map of aliases.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Returns the SQL text represented by the value condition using a map of aliases.
- generateSql(Map<String, String>) - Method in class com.bws.jdistil.core.datasource.database.ValueConditions
-
Returns the SQL text represented by the group condition using a map of aliases.
- getAction() - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Returns the associated action.
- getAction() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns the servlet action.
- getAction(String) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the action based on a action ID.
- getActionDescription() - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Returns the action description.
- getActionId() - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Returns the action ID.
- getActionId() - Method in class com.bws.jdistil.core.tag.basic.Form
-
Returns the action ID.
- getAsciiStream(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a string value using a given SQL result set and column name.
- getAsciiStreamList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of ascii stream values using a given SQL result set and column name.
- getAssociateBindingByPropertyName(String) - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns an associate binding for a given property name.
- getAssociateBindings() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns a collection of associate bindings.
- getAssociateIdColumnBinding() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the associate ID column binding.
- getAttributeId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the attribute ID.
- getAttributeName() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the attribute name.
- getBoolean(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a primitive boolean value using a given SQL result set and column name.
- getBoolean(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a boolean value using a given request and field ID.
- getBoolean(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a boolean value using a given request, field ID, and instance.
- getBoolean(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a boolean value using a given request, field ID, instance, and converter.
- getBooleanList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of boolean values using a given SQL result set and column name.
- getBooleans(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of boolean values using a given request and field ID.
- getBooleans(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of boolean values using a given request, field ID, and instance.
- getBooleans(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of boolean values using a given request, field ID, instance, and converter.
- getBreadcrumbDescription(Action) - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Returns the breadcrumb description.
- getBundle() - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns the core resource bundle.
- getBundle(String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a resource bundle using a given resource name. If the provided resource name contains a comma delimited list of resource bundle names, a MergedResource bundle containing the contents of all resource bundles defined in the list is returned.
- getBundle(String, Locale) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a resource bundle using a given resource name and locale.
- getBundle(String, Locale, ClassLoader) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a resource bundle using a given resource name, locale, and class loader.
- getBundleList(String, Locale, ClassLoader) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a list of resource bundles using a comma delimited list of resource names, a locale, and a class loader.
- getByte(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a byte value using a given SQL result set and column name.
- getByte(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a byte value using a given request and field ID.
- getByte(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a byte value using a given request, field ID, and instance.
- getByte(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a byte value using a given request, field ID, instance, and converter.
- getByteList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of byte values using a given SQL result set and column name.
- getBytes(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of byte values using a given request and field ID.
- getBytes(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of byte values using a given request, field ID, and instance.
- getBytes(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of byte values using a given request, field ID, instance, and converter.
- getByteStream(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a string value using a given SQL result set and column name.
- getByteStreamList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of byte stream values using a given SQL result set and column name.
- getCharacterStream(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a string value using a given SQL result set and column name.
- getCharacterStreamList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of character stream values using a given SQL result set and column name.
- getCheckedValue() - Method in class com.bws.jdistil.core.tag.data.CheckField
-
Returns a value representing a checked state.
- getClass(String) - Static method in class com.bws.jdistil.core.util.Instantiator
-
Returns a class using a class name.
- getColumnBindingByColumnName(String) - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns a column binding for a given column name.
- getColumnBindingByPropertyName(String) - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns a column binding for a given property name.
- getColumnBindings() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns a collection of column bindings.
- getColumnCount() - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Returns the total number for columns.
- getColumnName() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the column name.
- getColumnName(int) - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Returns the column name for a specified column number.
- getColumnType() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the column type.
- getColumnValue(IdColumnBinding, ResultSet) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a column value using an ID column binding and a result set object.
- getCondition(ColumnBinding) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns a condition string using a column binding.
- getCondition(ColumnBinding, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns a condition string using a column binding and domain.
- getCondition(String, int, String, String, boolean, boolean) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a SQL condition using a given column name, column type, value, a string containing valid wildcard characters, and an Oracle database indicator. Column type must be a valid type defined by the java.sql.Types class.
- getConfirmationMessages() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns a list of confirmation messages.
- getContents() - Method in class com.bws.jdistil.core.conversion.FormatResource
-
Returns all standard messages as a two dimensional array of format keys and formats.
- getContents() - Method in class com.bws.jdistil.core.datasource.database.OperatorResource
-
Returns all standard messages as a two dimensional array of message keys and messages.
- getContents() - Method in class com.bws.jdistil.core.message.MessageResource
-
Returns all standard messages as a two dimensional array of message keys and messages.
- getConverter() - Method in class com.bws.jdistil.core.configuration.Field
-
Returns the converter associated with the field.
- getConverter(String) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Returns the converter for a specified field.
- getCreateAssociateSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to create associate data objects using a data object, data object binding, database connection and list of SQL statements.
- getCreateDependentSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to create dependent data objects using a data object, data object binding, database connection and list of SQL statements.
- getCreateSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to create a given data object using a data object, data object binding, database connection and list of SQL statements.
- getCreateSql(T, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to create a given data object.
- getCreateSql(T, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to create a given data object.
- getCurrencyFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Returns a locale specific currency formatter.
- getCurrentDomain() - Method in class com.bws.jdistil.core.tag.basic.Component
-
Gets the current user's domain.
- getCurrentDomain(ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Gets the current user's domain.
- getCurrentPage() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns the current page.
- getCurrentPageNumberFieldId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the current page number field ID.
- getCurrentRow() - Method in class com.bws.jdistil.core.tag.table.Table
-
Returns the current row for use in body evaluation.
- getCurrentSegment() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns the current segment number.
- getCurrentValue() - Method in class com.bws.jdistil.core.tag.table.Table
-
Returns the current data object for use in body evaluation.
- getCustomConnectionProviderFactory() - Static method in class com.bws.jdistil.core.datasource.database.connection.ConnectionProviderFactory
-
Creates and return a custom connection provider factory using a class name defined in the core properties file.
- getCustomSecurityManagerFactory() - Static method in class com.bws.jdistil.core.security.SecurityManagerFactory
-
Creates and return a custom security manager factory using a class name defined in the core properties file.
- getCustomSequenceProviderFactory() - Static method in class com.bws.jdistil.core.datasource.database.sequence.SequenceProviderFactory
-
Creates and return a custom sequence provider factory using a class name defined in the core properties file.
- getCustomValidatorFactory() - Static method in class com.bws.jdistil.core.validation.ValidatorFactory
-
Creates and return a custom validator using a class name defined in the core properties file.
- getData() - Method in exception class com.bws.jdistil.core.datasource.DirtyUpdateException
-
Returns a data object containing the most recent copy of data that caused the dirty update exception. This is a read only property that can only be set when the exception is created.
- getDataManagerClass() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the data manager class.
- getDataObjectBinding() - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Lazily creates and returns a data object binding.
- getDataObjectBinding() - Method in class com.bws.jdistil.core.datasource.database.DependentBinding
-
Returns the data object binding.
- getDataObjectClass() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns the data object class.
- getDataObjects() - Method in class com.bws.jdistil.core.tag.table.Table
-
Returns the list of data objects containing table data.
- getDatasourceName() - Method in interface com.bws.jdistil.core.security.IDomain
-
Returns the datasource name.
- getDate(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a date value using a given SQL result set and column name.
- getDate(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a date value using a given request and field ID.
- getDate(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a date value using a given request, field ID, and instance.
- getDate(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a date value using a given request, field ID, instance, and converter.
- getDateFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a date formatter configured with a locale specific pattern.
- getDateList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of date values using a given SQL result set and column name.
- getDates(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of date values using a given request and field ID.
- getDates(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of date values using a given request, field ID, and instance.
- getDates(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of date values using a given request, field ID, instance, and converter.
- getDateTime(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a date/time value using a given request and field ID.
- getDateTime(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a date/time value using a given request, field ID, and instance.
- getDateTime(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a date/time value using a given request, field ID, instance, and converter.
- getDateTimeCondition(String, int, String, boolean) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Takes a date, time, or timestamp value and a column name and generates a sql string that can be appended to a where statement.
- getDateTimeFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a date time formatter configured with a locale specific pattern.
- getDateTimes(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of date/time values using a given request and field ID.
- getDateTimes(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of date/time values using a given request, field ID, and instance.
- getDateTimes(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of date/time values using a given request, field ID, instance, and converter.
- getDecimalFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.DecimalConverter
-
Returns a locale specific decimal formatter.
- getDefaultDirection() - Method in class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Returns the default order direction.
- getDefaultFieldValue() - Method in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Returns the default field value.
- getDefaultOperator() - Method in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Returns the default operator.
- getDeleteAssociateSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to delete associate data objects using a data object, data object binding, database connection and list of SQL statements.
- getDeleteDependentSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to delete dependent data objects using a data object, data object binding, database connection and list of SQL statements.
- getDeleteSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to delete a given data object using a data object ID, data object binding, database connection and list of SQL statements.
- getDeleteSql(T, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to delete a given data object.
- getDeleteSql(T, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to delete a given data object.
- getDependentBindingByPropertyName(String) - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns an dependent binding for a given property name.
- getDependentBindings() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns a collection of dependent bindings.
- getDescription() - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Returns the associated description.
- getDescription() - Method in interface com.bws.jdistil.core.tag.data.IListItem
-
Returns the option description.
- getDescription() - Method in class com.bws.jdistil.core.tag.data.ListItem
-
Returns the option description.
- getDescription(String, Locale) - Static method in class com.bws.jdistil.core.datasource.database.Operators
-
Returns a locale specific description for a given operator type.
- getDescription(String, Locale) - Static method in class com.bws.jdistil.core.util.Descriptions
-
Returns a locale specific description for a given value.
- getDescription(Locale) - Method in class com.bws.jdistil.core.configuration.Action
-
Returns the description based on a given locale.
- getDescription(Locale) - Method in class com.bws.jdistil.core.configuration.Field
-
Returns the description based on a given locale.
- getDescription(Locale) - Method in class com.bws.jdistil.core.configuration.Page
-
Returns the description based on a given locale.
- getDirection() - Method in class com.bws.jdistil.core.datasource.OrderCriterion
-
Returns the order direction.
- getDirectionId() - Method in class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Returns the order direction field ID.
- getDomain(HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Returns a user's domain.
- getDomain(HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Returns a user's domain.
- getDomainIdColumnName() - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns the underlying column name used to persist domain ID values.
- getDouble(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a double value using a given SQL result set and column name.
- getDouble(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a double value using a given request and field ID.
- getDouble(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a double value using a given request, field ID, and instance.
- getDouble(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a double value using a given request, field ID, instance, and converter.
- getDoubleList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of double values using a given SQL result set and column name.
- getDoubles(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of double values using a given request and field ID.
- getDoubles(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of double values using a given request, field ID, and instance.
- getDoubles(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of double values using a given request, field ID, instance, and converter.
- getDuplicateSql(T, DataObjectBinding, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a prepared statement used to check for duplicate data objects.
- getDuplicateSql(T, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a prepared statement used to check for duplicate data objects.
- getDuplicateSql(T, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a prepared statement used to check for duplicate data objects. Considered a duplicate if one or more result sets are created using the returned SQL statement.
- getDynamicAttribute(String) - Method in class com.bws.jdistil.core.tag.basic.Component
-
Returns a dynamic attribute value using a specified attribute name.
- getEndPageNumber() - Method in class com.bws.jdistil.core.tag.paging.PageNavigation.PageRange
-
Returns the ending page number.
- getErrorAction() - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the error action.
- getErrorMessages() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns a list of error messages.
- getFactory(Class<?>) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns a factory based on a target class.
- getFactoryProvider(String) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns a factory provider based on a target class.
- getField(String) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the field based on a field ID.
- getFieldBinding(String) - Method in class com.bws.jdistil.core.configuration.ObjectBinding
-
Returns the field binding associated with a specified field ID.
- getFieldBindings() - Method in class com.bws.jdistil.core.configuration.ObjectBinding
-
Returns the field bindings.
- getFieldConverter(String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a converter for a specified field ID and locale.
- getFieldDescription(String) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Returns the description associated with a specified field ID.
- getFieldId() - Method in class com.bws.jdistil.core.configuration.FieldBinding
-
Returns the field ID.
- getFieldId() - Method in class com.bws.jdistil.core.datasource.FieldBinding
-
Returns the field ID.
- getFieldId() - Method in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Returns the field ID.
- getFieldId() - Method in class com.bws.jdistil.core.tag.action.ActionComponent.FieldData
-
Returns the field ID.
- getFieldId() - Method in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Returns the field ID.
- getFieldId() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the field ID associated with this component.
- getFieldIds() - Method in class com.bws.jdistil.core.configuration.Action
-
Returns a list of all field IDs.
- getFieldValue() - Method in class com.bws.jdistil.core.tag.action.ActionComponent.FieldData
-
Returns the field value.
- getFieldValue() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the field value associated with this component.
- getFieldValue(Object, String) - Static method in class com.bws.jdistil.core.util.Introspector
-
Returns a field value using an object and a field ID.
- getFieldValue(String, String, boolean) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the component's field value or values using an attribute name and field ID.
- getFieldValues() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the field values associated with this component.
- getFilterCriteria(ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns a search criteria object if filter field IDs or a sort field ID is defined.
- getFilterCriteriaDefinition() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the filter criteria definition.
- getFindAssociateSql(Connection, String, String, String, IValueCondition, Map<String, String>, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates an associate SQL statement for each associated join and adds it to a given list of SQL statements.
- getFindDependentSql(int, DataObjectBinding, Map<String, String>, Connection, String, String, String, IValueCondition, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
- getFindIdSql(IValueCondition, IOrderCondition, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a prepared statement used to find a list of data object IDs using a value condition and database connection.
- getFindIdSql(FilterCriteria, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a prepared statement used to find data object IDs using search criteria.
- getFindIdSql(FilterCriteria, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a prepared statement used to find data object IDs using search criteria.
- getFindIdSql(Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to find all data object IDs.
- getFindIdSql(Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a prepared statement used to find all data object IDs.
- getFindIdSql(List<Join>, IValueCondition, IOrderCondition, Connection, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a prepared statement used to find a list of data object IDs using a list of joins, value condition, and database connection.
- getFindPrimarySql(Connection, String, String, String, String, IValueCondition, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates a primary SQL statement and adds it to a given list of SQL statements.
- getFindSql(IValueCondition, IOrderCondition, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to find a list of data objects using a value condition, database connection and list of SQL statements.
- getFindSql(FilterCriteria, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a list of prepared statements used to find a list of data objects using search criteria.
- getFindSql(FilterCriteria, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to find a list of data objects using search criteria.
- getFindSql(I, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to find a given data object.
- getFindSql(I, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to find a given data object.
- getFindSql(Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to find all data objects.
- getFindSql(Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to find all data objects.
- getFindSql(List<Join>, IValueCondition, IOrderCondition, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to find a list of data objects using a list of joins, value condition, database connection and list of SQL statements.
- getFindSql(List<I>, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to find a list of data objects.
- getFindSql(List<I>, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to find a list of data objects.
- getFirstSegment() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns a list of data for the first segment.
- getFloat(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a float value using a given SQL result set and column name.
- getFloat(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a float value using a given request and field ID.
- getFloat(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a float value using a given request, field ID, and instance.
- getFloat(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a float value using a given request, field ID, instance, and converter.
- getFloatList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of float values using a given SQL result set and column name.
- getFloats(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of flost values using a given request and field ID.
- getFloats(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of flost values using a given request, field ID, and instance.
- getFloats(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of flost values using a given request, field ID, instance, and converter.
- getFormat(String, Locale) - Static method in class com.bws.jdistil.core.conversion.Formats
-
Returns a locale specific format for a given format type.
- getFormattedFieldValue() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the field value associated with this component as a formatted string.
- getFormattedFieldValue(Field, Object) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns a formatted field value using a given field and value.
- getFormattedFieldValue(String, String) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the component's field value as a formatted string using an attribute name and field ID.
- getFormattedFieldValues() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the field values associated with this component as formatted strings.
- getFormattedFieldValues(String, String) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns the component's field value as a formatted string using an attribute name and field ID.
- getFormId() - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Returns the ID of the form this component is nested within.
- getFormId() - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Returns the ID of the form component enclosing this component.
- getFormName() - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Returns the name of the form component enclosing this component.
- getId() - Method in class com.bws.jdistil.core.configuration.Action
-
Returns the unique action ID.
- getId() - Method in class com.bws.jdistil.core.configuration.Field
-
Returns the unique field ID.
- getId() - Method in class com.bws.jdistil.core.configuration.Page
-
Returns the unique page ID.
- getId() - Method in class com.bws.jdistil.core.datasource.DataObject
-
Returns the ID.
- getId() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory.LockReference
-
Returns the lock reference ID.
- getId() - Method in interface com.bws.jdistil.core.security.IDomain
-
Returns the unique domain ID.
- getIdColumnBinding() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns the ID column binding.
- getInformationalMessages() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns a list of informational messages.
- getInsertColumns(IdColumnBinding, IdColumnBinding) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns an insert column name string consisting of comma delimited column names using a parent ID column binding and an associate ID column binding.
- getInsertColumns(IdColumnBinding, Collection<ColumnBinding>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns an insert column name string consisting of comma delimited column names using an ID column binding and a set of column bindings.
- getInsertParameters(IdColumnBinding, IdColumnBinding) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns an insert parameter values string consisting of comma delimited parameter value place holders using a parent ID column binding and an associate ID column binding.
- getInsertParameters(IdColumnBinding, Collection<ColumnBinding>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns an insert parameter values string consisting of comma delimited parameter value place holders using an ID column binding and a set of column bindings.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.BooleanConverter
-
Returns a singleton instance of the BooleanConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Returns a singleton instance of the CurrencyConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a singleton instance of the DateConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a singleton instance of the DateTimeConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.DecimalConverter
-
Returns a singleton instance of the DecimalConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.NumberConverter
-
Returns a singleton instance of the NumberConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.PercentageConverter
-
Returns a singleton instance of the PercentageConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a singleton instance of the TimeConverter object.
- getInstance() - Static method in class com.bws.jdistil.core.datasource.database.connection.ConnectionProviderFactory
-
Returns a connection provider factory instance.
- getInstance() - Static method in class com.bws.jdistil.core.datasource.database.sequence.SequenceProviderFactory
-
Returns a sequence provider factory instance.
- getInstance() - Static method in class com.bws.jdistil.core.security.SecurityManagerFactory
-
Returns a security manager factory instance.
- getInstance() - Static method in class com.bws.jdistil.core.validation.ValidatorFactory
-
Returns a validator factory instance.
- getInstanceCount(ServletRequest, Object) - Static method in class com.bws.jdistil.core.servlet.Loader
-
Returns an instance count for a given object.
- getInstanceFieldId() - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns an instance specific field ID associated with this component.
- getInstances(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of all instance numbers for a given field ID.
- getInteger(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns an integer value using a given SQL result set and column name.
- getInteger(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns an integer value using a given request and field ID.
- getInteger(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns an integer value using a given request, field ID, and instance.
- getInteger(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns an integer value using a given request, field ID, instance, and converter.
- getIntegerList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of integer values using a given SQL result set and column name.
- getIntegers(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of integer values using a given request and field ID.
- getIntegers(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of integer values using a given request, field ID, and instance.
- getIntegers(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of integer values using a given request, field ID, instance, and converter.
- getIsCachePagingIds() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the cache paging IDs indicator.
- getIsDefault() - Method in interface com.bws.jdistil.core.tag.data.IListItem
-
Returns the default value indicator.
- getIsDefault() - Method in class com.bws.jdistil.core.tag.data.ListItem
-
Returns the default value indicator.
- getIsDeleted() - Method in interface com.bws.jdistil.core.tag.data.IListItem
-
Returns the deleted indicator.
- getIsDeleted() - Method in class com.bws.jdistil.core.tag.data.ListItem
-
Returns the deleted indicator.
- getIsFilterDataRequired() - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Returns the required filter data indicator.
- getIsHidden() - Method in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Returns the hidden indicator.
- getIsPagingSupported() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the paging support indicator.
- getIsReadOnly() - Method in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Returns the read only indicator.
- getIsUniqueMember() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the unique member indicator.
- getIsVirtualDelete() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the virtual delete indicator.
- getItem(int, int) - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Returns an item based on a given row and column.
- getItem(int, String) - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Returns an item based on a given row number and column name.
- getItems() - Method in class com.bws.jdistil.core.tag.data.BooleanListField
-
Returns a list of list items objects containing boolean values.
- getItems() - Method in class com.bws.jdistil.core.tag.data.DisplayListField
-
Returns a list of list items objects.
- getItems() - Method in class com.bws.jdistil.core.tag.data.DisplayMultipleListField
-
Returns a list of list items objects.
- getItems() - Method in class com.bws.jdistil.core.tag.data.ListField
-
Returns a list of list items objects.
- getItems() - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Returns a list of list items objects.
- getItems() - Method in class com.bws.jdistil.core.tag.data.OperatorListField
-
Returns a list of list items objects containing operator values.
- getJoinCondition() - Method in class com.bws.jdistil.core.datasource.database.JoinConditions.Group
-
Returns the join condition.
- getKeys() - Method in class com.bws.jdistil.core.resource.MergedResource
-
Returns an enumeration of all bundle keys.
- getKeys() - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an enumeration of core resource bundle keys.
- getKeys(String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an enumeration of resource bundle keys based on a given resource name.
- getKeys(String, Locale) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an enumeration of resource bundle keys based on a given resource name and locale.
- getKeys(String, Locale, ClassLoader) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an enumeration of resource bundle keys based on a given resource name, locale, and class loader.
- getLastSegment() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns a list of data for the last segment.
- getLogonAction() - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the logon action.
- getLong(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a long value using a given SQL result set and column name.
- getLong(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a long value using a given request and field ID.
- getLong(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a long value using a given request, field ID, and instance.
- getLong(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a long value using a given request, field ID, instance, and converter.
- getLongList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of long values using a given SQL result set and column name.
- getLongs(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of long values using a given request and field ID.
- getLongs(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of long values using a given request, field ID, and instance.
- getLongs(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of long values using a given request, field ID, instance, and converter.
- getMessage(String, Locale) - Static method in class com.bws.jdistil.core.message.Messages
-
Returns a locale specific message for a given message type.
- getMessages(String) - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns a list of process messages based on the specified message type.
- getName() - Method in class com.bws.jdistil.core.breadcrumb.Parameter
-
Returns the parameter name.
- getName() - Method in class com.bws.jdistil.core.configuration.Page
-
Returns the name.
- getName() - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Returns the name.
- getName() - Method in interface com.bws.jdistil.core.security.IDomain
-
Returns the name.
- getNextPage() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns the next page.
- getNextPageActionId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the next page action.
- getNextPageId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the next page ID.
- getNextSegment() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns a list of data for the next segment based on the current segment.
- getNumber(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a number value using a given request and field ID.
- getNumber(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a number value using a given request, field ID, and instance.
- getNumber(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a number value using a given request, field ID, instance, and converter.
- getNumberFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.NumberConverter
-
Returns a locale specific number formatter.
- getNumbers(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of number values using a given request and field ID.
- getNumbers(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of number values using a given request, field ID, and instance.
- getNumbers(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of number values using a given request, field ID, instance, and converter.
- getObject(String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an object from the core resource bundle based on a given resource key.
- getObject(String, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an object based on a specified resource bundle name and resource key.
- getObject(String, Locale, ClassLoader, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an object based on a specified resource bundle name, locale, class loader, and resource key.
- getObject(String, Locale, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns an object based on a specified resource bundle name, locale and resource key.
- getObject(ResultSet, String, int) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a value using a given SQL result set, column name, and column type.
- getObject(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns an object using a given request and field ID.
- getObject(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns an object using a given request, field ID, and instance.
- getObject(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns an object using a given request, field ID, instance, and converter.
- getObjectBinding(Class<?>) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the object binding based on a class.
- getObjects(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of objects using a given request, and field ID.
- getObjects(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of objects using a given request, field ID, and instance.
- getObjects(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of objects using a given request, field ID, instance, and converter.
- getOperator() - Method in class com.bws.jdistil.core.datasource.database.JoinConditions.Group
-
Returns the operator.
- getOperator() - Method in class com.bws.jdistil.core.datasource.database.ValueConditions.Group
-
Returns the operator.
- getOperator() - Method in class com.bws.jdistil.core.datasource.ValueCriterion
-
Returns the operator.
- getOperatorId() - Method in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Returns the operator ID.
- getOrderCondition(DataObjectBinding, OrderCriterion) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
- getOrderCriteria() - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Returns a list of all order criterion.
- getOrderCriterionDefinition() - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Returns an order criterion definition.
- getPage() - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Returns the associated page.
- getPage(String) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the page based on a page ID.
- getPageId() - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Returns the page ID defined in an enclosing body tag.
- getPageId() - Method in class com.bws.jdistil.core.tag.basic.Body
-
Returns the page ID.
- getPageSize() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the page size.
- getParameters() - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Returns the associated parameters
- getParentIdColumnBinding() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the parent ID column binding.
- getParentIdColumnBinding() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns the parent ID column binding.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.BooleanConverter
-
Returns a pattern used for conversion if one is used.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Returns a pattern used for conversion if one is used.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a locale specific date pattern.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a locale specific date time pattern.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.DecimalConverter
-
Returns a pattern used for conversion if one is used.
- getPattern(Locale) - Method in interface com.bws.jdistil.core.conversion.IConverter
-
Returns a pattern used for conversion if one is used.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.NumberConverter
-
Returns a pattern used for conversion if one is used.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.PercentageConverter
-
Returns a pattern used for conversion if one is used.
- getPattern(Locale) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a locale specific time pattern.
- getPercentageFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.PercentageConverter
-
Returns a locale specific percentage formatter.
- getPreviousPageActionId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the previous page action ID.
- getPreviousSegment() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns a list of data for the previous segment based on the current segment.
- getProcessorFactories() - Method in class com.bws.jdistil.core.configuration.Action
-
Returns a list of processor factories.
- getPropertyClass(Class<?>, String) - Static method in class com.bws.jdistil.core.util.Introspector
-
Returns a property class using a property name.
- getPropertyFileName() - Static method in class com.bws.jdistil.core.resource.ResourceUtil
- getPropertyName() - Method in class com.bws.jdistil.core.configuration.FieldBinding
-
Returns the property name.
- getPropertyName() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the property name.
- getPropertyName() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the property name.
- getPropertyName() - Method in class com.bws.jdistil.core.datasource.database.DependentBinding
-
Returns the property name.
- getPropertyName() - Method in class com.bws.jdistil.core.datasource.FieldBinding
-
Returns the property name.
- getPropertyName() - Method in class com.bws.jdistil.core.datasource.OrderCriterion
-
Returns the property name.
- getPropertyName() - Method in class com.bws.jdistil.core.datasource.ValueCriterion
-
Returns the property name.
- getPropertyName(Class<?>, String) - Static method in class com.bws.jdistil.core.util.Introspector
-
Returns the property name bound to a given field ID.
- getPropertyValue() - Method in class com.bws.jdistil.core.datasource.ValueCriterion
-
Returns the property value.
- getPropertyValue(Object, String) - Static method in class com.bws.jdistil.core.util.Introspector
-
Returns a property value using a property name.
- getReferenceColumnName() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the reference column name.
- getReferenceColumnName() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the reference column name.
- getReferenceIdColumnName() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the reference ID column name.
- getReferenceIdColumnName() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the reference ID column name.
- getReferenceTableName() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the reference table name.
- getReferenceTableName() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns the reference table name.
- getRefreshDataActionIds() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the set of refresh data action IDs.
- getRequest() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns the servlet request.
- getResponse() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns the servlet response.
- getRetrieveDataActionIds() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the set of retrieve data action IDs.
- getRowCount() - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Returns the total number for rows.
- getRules(Locale) - Method in class com.bws.jdistil.core.configuration.Action
-
Returns a list of rules based on a given locale.
- getRules(Locale) - Method in class com.bws.jdistil.core.configuration.Field
-
Returns a list of rules based on a given locale.
- getSecurityManager() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns the security manager.
- getSecurityManager() - Method in class com.bws.jdistil.core.tag.basic.Component
-
Returns a security manager to be used by this component and any inner components contained in the body of this component.
- getSegment(int) - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns a list of data for a specified segment.
- getSegmentSize() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns the segment size.
- getSelectedAssociateIds(ServletRequest) - Method in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Returns a list of selected associate IDs.
- getSelectedPageNumberFieldId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the selected page number field ID.
- getSelectedValues() - Method in class com.bws.jdistil.core.tag.data.MultipleListGroup
-
Returns the collection of selected values.
- getSelectPageActionId() - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns the select page action ID.
- getShort(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a short value using a given SQL result set and column name.
- getShort(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a short value using a given request and field ID.
- getShort(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a short value using a given request, field ID, and instance.
- getShort(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a short value using a given request, field ID, instance, and converter.
- getShortList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of short values using a given SQL result set and column name.
- getShorts(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of sort values using a given request and field ID.
- getShorts(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of sort values using a given request, field ID, and instance.
- getShorts(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of sort values using a given request, field ID, instance, and converter.
- getSortDirection() - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Returns the sort direction based on the currently selected sort field.
- getSourceTableName() - Method in class com.bws.jdistil.core.datasource.database.Join
-
Returns the source table name.
- getStandardDateFormatter() - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a date formatter configured with a standard date pattern.
- getStandardDateTimeFormatter() - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a date time formatter configured with a standard date time pattern.
- getStandardFormattedFieldValue() - Method in class com.bws.jdistil.core.tag.data.DateField
-
Returns the field value formatted in standard date format.
- getStandardFormattedFieldValue() - Method in class com.bws.jdistil.core.tag.data.TimeField
-
Returns the field value formatted in standard time format.
- getStandardTimeFormatter() - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a time formatter configured with a standard time pattern.
- getStartPageNumber() - Method in class com.bws.jdistil.core.tag.paging.PageNavigation.PageRange
-
Returns the starting page number.
- getString(String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string value from the core resource bundle based on a given resource key.
- getString(String, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string value based on a specified resource bundle name and resource key.
- getString(String, Locale, ClassLoader, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string value based on a specified resource bundle name, locale, class loader and resource key.
- getString(String, Locale, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string value based on a specified resource bundle name, locale and resource key.
- getString(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a string value using a given SQL result set and column name.
- getString(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a string value using a given request and field ID.
- getString(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a string value using a given request, field ID, and instance.
- getString(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a string value using a given request, field ID, instance, and converter.
- getStringArray(String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string array from the core resource bundle based on a given resource key.
- getStringArray(String, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string array based on a specified resource bundle name and resource key.
- getStringArray(String, Locale, ClassLoader, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string array based on a specified resource bundle name, locale, class loader, and resource key.
- getStringArray(String, Locale, String) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a string array based on a specified resource bundle name, locale and resource key.
- getStringList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of string values using a given SQL result set and column name.
- getStrings(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of string values using a given request and field ID.
- getStrings(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of string values using a given request, field ID, and instance.
- getStrings(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of string values using a given request, field ID, instance, and converter.
- getTableName() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the table name.
- getTableName() - Method in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Returns the table name.
- getTableNames() - Method in interface com.bws.jdistil.core.datasource.database.IJoinCondition
-
Returns a list of all table names defined in the join condition.
- getTableNames() - Method in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Returns a list of all table names defined in the join condition.
- getTableNames() - Method in class com.bws.jdistil.core.datasource.database.JoinConditions
-
Returns a list of all table names defined in the join condition.
- getTargetClass() - Method in class com.bws.jdistil.core.configuration.ObjectBinding
-
Returns the target class.
- getTargetClass() - Method in interface com.bws.jdistil.core.factory.IFactory
-
Returns the target class.
- getTargetClass() - Method in class com.bws.jdistil.core.factory.PojoFactory
-
Returns the target class.
- getTargetClass() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Returns the target class.
- getTargetClass() - Method in class com.bws.jdistil.core.factory.SingletonPojoFactory
-
Returns the target class.
- getTargetFieldId() - Method in class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Returns the target field ID.
- getTargetFieldId() - Method in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Returns the target field ID.
- getTargetTableName() - Method in class com.bws.jdistil.core.datasource.database.Join
-
Returns the target table name.
- getText() - Method in class com.bws.jdistil.core.process.ProcessMessage
-
Returns the message text.
- getTime(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a time value using a given SQL result set and column name.
- getTime(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a time value using a given request and field ID.
- getTime(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a time value using a given request, field ID, and instance.
- getTime(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a time value using a given request, field ID, instance, and converter.
- getTimeFormatter(Locale) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a time formatter configured with a locale specific pattern.
- getTimeList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of time values using a given SQL result set and column name.
- getTimes(ServletRequest, String) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of time values using a given request and field ID.
- getTimes(ServletRequest, String, int) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of time values using a given request, field ID, and instance.
- getTimes(ServletRequest, String, int, IConverter) - Static method in class com.bws.jdistil.core.servlet.ParameterExtractor
-
Returns a list of time values using a given request, field ID, instance, and converter.
- getTimestamp(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a timestamp value using a given SQL result set and column name.
- getTimestampList(ResultSet, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a list of timestamp values using a given SQL result set and column name.
- getTotalSegments() - Method in class com.bws.jdistil.core.util.SegmentedList
-
Returns the total number of segments.
- getType() - Method in class com.bws.jdistil.core.configuration.Field
-
Returns the data type.
- getType() - Method in class com.bws.jdistil.core.process.ProcessMessage
-
Returns the message type.
- getUpdateColumn(ColumnBinding) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns an update column name string using data object column binding.
- getUpdateColumns(Collection<ColumnBinding>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Creates and returns an update column name string consisting of comma delimited column name conditions using data object column bindings.
- getUpdateSql(T, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to update a given data object using a data object, data object binding, database connection and list of SQL statements.
- getUpdateSql(T, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to update a given data object.
- getUpdateSql(T, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a list of prepared statements used to update a given data object.
- getValue() - Method in interface com.bws.jdistil.core.tag.data.IListItem
-
Returns the option value.
- getValue() - Method in class com.bws.jdistil.core.tag.data.ListItem
-
Returns the option value.
- getValue(HttpServletRequest, Object, Field, FieldBinding, int) - Static method in class com.bws.jdistil.core.servlet.Loader
-
Returns a field value using a request, field, and instance number.
- getValueCondition() - Method in class com.bws.jdistil.core.datasource.database.ValueConditions.Group
-
Returns the value condition.
- getValueCondition(DataObjectBinding, ValueCriterion) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a value condition using a data object binding and value criterion.
- getValueCriteria() - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Returns a list of all value criterion.
- getValueCriterionDefinitions() - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Returns the list of value criterion definitions.
- getValues() - Method in class com.bws.jdistil.core.breadcrumb.Parameter
-
Returns the parameter values.
- getValues() - Method in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Returns a collection of values.
- getValues(HttpServletRequest, Object, Field, FieldBinding, int) - Static method in class com.bws.jdistil.core.servlet.Loader
-
Returns a list of field values using a request, field, and instance number.
- getVersion() - Method in class com.bws.jdistil.core.datasource.DataObject
-
Returns the version of the data object.
- getVirtualDeleteBinding(Collection<ColumnBinding>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Returns a virtual delete column binding if one exists.
- getVirtualDeleteSql(DataObject<?>, DataObjectBinding, Connection, IDomain, List<PreparedStatement>) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a list of prepared statements used to virtually delete a given data object using a data object, data object binding, database connection and list of SQL statements.
- getWarningMessages() - Method in class com.bws.jdistil.core.process.ProcessContext
-
Returns a list of warning messages.
- getWelcomeAction() - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Returns the welcome action.
- GREATER_THAN - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Greater than operator constant.
- GREATER_THAN_EQUAL_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Greater Than or Equal operator description message constant.
- GREATER_THAN_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Greater Than operator description message constant.
- GREATER_THAN_OR_EQUAL - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Greater than or equal operator constant.
- GREATER_THAN_OR_EQUAL_VALUE - Static variable in class com.bws.jdistil.core.message.Messages
-
Greater than or equal value message constant.
- GREATER_THAN_TODAYS_DATE - Static variable in class com.bws.jdistil.core.message.Messages
-
Greater than today's date message constant.
- GREATER_THAN_VALUE - Static variable in class com.bws.jdistil.core.message.Messages
-
Greater than value message constant.
- Group - Class in com.bws.jdistil.core.tag.basic
-
Component used to hide and show other components.
- Group() - Constructor for class com.bws.jdistil.core.tag.basic.Group
-
Creates a new Group object.
- Group(IJoinCondition, String) - Constructor for class com.bws.jdistil.core.datasource.database.JoinConditions.Group
-
Creates a new Group object using a join condition and a logical operator.
- Group(IValueCondition, String) - Constructor for class com.bws.jdistil.core.datasource.database.ValueConditions.Group
-
Creates a new Group object using a value condition and a logical operator.
- Group(String, boolean, boolean, Collection<Object>) - Constructor for class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Creates a new Group object.
- GROUP_HIDE - Static variable in class com.bws.jdistil.core.configuration.FieldValues
- GROUP_SHOW - Static variable in class com.bws.jdistil.core.configuration.FieldValues
- groups - Variable in class com.bws.jdistil.core.datasource.database.JoinConditions
-
List of groups.
- groups - Variable in class com.bws.jdistil.core.datasource.database.ValueConditions
-
List of groups.
- groups - Variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
List of groups defined by nested group tags.
H
- handleGetObject(String) - Method in class com.bws.jdistil.core.resource.MergedResource
-
Returns an object from the bundle based on a given key.
- hasField(String) - Method in class com.bws.jdistil.core.configuration.Action
-
Returns a value indicating whether or not a field with a given ID exists.
- hashCode() - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Returns a hash code.
- hashCode() - Method in class com.bws.jdistil.core.configuration.Action
-
Returns a hash code.
- hashCode() - Method in class com.bws.jdistil.core.configuration.Page
-
Returns a hash code.
- hashCode() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory.LockReference
-
Returns the hash code using the referent.
- hasOrderCriteria() - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Returns a value indicating whether or not order criteria exists.
- hasValueCriteria() - Method in class com.bws.jdistil.core.datasource.FilterCriteria
-
Returns a value indicating whether or not value criteria exists.
- HIDDEN_VALUE - Static variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Hidden value text.
- HiddenField - Class in com.bws.jdistil.core.tag.data
-
Component used to write hidden data using an HTML hidden field.
- HiddenField() - Constructor for class com.bws.jdistil.core.tag.data.HiddenField
-
Creates a new HiddenField object.
- hideLabel - Variable in class com.bws.jdistil.core.tag.basic.Group
-
Hide label.
- HttpException - Exception Class in com.bws.jdistil.core.servlet.http
-
Package level exception defined as a base exception for the http package.
- HttpException() - Constructor for exception class com.bws.jdistil.core.servlet.http.HttpException
-
Creates an empty HttpException object.
- HttpException(String) - Constructor for exception class com.bws.jdistil.core.servlet.http.HttpException
-
Creates a HttpException intialize with a given message.
I
- IActionRule - Interface in com.bws.jdistil.core.validation.rules
-
Interface specifying methods to implement when defining classes capable of performing action data validation.
- IConfiguration - Interface in com.bws.jdistil.core.configuration
-
Interface supporting the definition of application configurations.
- IConnectionProvider - Interface in com.bws.jdistil.core.datasource.database.connection
- IConverter - Interface in com.bws.jdistil.core.conversion
-
Interface defining methods required by all converters.
- id - Variable in class com.bws.jdistil.core.configuration.Action
-
Unique ID.
- id - Variable in class com.bws.jdistil.core.configuration.Field
-
Unique ID.
- id - Variable in class com.bws.jdistil.core.configuration.Page
-
Unique ID.
- id - Variable in class com.bws.jdistil.core.datasource.DataObject
-
Unique ID.
- id - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory.LockReference
-
Lock reference ID.
- id - Variable in class com.bws.jdistil.core.tag.basic.Group
-
Unique component ID.
- IDataManager<I,
T> - Interface in com.bws.jdistil.core.datasource -
Interface defining the required methods for all data manager classes.
- idColumnBinding - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
ID column binding.
- IdColumnBinding - Class in com.bws.jdistil.core.datasource.database
-
Defines the binding between a table column and a data object ID property.
- IdColumnBinding(String) - Constructor for class com.bws.jdistil.core.datasource.database.IdColumnBinding
-
Creates a new IdColumnBinding object.
- IdColumnBinding(String, int, String) - Constructor for class com.bws.jdistil.core.datasource.database.IdColumnBinding
-
Creates a new IdColumnBinding object.
- IDomain - Interface in com.bws.jdistil.core.security
-
Interface defining domain specific information.
- ids - Variable in class com.bws.jdistil.core.datasource.database.DatabaseDataManager.DataObjectComparator
-
List of data object IDs used for comparison.
- IFactory - Interface in com.bws.jdistil.core.factory
-
Defines factory methods used to create and recycle objects.
- IFactoryProvider - Interface in com.bws.jdistil.core.factory
- IFieldRule - Interface in com.bws.jdistil.core.validation.rules
-
Interface specifying methods to implement when defining classes capable of performing validation on a given field value.
- IInitializer - Interface in com.bws.jdistil.core.factory
-
Defines initializer methods used to re-initialize objects managed by a factory.
- IJoinCondition - Interface in com.bws.jdistil.core.datasource.database
-
Defines all join condition methods.
- IListItem - Interface in com.bws.jdistil.core.tag.data
-
Interface used to represent items used as reference data by the ListField object.
- includeActionFields(Fields, String) - Method in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Includes all field IDs bound to a given action to be included by an enclosing fields component.
- IncludeActionFields - Class in com.bws.jdistil.core.tag.data
-
Component used in the body of Fields tag to include all field IDs associated with a specified action.
- IncludeActionFields() - Constructor for class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Creates an IncludeActionFields object.
- IncludeField - Class in com.bws.jdistil.core.tag.data
-
Component used in the body of a Fields tag to specify a Field ID to be included when writing field data.
- IncludeField() - Constructor for class com.bws.jdistil.core.tag.data.IncludeField
-
Creates an IncludeField object.
- includeFieldId(String) - Method in class com.bws.jdistil.core.tag.data.Fields
-
Registers a field ID to include in processing.
- includeFieldIds - Variable in class com.bws.jdistil.core.tag.data.Fields
-
Set of field IDs to include.
- INFORMATIONAL - Static variable in class com.bws.jdistil.core.process.ProcessMessage
-
Informational message type.
- INITIAL_CONTEXT_FACTORY - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the JNDI initial context factory property key.
- initialize(Object) - Method in interface com.bws.jdistil.core.factory.IInitializer
-
Initiailizes a given object.
- initialize(Object) - Method in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Initializes a given object.
- initializeId(DataObject<?>, IDomain) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates the ID using the database sequencer which deals only with integer type IDs.
- initializeId(DataObject<?>, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Populates the ID before the data object can be inserted into the database.
- initializer - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Initializer used to initialize objects returned to pool.
- INNER_JOIN - Static variable in class com.bws.jdistil.core.datasource.database.Join
-
Inner join constant.
- insert(String, String, int) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Inserts a substring into a string value at a specified position.
- Instantiator - Class in com.bws.jdistil.core.util
-
Utility class used to handle the object instantiation.
- Instantiator() - Constructor for class com.bws.jdistil.core.util.Instantiator
-
Creates an Instantiator object. Defined with private access to avoid object instantiation.
- instruction - Variable in class com.bws.jdistil.core.tag.data.ListField
-
Instruction.
- INTEGER - Static variable in class com.bws.jdistil.core.configuration.Field
-
Integer field type constant.
- INTEGER - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Integer type constant.
- Introspector - Class in com.bws.jdistil.core.util
-
Provides utility methods for introspecting objects.
- Introspector() - Constructor for class com.bws.jdistil.core.util.Introspector
-
Creates a new FieldAccessible object.
- INVALID_EMAIL - Static variable in class com.bws.jdistil.core.message.Messages
-
Invalid email address message constant.
- INVALID_FORMAT - Static variable in class com.bws.jdistil.core.message.Messages
-
Invalid field format message constant.
- INVALID_NUMBER - Static variable in class com.bws.jdistil.core.message.Messages
-
Invalid numeric field message constant.
- INVALID_PRECISION - Static variable in class com.bws.jdistil.core.message.Messages
-
Invalid precision message constant.
- INVALID_SCALE - Static variable in class com.bws.jdistil.core.message.Messages
-
Invalid scale message constant.
- invoke(Action, ProcessContext) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Invokes all processors for a given action
- IOrderCondition - Interface in com.bws.jdistil.core.datasource.database
-
Defines all order condition methods.
- IProcessor - Interface in com.bws.jdistil.core.process
-
Interface defining methods required by a processor.
- IS_AUTHENTICATED - Static variable in class com.bws.jdistil.core.configuration.AttributeNames
- IS_NOT_NULL - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Not null value operator constant.
- IS_NULL - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Null value operator constant.
- isAlias - Variable in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Alias indicator.
- isAlias - Variable in class com.bws.jdistil.core.tag.data.ExcludeField
-
Alias indicator.
- isAlias - Variable in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Alias indicator.
- isAlias - Variable in class com.bws.jdistil.core.tag.data.IncludeField
-
Alias indicator.
- isAttributeDefined(String) - Method in class com.bws.jdistil.core.tag.basic.Component
-
Returns a value indicating whether or not a specified attribute is defined.
- isAuthenticated(HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Returns a value indicating whether or not a user has been authenticated.
- isAuthenticated(HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Returns a value indicating whether or not a user has been authenticated.
- isAuthorizationRequired(String, HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Indicates whether or not authorization is required for a given action ID.
- isAuthorizationRequired(String, HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Indicates whether or not authorization is required for a given action ID.
- isAuthorized(String, HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Indicates whether or not the current user is authorized to perform a given action.
- isAuthorized(String, HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Indicates whether or not the current user is authorized to perform a given action.
- isCollection - Variable in class com.bws.jdistil.core.configuration.FieldBinding
-
Collection indicator.
- isCollection - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Collection indicator.
- isCollection - Variable in class com.bws.jdistil.core.datasource.database.DependentBinding
-
Collection indicator.
- isCollection - Variable in class com.bws.jdistil.core.datasource.FieldBinding
-
Collection indicator.
- isCollection() - Method in class com.bws.jdistil.core.configuration.FieldBinding
-
Returns the collection indicator.
- isCollection() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns the collection indicator.
- isCollection() - Method in class com.bws.jdistil.core.datasource.database.DependentBinding
-
Returns the collection indicator.
- isCollection() - Method in class com.bws.jdistil.core.datasource.FieldBinding
-
Returns the collection indicator.
- isColumnReferenced(String, String) - Method in interface com.bws.jdistil.core.datasource.database.IValueCondition
-
Returns a value indicating whether or not the value condition references a given column name.
- isColumnReferenced(String, String) - Method in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Returns a value indicating whether or not the value condition references a given column name.
- isColumnReferenced(String, String) - Method in class com.bws.jdistil.core.datasource.database.ValueConditions
-
Returns a value indicating whether or not the value condition references a given column name.
- isDataAvailable() - Method in class com.bws.jdistil.core.tag.table.TableRow
-
Returns a value indicating whether or not data is available.
- isDefault - Variable in class com.bws.jdistil.core.tag.data.ListItem
-
Default value indicator.
- isDeleted - Variable in class com.bws.jdistil.core.tag.data.ListItem
-
Deleted indicator.
- isDomainAdmin(HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Returns a value indicating whether or not a user is a domain admin.
- isDomainAdmin(HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Returns a value indicating whether or not a user is a domain admin.
- isDomainAware() - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a value indicating whether or not the data manager is domain aware.
- isDuplicate(T, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a value indicating whether or not a given data object already exists.
- ISecurityManager - Interface in com.bws.jdistil.core.security
-
Interface defining methods required by a Security Manager.
- isEmbeddedInForm() - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Returns a value indicating whether or not this tag is embedded in a form tag.
- isEmpty(String) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Returns a value indicating whether or not a given string is empty (null or blank).
- ISequenceProvider - Interface in com.bws.jdistil.core.datasource.database.sequence
-
Interface supporting the retrieval of sequential values for a given table and column.
- isExplicitFieldValue - Variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Explicit field value indicator.
- isFieldHidden(String, HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Indicates whether or not a given field is hidden.
- isFieldHidden(String, HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Indicates whether or not a given field is hidden.
- isFieldReadOnly(String, HttpSession) - Method in class com.bws.jdistil.core.security.DefaultSecurityManager
-
Indicates whether or not a given field is read only.
- isFieldReadOnly(String, HttpSession) - Method in interface com.bws.jdistil.core.security.ISecurityManager
-
Indicates whether or not a given field is read only.
- isFieldRequired(String) - Method in class com.bws.jdistil.core.configuration.Action
-
Returns a value indicating whether or not a field is required.
- isFilterDataRequired - Variable in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Indicates whether or not filter data is required.
- isFiltered(T) - Method in interface com.bws.jdistil.core.tag.data.ListFilter
-
Returns a value indicating whether or not a specified item should be filtered from a ListField object.
- isFirstRow() - Method in class com.bws.jdistil.core.tag.table.Table
-
Returns the first row indicator.
- isFirstRow() - Method in class com.bws.jdistil.core.tag.table.TableHeader
-
Returns a value indicating whether or not this is the first row of table data.
- isHeaderDisplayed - Variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
Display headers indicator.
- isHidden - Variable in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Hidden indicator.
- isHidden(String) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns a value indicating whether or not the specified field is hidden.
- isHiddenByDefault - Variable in class com.bws.jdistil.core.tag.basic.Group
-
Indicates the group should be hidden by default.
- isLastRow() - Method in class com.bws.jdistil.core.tag.table.Table
-
Returns the last row indicator.
- isLastRow() - Method in class com.bws.jdistil.core.tag.table.TableFooter
-
Returns a value indicating whether or not this is the last row of table data.
- isModified - Variable in class com.bws.jdistil.core.datasource.DataObject
-
Indicates whether or not the data object has been modified.
- isModified() - Method in class com.bws.jdistil.core.datasource.DataObject
-
Indicates whether or not the data object has been modified.
- isNewDataObject(T) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a value indicating whether or not a given data object is new.
- isNextPageAction(Action) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns a value indicating whether or not a given action is a next page action.
- isNullComparative(String) - Static method in class com.bws.jdistil.core.datasource.database.Operators
-
Returns a value indicating whether or not a given operator is a null comparative operator.
- isPagingSupported - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Paging support indicator.
- isPreviousPageAction(Action) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns a value indicating whether or not a given action is a previous page action.
- ISqlGenerator - Interface in com.bws.jdistil.core.datasource.database
-
SQL element capable of generating SQL text.
- isReadOnly - Variable in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Read only indicator.
- isReadOnly(String) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Returns a value indicating whether or not the specified field is read only.
- isRefreshDataAction(Action) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns a value indicating whether or not a given action is a refresh data action.
- isRequiredField() - Method in class com.bws.jdistil.core.tag.data.Label
-
Returns a value indicating whether or not the associated field is required.
- isRetrieveDataAction(Action) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns a value indicating whether or not a given action is a retrieve data action.
- isSameVersion(T, T) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Returns a value indicating whether or not two given data objects are of the same version.
- isSecure - Variable in class com.bws.jdistil.core.configuration.Page
-
Secure indicator.
- isSecure() - Method in class com.bws.jdistil.core.configuration.Page
-
Returns the secure indicator.
- isSelectPageAction(Action) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns a value indicating whether or not a given action is a select page action.
- isSorted() - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Returns a value indicating whether or not the column is sorted.
- isStartOfTrail - Variable in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Start of trail indicator.
- isTableFooter() - Method in class com.bws.jdistil.core.tag.table.TableData
-
Returns a value indicating whether or not this tag is enclosed by a table footer tag.
- isTableHeader() - Method in class com.bws.jdistil.core.tag.table.TableData
-
Returns a value indicating whether or not this tag is enclosed by a table header tag.
- isTableReferenced(String) - Method in interface com.bws.jdistil.core.datasource.database.IOrderCondition
-
Returns a value indicating whether or not the order condition references a given table name.
- isTableReferenced(String) - Method in interface com.bws.jdistil.core.datasource.database.IValueCondition
-
Returns a value indicating whether or not the value condition references a given table name.
- isTableReferenced(String) - Method in class com.bws.jdistil.core.datasource.database.OrderCondition
-
Returns a value indicating whether or not the order condition references a given table name.
- isTableReferenced(String) - Method in class com.bws.jdistil.core.datasource.database.OrderConditions
-
Returns a value indicating whether or not the order condition references a given table name.
- isTableReferenced(String) - Method in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Returns a value indicating whether or not the value condition references a given table name.
- isTableReferenced(String) - Method in class com.bws.jdistil.core.datasource.database.ValueConditions
-
Returns a value indicating whether or not the value condition references a given table name.
- isTextMode - Variable in class com.bws.jdistil.core.tag.data.OperatorListField
-
Text mode indicator.
- isUniqueMember - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Unique member indicator used for duplicate check.
- isUseSymbols - Variable in class com.bws.jdistil.core.tag.data.OperatorListField
-
Symbol usage indicator.
- isValid(String) - Static method in class com.bws.jdistil.core.datasource.database.Operators
-
Returns a value indicating whether or not a given operator is valid.
- isValid(String, String, Locale, List<String>) - Method in class com.bws.jdistil.core.validation.rules.BaseFieldRule
-
Validates a given field value and adds a formatted error message to a given list of messages.
- isValid(String, String, Locale, List<String>) - Method in class com.bws.jdistil.core.validation.rules.ConverterRule
-
Validates a field value based on the field's associated field converter.
- isValid(String, String, Locale, List<String>) - Method in interface com.bws.jdistil.core.validation.rules.IFieldRule
-
Validates a given field value and adds a formatted error message to a given list of messages.
- isValid(String, String, Locale, List<String>) - Method in class com.bws.jdistil.core.validation.rules.MaxLengthRule
-
Validates a field value and adds a formatted error message to a given list of messages.
- isValid(String, String, Locale, List<String>) - Method in class com.bws.jdistil.core.validation.rules.NumberRule
-
Validates a numeric field value and adds a formatted error message to a given list of messages.
- isValid(String, String, Locale, List<String>) - Method in class com.bws.jdistil.core.validation.rules.RegularExpressionRule
-
Validates a field value using a regular expression and adds a formatted error message to a given list of messages.
- isValid(String, Map<String, String[]>, Locale, List<String>) - Method in class com.bws.jdistil.core.validation.rules.AtLeastOneFieldRule
-
Validates a given field value and adds a formatted error message to a given list of messages.
- isValid(String, Map<String, String[]>, Locale, List<String>) - Method in interface com.bws.jdistil.core.validation.rules.IActionRule
-
Validates action data and adds a formatted error message to a given list of messages.
- isValid(Map<String, String[]>) - Method in class com.bws.jdistil.core.validation.rules.AtLeastOneFieldRule
- isValidComparative(String) - Static method in class com.bws.jdistil.core.datasource.database.Operators
-
Returns a value indicating whether or not a given operator is a valid comparative operator.
- isValidDataObject(T) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Validates a given data object for use with the data object manager.
- isValidDataObject(T) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Validates a given data object for use with the data object manager.
- isValidLogical(String) - Static method in class com.bws.jdistil.core.datasource.database.Operators
-
Returns a value indicating whether or not a given operator is a valid logical operator.
- isValidNegative(Number) - Method in class com.bws.jdistil.core.validation.rules.NumberRule
-
Validates a given numeric value as a negative number.
- isValidPositive(Number) - Method in class com.bws.jdistil.core.validation.rules.NumberRule
-
Validates a given numeric value as a positive number.
- isValidPrecision(String) - Method in class com.bws.jdistil.core.validation.rules.NumberRule
-
Validates the precision of a given string value.
- isValidScale(String) - Method in class com.bws.jdistil.core.validation.rules.NumberRule
-
Validates the scale of a given string value.
- isValidType(String) - Method in class com.bws.jdistil.core.datasource.database.Join
-
Returns a value indicating whether or not a given join type is valid.
- isVirtualDelete - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Virtual delete indicator.
- itemsAttributeName - Variable in class com.bws.jdistil.core.tag.data.DisplayListField
-
Items attribute name.
- itemsAttributeName - Variable in class com.bws.jdistil.core.tag.data.DisplayMultipleListField
-
Items attribute name.
- itemsAttributeName - Variable in class com.bws.jdistil.core.tag.data.ListField
-
Items attribute name.
- itemsAttributeName - Variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
Items attribute name.
- IValueCondition - Interface in com.bws.jdistil.core.datasource.database
-
Defines all value condition methods.
J
- JDistilException - Exception Class in com.bws.jdistil
-
JDistil exception from which all package level exceptions should extend.
- JDistilException() - Constructor for exception class com.bws.jdistil.JDistilException
-
Creates an empty JdistilException object.
- JDistilException(String) - Constructor for exception class com.bws.jdistil.JDistilException
-
Creates a JdistilException intialize with a given message.
- JndiConnectionProvider - Class in com.bws.jdistil.core.datasource.database.connection
-
Connection provider that provides database connections from a JNDI connection pool.
- JndiConnectionProvider() - Constructor for class com.bws.jdistil.core.datasource.database.connection.JndiConnectionProvider
- Join - Class in com.bws.jdistil.core.datasource.database
-
Class representing a SQL join.
- Join(String, String, String, IJoinCondition) - Constructor for class com.bws.jdistil.core.datasource.database.Join
-
Creates a new Join object.
- joinCondition - Variable in class com.bws.jdistil.core.datasource.database.Join
-
Join condition.
- joinCondition - Variable in class com.bws.jdistil.core.datasource.database.JoinConditions.Group
-
Join condition.
- JoinCondition - Class in com.bws.jdistil.core.datasource.database
-
Class representing a SQL join condition.
- JoinCondition(String, String, String, String, String) - Constructor for class com.bws.jdistil.core.datasource.database.JoinCondition
-
Creates a new Condition object.
- JoinConditions - Class in com.bws.jdistil.core.datasource.database
-
Class representing multiple SQL join conditions.
- JoinConditions(IJoinCondition) - Constructor for class com.bws.jdistil.core.datasource.database.JoinConditions
-
Creates a new JoinConditions object using a join condition.
- JoinConditions.Group - Class in com.bws.jdistil.core.datasource.database
-
Grouping of a join condition and an operator.
K
- KEY_ALGORITHM - Static variable in class com.bws.jdistil.core.security.Cryptographer
- KEY_SIZE - Static variable in class com.bws.jdistil.core.security.Cryptographer
L
- Label - Class in com.bws.jdistil.core.tag.data
-
Label component used to display field names.
- Label() - Constructor for class com.bws.jdistil.core.tag.data.Label
-
Creates a new Label object.
- LEFT_OUTER_JOIN - Static variable in class com.bws.jdistil.core.datasource.database.Join
-
Left outer join constant.
- LESS_THAN - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Less than operator constant.
- LESS_THAN_CHARACTERS - Static variable in class com.bws.jdistil.core.message.Messages
-
Less than characters message constant.
- LESS_THAN_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Less Than operator description message constant.
- LESS_THAN_OR_EQUAL - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Less than or equal operator constant.
- LESS_THAN_OR_EQUAL_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Less Than or Equal operator description message constant.
- LESS_THAN_OR_EQUAL_VALUE - Static variable in class com.bws.jdistil.core.message.Messages
-
Less than or equal value message constant.
- LESS_THAN_TODAYS_DATE - Static variable in class com.bws.jdistil.core.message.Messages
-
Less than today's date message constant.
- LESS_THAN_VALUE - Static variable in class com.bws.jdistil.core.message.Messages
-
Less than value message constant.
- LIKE - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Like operator constant.
- Link - Class in com.bws.jdistil.core.tag.action
-
Link component used to perform some action.
- Link() - Constructor for class com.bws.jdistil.core.tag.action.Link
-
Creates a new Link object.
- ListField - Class in com.bws.jdistil.core.tag.data
-
Component used to write selectable data using an HTML select field.
- ListField() - Constructor for class com.bws.jdistil.core.tag.data.ListField
-
Creates a new ListField object.
- listFilter - Variable in class com.bws.jdistil.core.tag.data.ListField
-
List filter.
- listFilter - Variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
List filter.
- ListFilter<T> - Interface in com.bws.jdistil.core.tag.data
-
Interface used to represent items used as a data filter by the ListField object.
- ListItem - Class in com.bws.jdistil.core.tag.data
-
Default implementation of the list item interface.
- ListItem(Object, String, Boolean, Boolean) - Constructor for class com.bws.jdistil.core.tag.data.ListItem
-
Creates a new ListItem object.
- ListUtil - Class in com.bws.jdistil.core.util
-
Class used to format and parse lists of objects.
- ListUtil() - Constructor for class com.bws.jdistil.core.util.ListUtil
-
Creates a new instance of the ListConverter class.
- load(ISecurityManager, HttpServletRequest, Action, Object) - Static method in class com.bws.jdistil.core.servlet.Loader
-
Loads data into an instance of this class using the first instance of data contained in a given HTTP servlet request.
- load(ISecurityManager, HttpServletRequest, Action, Object, int) - Static method in class com.bws.jdistil.core.servlet.Loader
-
Loads page specific data into an instance of this class using data contained in a given HTTP servlet request.
- loadAssociates(List<DataObject<?>>, IDomain) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Loads all associate data objects associated with a specified list of data objects into an associate lookup.
- loadAssociates(List<DataObject<?>>, Map<Object, DataObject<Object>>, IDomain) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Loads all associate data objects associated with a specified list of data objects into an associate lookup.
- loadAssociates(List<DataObject<?>>, Map<Object, DataObject<Object>>, IDomain) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Loads all associate data objects associated with a specified list of data objects into an associate lookup.
- loadAssociates(List<DataObject<?>>, Map<Object, DataObject<Object>>, IDomain) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Loads all associate data objects associated with a specified list of data objects into an associate lookup.
- loadConfiguration(IConfiguration) - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Loads a configuration.
- loadConfigurations() - Static method in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Loads all application configurations.
- Loader - Class in com.bws.jdistil.core.servlet
-
This class provides static methods used to load objects with data contained in a servlet request.
- Loader() - Constructor for class com.bws.jdistil.core.servlet.Loader
-
Creates a new instance of the ParameterExtractor class. Defined with private access to prohibit instance creation.
- loadMergedResource(String, Locale, ClassLoader) - Static method in class com.bws.jdistil.core.resource.ResourceUtil
-
Returns a merged resource bundle using a comma delimited list of resource names, a locale and class loader.
- loadReferenceData(Class<? extends IDataManager<I, T>>, I, String, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Loads a data object as reference data into the request attributes using a data manager, data object ID, attribute name, and process context.
- loadReferenceData(Class<? extends IDataManager<I, T>>, String, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Loads a list of data objects as reference data into the request attributes using a data manager, attribute name, and process context.
- localSecurityManager - Variable in class com.bws.jdistil.core.tag.basic.Component
-
Local security manager created by this component instance.
- lock - Static variable in class com.bws.jdistil.core.resource.ResourceUtil
-
Object used for synchronization.
- lockedObjects - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Locked objects.
- LockReference(Object) - Constructor for class com.bws.jdistil.core.factory.PooledPojoFactory.LockReference
-
Creates a new LockReference object using a referent.
- LockReference(Object, ReferenceQueue<Object>) - Constructor for class com.bws.jdistil.core.factory.PooledPojoFactory.LockReference
-
Creates a new LockReference object using a referent and reference queue.
- LOGON_ACTION_ID - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the login action ID property key.
- LONG - Static variable in class com.bws.jdistil.core.configuration.Field
-
Long field type constant.
- LONG - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Long type constant.
M
- Mailer - Class in com.bws.jdistil.core.util
- Mailer() - Constructor for class com.bws.jdistil.core.util.Mailer
-
Creates a new Mailer object.
- main(String[]) - Static method in class com.bws.jdistil.core.security.Cryptographer
- MappedResult - Class in com.bws.jdistil.core.datasource.database
-
Named object used to store result set data from a query.
- MappedResult(String, ResultSet) - Constructor for class com.bws.jdistil.core.datasource.database.MappedResult
-
Creates a new MappedResult object using a name and result set.
- maximumPrecision - Variable in class com.bws.jdistil.core.validation.rules.NumberRule
-
Maximum precision.
- maximumScale - Variable in class com.bws.jdistil.core.validation.rules.NumberRule
-
Maximum scale.
- maximumSize - Variable in class com.bws.jdistil.core.validation.rules.MaxLengthRule
-
Maximum size.
- MaxLengthRule - Class in com.bws.jdistil.core.validation.rules
-
Class used to validate the maximum length of a field value.
- MaxLengthRule() - Constructor for class com.bws.jdistil.core.validation.rules.MaxLengthRule
-
Creates a default MaxLengthRule object.
- MaxLengthRule(int) - Constructor for class com.bws.jdistil.core.validation.rules.MaxLengthRule
-
Creates a MaxLengthRule object.
- MemoField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML text area.
- MemoField() - Constructor for class com.bws.jdistil.core.tag.data.MemoField
-
Creates a new MemoField object.
- Menu - Class in com.bws.jdistil.core.tag.action
-
Menu component used to display a menu and its associated as menu items.
- Menu() - Constructor for class com.bws.jdistil.core.tag.action.Menu
-
Creates a new Menu object.
- MenuBar - Class in com.bws.jdistil.core.tag.action
-
Menu bar component used to display one or more menus and their associated menu items.
- MenuBar() - Constructor for class com.bws.jdistil.core.tag.action.MenuBar
-
Creates a new MenuBar object.
- MenuItem - Class in com.bws.jdistil.core.tag.action
-
Menu items component used to display content as menu items.
- MenuItem() - Constructor for class com.bws.jdistil.core.tag.action.MenuItem
-
Creates a new MenuItem object.
- MergedResource - Class in com.bws.jdistil.core.resource
-
Resource bundle class used to handle merging the contents of multiple resource bundles. Required to get around problem in JDK 1.3 where the parent of a resource bundle is not searched for values.
- MergedResource(List<ResourceBundle>) - Constructor for class com.bws.jdistil.core.resource.MergedResource
-
Creates a new MergedResource object using the contents from a list of resource bundles. Illegal argument is thrown if all items in the provided list are not of type ResourceBundle.
- mergedResourceBundleCache - Static variable in class com.bws.jdistil.core.resource.ResourceUtil
-
Merged resource bundle cache.
- MESSAGE_RESOURCES - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the message resources property key.
- MessageException - Exception Class in com.bws.jdistil.core.message
-
Package level exception defined as a base exception for the message package.
- MessageException() - Constructor for exception class com.bws.jdistil.core.message.MessageException
-
Creates an empty MessageException object.
- MessageException(String) - Constructor for exception class com.bws.jdistil.core.message.MessageException
-
Creates a MessageException intialize with a given message.
- MessageResource - Class in com.bws.jdistil.core.message
-
Resource bundle class used to define all standard messages used throughout an application.
- MessageResource() - Constructor for class com.bws.jdistil.core.message.MessageResource
- messages - Variable in class com.bws.jdistil.core.process.ProcessContext
-
Process messages.
- Messages - Class in com.bws.jdistil.core.message
-
Class defining message constants used to retrieve messages from the messages resource bundle.
- Messages() - Constructor for class com.bws.jdistil.core.message.Messages
-
Creates a new Messages object.
- MISSING_ACTION - Static variable in class com.bws.jdistil.core.message.Messages
-
Missing action description message constant.
- mostRecentData - Variable in exception class com.bws.jdistil.core.datasource.DirtyUpdateException
-
Data object containing the most recent data.
- MultipleListField - Class in com.bws.jdistil.core.tag.data
-
Component used to write selectable data using a combination of HTML select field.
- MultipleListField() - Constructor for class com.bws.jdistil.core.tag.data.MultipleListField
-
Creates a new MultipleListField object.
- MultipleListField.Group - Class in com.bws.jdistil.core.tag.data
-
Inner class used to store information registered by nested group tags.
- MultipleListGroup - Class in com.bws.jdistil.core.tag.data
-
Component used to specify a target list for use with a MultipleListField component.
- MultipleListGroup() - Constructor for class com.bws.jdistil.core.tag.data.MultipleListGroup
-
Creates a new MultipleListGroup object.
- MULTITENANCY_ENABLED - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the multitenancy property key.
N
- name - Variable in class com.bws.jdistil.core.breadcrumb.Parameter
-
Parameter name.
- name - Variable in class com.bws.jdistil.core.configuration.Page
-
Name.
- name - Variable in class com.bws.jdistil.core.datasource.database.MappedResult
-
Object name.
- NEGATIVE - Static variable in class com.bws.jdistil.core.validation.rules.NumberRule
-
Negative value type constant.
- newEmLabelHeight(double) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Sets the label height in EM scale.
- NEXT_PAGE_IMAGE_SOURCE - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the next page image source property key.
- nextPage - Variable in class com.bws.jdistil.core.process.ProcessContext
-
Next page.
- nextPageActionId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Next page action ID.
- nextPageActionId - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Next page action ID.
- nextPageId - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Next page ID.
- nextPageId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Next page ID.
- nextProcessorClass - Variable in class com.bws.jdistil.core.process.model.DeleteDataObject
-
Next processor class.
- nextValue(String, String, IDomain) - Method in interface com.bws.jdistil.core.datasource.database.sequence.ISequenceProvider
-
Returns the next available sequential value for a specified table and column.
- nextValue(String, String, IDomain) - Method in class com.bws.jdistil.core.datasource.database.sequence.SequenceBasedSequenceProvider
-
Increments the sequence value for a specified table and column using a database sequence.
- nextValue(String, String, IDomain) - Method in class com.bws.jdistil.core.datasource.database.sequence.TableBasedSequenceProvider
-
Increments the sequence value for a specified table and column by a value of one and returns the incremented value.
- NO - Static variable in class com.bws.jdistil.core.conversion.BooleanConverter
-
No value constant.
- NON_UNIQUE - Static variable in class com.bws.jdistil.core.message.Messages
-
Non-unique field message constant.
- NOT_EQUAL_OPERATOR - Static variable in class com.bws.jdistil.core.message.Messages
-
Not Equals operator description message constant.
- NOT_EQUALS - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Not equals operator constant.
- NUMBER - Static variable in class com.bws.jdistil.core.configuration.Field
-
Number field type constant.
- NUMBER_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Number format property key.
- NumberConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse numeric values.
- NumberConverter - Static variable in class com.bws.jdistil.core.conversion.NumberConverter
-
Singleton instance.
- NumberConverter() - Constructor for class com.bws.jdistil.core.conversion.NumberConverter
-
Creates a new NumberConverter instance.
- NumberRule - Class in com.bws.jdistil.core.validation.rules
-
Class used to validate numeric fields associated with one of the numeric field converters.
- NumberRule(int, int, int) - Constructor for class com.bws.jdistil.core.validation.rules.NumberRule
-
Creates an empty NumberRule object.
O
- ObjectBinding - Class in com.bws.jdistil.core.configuration
-
Defines a binding between the properties of a target class and field IDs.
- ObjectBinding(Class<?>) - Constructor for class com.bws.jdistil.core.configuration.ObjectBinding
-
Creates a new ObjectBinding object.
- objectBindingLookup - Static variable in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Map of object bindings keyed by class.
- openConnection() - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a pooled database connection using the primary data source defined in the core properties file.
- openConnection(IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Creates and eturns a database connection.
- openConnection(String) - Method in interface com.bws.jdistil.core.datasource.database.connection.IConnectionProvider
-
Returns a connection from a JNDI connection pool.
- openConnection(String) - Method in class com.bws.jdistil.core.datasource.database.connection.JndiConnectionProvider
-
Returns a connection from a JNDI connection pool.
- openConnection(String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Returns a pooled database connection using a specified data source name.
- operator - Variable in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Operator.
- operator - Variable in class com.bws.jdistil.core.datasource.database.JoinConditions.Group
-
Logical operator.
- operator - Variable in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Operator.
- operator - Variable in class com.bws.jdistil.core.datasource.database.ValueConditions.Group
-
Logical operator.
- operator - Variable in class com.bws.jdistil.core.datasource.ValueCriterion
-
Operator.
- OPERATOR_RESOURCES - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the operator resources property key.
- operatorId - Variable in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Operator field ID.
- OperatorListField - Class in com.bws.jdistil.core.tag.data
-
Component used to write selectable operator values using an HTML select field.
- OperatorListField() - Constructor for class com.bws.jdistil.core.tag.data.OperatorListField
-
Creates a new OperatorListField object.
- OperatorResource - Class in com.bws.jdistil.core.datasource.database
-
Resource bundle class used to define local specific operator descriptions.
- OperatorResource() - Constructor for class com.bws.jdistil.core.datasource.database.OperatorResource
- Operators - Class in com.bws.jdistil.core.datasource.database
-
Static class representing SQL condition operators.
- Operators() - Constructor for class com.bws.jdistil.core.datasource.database.Operators
-
Creates a new Operators object.
- OR - Static variable in class com.bws.jdistil.core.datasource.database.Operators
-
Logical 'Or' operator constant.
- OrderCondition - Class in com.bws.jdistil.core.datasource.database
-
Class representing a SQL order condition using bound data object information.
- OrderCondition(String, String) - Constructor for class com.bws.jdistil.core.datasource.database.OrderCondition
-
Creates a new OrderCondition object.
- OrderCondition(String, String, String) - Constructor for class com.bws.jdistil.core.datasource.database.OrderCondition
-
Creates a new OrderCondition object.
- OrderConditions - Class in com.bws.jdistil.core.datasource.database
-
Class representing multiple SQL order conditions.
- OrderConditions(OrderCondition) - Constructor for class com.bws.jdistil.core.datasource.database.OrderConditions
-
Creates a new OrderConditions object using an order condition.
- orderCriteria - Variable in class com.bws.jdistil.core.datasource.FilterCriteria
-
List of order criterion.
- OrderCriterion - Class in com.bws.jdistil.core.datasource
-
Defines an order criterion based on a property name and order direction.
- OrderCriterion(String, String) - Constructor for class com.bws.jdistil.core.datasource.OrderCriterion
-
Creates a new OrderCriterion object using a property name and order direction.
- orderCriterionDefinition - Variable in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Order criterion definition.
- OrderCriterionDefinition - Class in com.bws.jdistil.core.process.model
-
Defines an order criterion based on a field ID and order direction.
- OrderCriterionDefinition(String, String, String) - Constructor for class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Creates a new OrderCriterionDefinition object using a field ID, order direction field ID, and default order direction value.
P
- page - Variable in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Associated page.
- Page - Class in com.bws.jdistil.core.configuration
-
Class defining page specific information.
- Page(String, String, String, boolean) - Constructor for class com.bws.jdistil.core.configuration.Page
-
Creates a new page object using a given ID, name, and secure indicator.
- PAGE_ID - Static variable in class com.bws.jdistil.core.servlet.http.Controller
-
Parameter name used to retrieve a page ID from a request.
- PageDescription - Class in com.bws.jdistil.core.tag.data
-
Component used to display a page description.
- PageDescription() - Constructor for class com.bws.jdistil.core.tag.data.PageDescription
-
Creates a new PageDescription object.
- pageId - Variable in class com.bws.jdistil.core.tag.basic.Body
-
Page ID.
- pageId - Variable in class com.bws.jdistil.core.tag.data.PageDescription
-
Page ID.
- PageIds - Class in com.bws.jdistil.core.configuration
-
Class defining all core page IDs.
- PageIds() - Constructor for class com.bws.jdistil.core.configuration.PageIds
- pageLookup - Static variable in class com.bws.jdistil.core.configuration.ConfigurationManager
-
Map of page objects keyed by page ID.
- PageNavigation - Class in com.bws.jdistil.core.tag.paging
-
Component used to display page navigation links.
- PageNavigation() - Constructor for class com.bws.jdistil.core.tag.paging.PageNavigation
-
Creates a new PageNavigation object.
- PageNavigation.PageRange - Class in com.bws.jdistil.core.tag.paging
-
Represents a page range using a starting page number and ending page number.
- PageRange(int, int) - Constructor for class com.bws.jdistil.core.tag.paging.PageNavigation.PageRange
-
Creates a new PageRange using a start page number and end page number.
- pageSize - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Page size.
- PAGINATION_VARIABLES_DEFINED - Static variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Pagination variables defined constant.
- PAGING_IDS - Static variable in class com.bws.jdistil.core.configuration.AttributeNames
- Parameter - Class in com.bws.jdistil.core.breadcrumb
- Parameter(String, String[]) - Constructor for class com.bws.jdistil.core.breadcrumb.Parameter
-
Creates a new parameter object using a specifiec name and value.
- ParameterExtractor - Class in com.bws.jdistil.core.servlet
-
This class provides static methods used to retrieve data as different data types from a servlet request object using a given field ID.
- ParameterExtractor() - Constructor for class com.bws.jdistil.core.servlet.ParameterExtractor
-
Creates a new instance of the ParameterExtractor class. Defined with private access to prohibit instance creation.
- parameters - Variable in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Associated parameters.
- PARENT_ACTION_ID - Static variable in class com.bws.jdistil.core.configuration.FieldIds
- PARENT_FIELD_ID - Static variable in class com.bws.jdistil.core.configuration.FieldIds
- PARENT_PAGE_ID - Static variable in class com.bws.jdistil.core.configuration.FieldIds
- parentIdColumnBinding - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Parent ID column binding.
- parentIdColumnBinding - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Parent ID column binding.
- parse(String, String, String) - Static method in class com.bws.jdistil.core.util.ListUtil
-
Returns a list of string objects created from a delimited string value.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.BooleanConverter
-
Returns a boolean object created from a given string value.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.CurrencyConverter
-
Returns a locale specific number object created from a given string value.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a date object created from a string value in a locale specific format.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a date object created from a string value in a locale specific format.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.DecimalConverter
-
Returns a locale specific number object created from a given string value.
- parse(String, Locale) - Method in interface com.bws.jdistil.core.conversion.IConverter
-
Returns an object created from a given string value for a specified locale..
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.NumberConverter
-
Returns a locale specific number object created from a given string value.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.PercentageConverter
-
Returns a locale specific number object created from a given string value.
- parse(String, Locale) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a date object created from a string value in a locale specific format.
- parseAsStandard(String) - Method in class com.bws.jdistil.core.conversion.DateConverter
-
Returns a date object created from a string value in a standard date format.
- parseAsStandard(String) - Method in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Returns a date object created from a string value in a standard date time format.
- parseAsStandard(String) - Method in class com.bws.jdistil.core.conversion.TimeConverter
-
Returns a date object created from a string value in a standard time format.
- PasswordField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML password field.
- PasswordField() - Constructor for class com.bws.jdistil.core.tag.data.PasswordField
-
Creates a new PasswordField object.
- pattern - Variable in class com.bws.jdistil.core.validation.rules.RegularExpressionRule
-
Regular expression matcher.
- PERCENTAGE_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Percentage format property resource key.
- PercentageConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse percentage values.
- PercentageConverter - Static variable in class com.bws.jdistil.core.conversion.PercentageConverter
-
Singleton instance.
- PercentageConverter() - Constructor for class com.bws.jdistil.core.conversion.PercentageConverter
-
Creates a new PercentageConverter instance.
- PHONE_NUMBER_DISPLAY_FORMAT - Static variable in class com.bws.jdistil.core.validation.rules.PhoneNumberRule
- PHONE_NUMBER_PATTERN - Static variable in class com.bws.jdistil.core.validation.rules.PhoneNumberRule
- PhoneNumberField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML phone field.
- PhoneNumberField() - Constructor for class com.bws.jdistil.core.tag.data.PhoneNumberField
-
Creates a new PhoneField object.
- PhoneNumberRule - Class in com.bws.jdistil.core.validation.rules
-
Class used to validate phone number fields.
- PhoneNumberRule() - Constructor for class com.bws.jdistil.core.validation.rules.PhoneNumberRule
-
Creates an PhoneNumberRule object.
- pojo - Variable in class com.bws.jdistil.core.factory.SingletonPojoFactory
-
Pojo object.
- PojoFactory - Class in com.bws.jdistil.core.factory
-
Factory implemented using pojo's.
- PojoFactory(Class<?>) - Constructor for class com.bws.jdistil.core.factory.PojoFactory
-
Creates a new PojoFactory using a target class.
- PojoFactoryProvider - Class in com.bws.jdistil.core.factory
- PojoFactoryProvider() - Constructor for class com.bws.jdistil.core.factory.PojoFactoryProvider
- poll() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Polls the reference queue for objects reclaimed by the garbage collector and adjusts the available objects queue accordingly.
- poller - Static variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Factory object poller.
- Poller() - Constructor for class com.bws.jdistil.core.factory.PooledPojoFactory.Poller
-
Creates a new Poller object.
- pooledPojoFactories - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory.Poller
-
List of registered pooled pojo factories.
- PooledPojoFactory - Class in com.bws.jdistil.core.factory
-
Factory implemented using an object pool.
- PooledPojoFactory(Class<?>) - Constructor for class com.bws.jdistil.core.factory.PooledPojoFactory
-
Creates a new PooledPojoFactory using a target class.
- PooledPojoFactory(Class<?>, int, IInitializer) - Constructor for class com.bws.jdistil.core.factory.PooledPojoFactory
-
Creates a new PooledPojoFactory object using a target class, pool size, and initializer.
- PooledPojoFactory.LockReference - Class in com.bws.jdistil.core.factory
-
Extension of a weak reference used to compare referents for equality.
- PooledPojoFactory.Poller - Class in com.bws.jdistil.core.factory
-
Polls all registered pool factories.
- PooledPojoFactoryProvider - Class in com.bws.jdistil.core.factory
- PooledPojoFactoryProvider() - Constructor for class com.bws.jdistil.core.factory.PooledPojoFactoryProvider
- populate(Object, IdColumnBinding, ResultSet) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a property accessible object using an ID column binding and a result set object.
- populate(Object, Collection<ColumnBinding>, ResultSet) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Populates a property accessible object using a list of column bindings and a result set object.
- populatePool() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Populates the available objects pool.
- populateReferenceData(ProcessContext) - Method in class com.bws.jdistil.core.process.model.EditDataObject
-
Populates the request attributes with reference data needed to add/edit a data object.
- populateReferenceData(ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Populates the request attributes with reference data.
- PopupMenu - Class in com.bws.jdistil.core.tag.action
-
Popup menu component used to display content as menu items invoked by a button.
- PopupMenu() - Constructor for class com.bws.jdistil.core.tag.action.PopupMenu
-
Creates a new PopupMenu object.
- PopupMenuItem - Class in com.bws.jdistil.core.tag.action
-
Popup menu items component used to display content as menu items.
- PopupMenuItem() - Constructor for class com.bws.jdistil.core.tag.action.PopupMenuItem
-
Creates a new MenuItem object.
- POSITIVE - Static variable in class com.bws.jdistil.core.validation.rules.NumberRule
-
Positive value type constant.
- POSTAL_CODE_DISPLAY_FORMAT - Static variable in class com.bws.jdistil.core.validation.rules.PostalCodeRule
- POSTAL_CODE_PATTERN - Static variable in class com.bws.jdistil.core.validation.rules.PostalCodeRule
- PostalCodeRule - Class in com.bws.jdistil.core.validation.rules
-
Class used to validate postal code fields.
- PostalCodeRule() - Constructor for class com.bws.jdistil.core.validation.rules.PostalCodeRule
-
Creates an PostalCodeRule object.
- PREVIOUS_PAGE_IMAGE_SOURCE - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the previous page image source property key.
- previousPageActionId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Previous page action ID.
- previousPageActionId - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Previous page action ID.
- process(ProcessContext) - Method in interface com.bws.jdistil.core.process.IProcessor
-
Performs a specific process using a process context.
- process(ProcessContext) - Method in class com.bws.jdistil.core.process.model.DeleteDataObject
-
Retrieves information needed to delete a data object.
- process(ProcessContext) - Method in class com.bws.jdistil.core.process.model.EditDataObject
-
Retrieves information needed to add/edit a data object.
- process(ProcessContext) - Method in class com.bws.jdistil.core.process.model.SaveDataObject
-
Saves a data object using submitted data.
- process(ProcessContext) - Method in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Retrieves a list of data objects and stores them into the request attributes.
- process(ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Retrieves a list of data objects and stores them into the request attributes.
- process(ProcessContext) - Method in class com.bws.jdistil.core.validation.DefaultValidator
-
Validates data contained in a given servlet request.
- PROCESS_CONTEXT - Static variable in class com.bws.jdistil.core.servlet.http.Controller
-
Parameter name used to add process contexts to request attributes.
- ProcessContext - Class in com.bws.jdistil.core.process
-
Class used to store data passed from a controlling servlet, such as the DefaultServlet, to classes implementing the Processor interface.
- ProcessContext() - Constructor for class com.bws.jdistil.core.process.ProcessContext
-
Creates an empty ProcessContext object.
- ProcessContext(HttpServletRequest, HttpServletResponse, Action, Page, ISecurityManager) - Constructor for class com.bws.jdistil.core.process.ProcessContext
-
Creates and initializes ProcessContext object.
- ProcessException - Exception Class in com.bws.jdistil.core.process
-
Package level exception defined as a base exception for the process package.
- ProcessException() - Constructor for exception class com.bws.jdistil.core.process.ProcessException
-
Creates an empty ProcessException object.
- ProcessException(String) - Constructor for exception class com.bws.jdistil.core.process.ProcessException
-
Creates a ProcessException intialize with a given message.
- ProcessMessage - Class in com.bws.jdistil.core.process
-
Class used to store different types of process messages.
- ProcessMessage(String, String) - Constructor for class com.bws.jdistil.core.process.ProcessMessage
-
Creates a ProcessMessage using a message type and message text.
- ProcessMessages - Class in com.bws.jdistil.core.tag.data
-
Writes all process messages contained in the current process context.
- ProcessMessages() - Constructor for class com.bws.jdistil.core.tag.data.ProcessMessages
-
Creates a new ProcessMessages object.
- Processor - Class in com.bws.jdistil.core.process
-
Abstract processor class providing various utility methods.
- Processor() - Constructor for class com.bws.jdistil.core.process.Processor
-
Creates a new Processor object.
- processorFactories - Variable in class com.bws.jdistil.core.configuration.Action
-
List of processor factories.
- PROPERTY_FILE - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the resource properties file.
- propertyLookup - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Map of column bindings keyed by property name.
- propertyName - Variable in class com.bws.jdistil.core.configuration.FieldBinding
-
Property name.
- propertyName - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Property name.
- propertyName - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Property name.
- propertyName - Variable in class com.bws.jdistil.core.datasource.database.DependentBinding
-
Property name.
- propertyName - Variable in class com.bws.jdistil.core.datasource.FieldBinding
-
Property name.
- propertyName - Variable in class com.bws.jdistil.core.datasource.OrderCriterion
-
Property name.
- propertyName - Variable in class com.bws.jdistil.core.datasource.ValueCriterion
-
Property name.
- propertyValue - Variable in class com.bws.jdistil.core.datasource.ValueCriterion
-
Property value.
R
- recycle(Object) - Method in interface com.bws.jdistil.core.factory.IFactory
-
Returns an object to the object pool.
- recycle(Object) - Method in class com.bws.jdistil.core.factory.PojoFactory
-
Returns an object.
- recycle(Object) - Method in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Returns an object to the object pool.
- recycle(Object) - Method in class com.bws.jdistil.core.factory.SingletonPojoFactory
-
Returns an object.
- referenceColumnName - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Reference column name used to order results for property binding.
- referenceColumnName - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Reference column name used to order results for this property binding.
- referenceIdColumnName - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Reference ID column name used to order results for this property binding.
- referenceIdColumnName - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Reference ID column name used to order results for this property binding.
- referenceQueue - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Reference queue used to cleanup unreleased objects.
- referenceTableName - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Reference table name used to order results for property binding.
- referenceTableName - Variable in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Reference table name used to order results for this property binding.
- refreshDataActionIds - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Set of action IDs indicating data refresh.
- register(PooledPojoFactory) - Method in class com.bws.jdistil.core.factory.PooledPojoFactory.Poller
-
Registers a pool factory.
- registerActionId(String) - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Registers an action ID.
- registerActions(Set<Action>) - Method in class com.bws.jdistil.core.configuration.Configuration
-
Registers actions used by an application.
- registerActions(Set<Action>) - Method in interface com.bws.jdistil.core.configuration.IConfiguration
-
Registers actions used by an application.
- registerAttribute(String, Set<String>) - Static method in class com.bws.jdistil.core.servlet.http.SessionCleaner
-
Registers an attribute with the session cleaner.
- registeredActionIds - Variable in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
List of registered action IDs.
- registeredFieldData - Variable in class com.bws.jdistil.core.tag.action.ActionComponent
-
List of registered field data objects.
- registerFactoryProviders(Map<String, Class<? extends IFactoryProvider>>) - Method in class com.bws.jdistil.core.configuration.Configuration
-
Registers factory providers used by an application by package or class name.
- registerFactoryProviders(Map<String, Class<? extends IFactoryProvider>>) - Method in interface com.bws.jdistil.core.configuration.IConfiguration
-
Registers factory providers used by an application by package or class name.
- registerFields(Set<Field>) - Method in class com.bws.jdistil.core.configuration.Configuration
-
Registers fields used by an application.
- registerFields(Set<Field>) - Method in interface com.bws.jdistil.core.configuration.IConfiguration
-
Registers fields used by an application.
- registerFields(Set<Field>) - Method in class com.bws.jdistil.core.configuration.SystemConfiguration
-
Registers fields used by an application.
- registerGroup(String, boolean, boolean, Collection<Object>) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Registers information from a nested group tag.
- registerObjectBindings(Set<ObjectBinding>) - Method in class com.bws.jdistil.core.configuration.Configuration
-
Registers object bindings used by an application.
- registerObjectBindings(Set<ObjectBinding>) - Method in interface com.bws.jdistil.core.configuration.IConfiguration
-
Registers object bindings used by an application.
- registerPages(Set<Page>) - Method in class com.bws.jdistil.core.configuration.Configuration
-
Registers pages used by an application.
- registerPages(Set<Page>) - Method in interface com.bws.jdistil.core.configuration.IConfiguration
-
Registers pages used by an application.
- registry - Static variable in class com.bws.jdistil.core.servlet.http.SessionCleaner
-
Registry containing registered attribute names.
- RegularExpressionRule - Class in com.bws.jdistil.core.validation.rules
-
Base class used to validate fields using a regular expression.
- RegularExpressionRule(String) - Constructor for class com.bws.jdistil.core.validation.rules.RegularExpressionRule
-
Creates an RegularExpressionRule object using a regular expression.
- RegularExpressionRule(String, String) - Constructor for class com.bws.jdistil.core.validation.rules.RegularExpressionRule
-
Creates an RegularExpressionRule object using a regular expression and display format.
- remove(String, String) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Removes a substring from a given string value.
- removeAssociateActionId - Variable in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Remove associate field ID.
- replace(String, String, String) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Replaces a substring using another substring value.
- replaceFormatChars(String, String, String, String) - Static method in class com.bws.jdistil.core.util.StringUtil
-
Replaces carriage return, line feed, and tab formatting characters using specified replacement values. Null replacement values will be ignored.
- request - Variable in class com.bws.jdistil.core.process.ProcessContext
-
HTTP request object.
- REQUIRED_FIELD - Static variable in class com.bws.jdistil.core.message.Messages
-
Required field message constant.
- requiredFieldIds - Variable in class com.bws.jdistil.core.configuration.Action
-
Set of required field IDs.
- ResourceUtil - Class in com.bws.jdistil.core.resource
-
Utility class providing resource lookup services on the default or any specified resource bundle.
- ResourceUtil() - Constructor for class com.bws.jdistil.core.resource.ResourceUtil
-
Creates an empty ResourceUtil object. Private access because all methods are static.
- response - Variable in class com.bws.jdistil.core.process.ProcessContext
-
HTTP response object.
- retrieveData(IDataManager<I, T>, ProcessContext) - Method in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Retrieves a list of data objects using a data manager and process context.
- retrieveData(IDataManager<I, T>, ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Retrieves a list of data objects using a data manager and process context.
- retrieveData(ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Retrieves a list of data objects.
- retrieveDataActionIds - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Set of action IDs indicating data retrieval.
- retrieveDataObjects(IDataManager<I, T>, List<I>, ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns data objects using a specified data manager and a list of data object IDs.
- retrieveDataObjects(List<I>, ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Returns data objects using a list of data object IDs.
- retrieveIds(IDataManager<I, T>, ProcessContext) - Method in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Retrieves a list of data object IDs using a data manager and process context.
- retrieveIds(IDataManager<I, T>, ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Retrieves a list of data object IDs using a data manager and process context.
- retrieveIds(ProcessContext) - Method in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Retrieves a segmented list of data object IDs.
- RIGHT_OUTER_JOIN - Static variable in class com.bws.jdistil.core.datasource.database.Join
-
Right outer join constant.
- rollback(Connection) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Attempts to rollback any submitted SQL statements using a given connection.
- rowCount - Variable in class com.bws.jdistil.core.datasource.database.MappedResult
-
Row count.
- run() - Method in class com.bws.jdistil.core.factory.PooledPojoFactory.Poller
-
Polls the reference queue of each registered factory for objects reclaimed by the garbage collector.
- run() - Method in class com.bws.jdistil.core.util.Mailer
-
Sends an email message using dispatcher properties.
S
- save(T) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Saves a data object without checking for dirty data.
- save(T) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Saves a data object without checking for dirty data using the default domain.
- save(T, boolean) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Saves a data object and checks for dirty data based on a given indicator.
- save(T, boolean) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Saves a data object and checks for dirty data using the default domain.
- save(T, boolean, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Saves a data object and checks for dirty data using a specified domain.
- save(T, boolean, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Saves a data object and checks for dirty data using a specified domain.
- save(T, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Saves a data object using a specified domain.
- save(T, IDomain) - Method in interface com.bws.jdistil.core.datasource.IDataManager
-
Saves a data object without checking for dirty data using a specified domain.
- saveDataObject(Class<? extends IDataManager<I, T>>, T, boolean, String, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Saves a data object using a data manager class.
- SaveDataObject<I,
T> - Class in com.bws.jdistil.core.process.model -
Saves a data object using submitted data.
- SaveDataObject(Class<? extends DataObject<I>>, Class<? extends IDataManager<I, T>>, String, String, boolean, Class<? extends IProcessor>, Class<? extends IProcessor>, boolean) - Constructor for class com.bws.jdistil.core.process.model.SaveDataObject
-
Creates a new SaveDataObject object.
- SECURE_RANDOM_ALGORITHM - Static variable in class com.bws.jdistil.core.security.Cryptographer
- SECURITY_MANAGER_FACTORY - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the security manager factory property key.
- SecurityException - Exception Class in com.bws.jdistil.core.security
-
Package level exception defined as a base exception for the security package.
- SecurityException() - Constructor for exception class com.bws.jdistil.core.security.SecurityException
-
Creates an empty SecurityException object.
- SecurityException(String) - Constructor for exception class com.bws.jdistil.core.security.SecurityException
-
Creates a SecurityException intialize with a given message.
- securityManager - Variable in class com.bws.jdistil.core.process.ProcessContext
-
Security manager.
- securityManagerFactory - Static variable in class com.bws.jdistil.core.security.SecurityManagerFactory
-
Security manager factory.
- SecurityManagerFactory - Class in com.bws.jdistil.core.security
-
Provides static access to an application defined security manager factory using a class specified in the framework properties file.
- SecurityManagerFactory() - Constructor for class com.bws.jdistil.core.security.SecurityManagerFactory
-
Creates a new SecurityManagerFactory.
- SegmentedList<E> - Class in com.bws.jdistil.core.util
-
An enhanced list that can be used to retrieve groups of items based on a specified segment size. By default the segment size is equal to one. Methods are provided for retrieving and setting the segment size, and retrieving the current, next, previous, first and last segments.
- SegmentedList(int) - Constructor for class com.bws.jdistil.core.util.SegmentedList
-
Creates a new SegmentedList object using a segment size.
- SegmentedList(int, List<E>) - Constructor for class com.bws.jdistil.core.util.SegmentedList
-
Creates a new SegmentedList object using a segment size and list of objects.
- segmentSize - Variable in class com.bws.jdistil.core.util.SegmentedList
-
Segment size.
- selectAssociateActionId - Variable in class com.bws.jdistil.core.tag.data.AssociateField
-
Select associate action ID.
- selectAssociateActionId - Variable in class com.bws.jdistil.core.tag.data.AssociateListField
-
Select associate action ID.
- SelectDataObjects<I,
T> - Class in com.bws.jdistil.core.process.model -
Provides support for viewing and selecting data objects as values associated with another data object.
- SelectDataObjects(Class<? extends IDataManager<I, T>>, FilterCriteriaDefinition, String, String, int, String, String, String, String, String, Set<String>, Set<String>, boolean, String, String, String, String, String) - Constructor for class com.bws.jdistil.core.process.model.SelectDataObjects
-
Creates a new SelectDataObjects object with filtering and paging support.
- SelectDataObjects(Class<? extends IDataManager<I, T>>, FilterCriteriaDefinition, String, String, String, String, String, String, String) - Constructor for class com.bws.jdistil.core.process.model.SelectDataObjects
-
Creates a new SelectDataObjects object with filtering support and no paging support.
- selectedAssociatesAttributeName - Variable in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Selected associates attribute name.
- selectedAssociatesFieldId - Variable in class com.bws.jdistil.core.process.model.SelectDataObjects
-
Selected associates field ID.
- selectedPageNumberFieldId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Selected page number field ID.
- selectedPageNumberFieldId - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Selected page number field ID.
- selectPageActionId - Variable in class com.bws.jdistil.core.process.model.ViewDataObjects
-
Select page action ID.
- selectPageActionId - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Select page action ID.
- send(InternetAddress, InternetAddress[], InternetAddress[], InternetAddress[], String, String) - Static method in class com.bws.jdistil.core.util.Mailer
- send(InternetAddress, InternetAddress[], InternetAddress[], InternetAddress[], String, String, List<File>) - Static method in class com.bws.jdistil.core.util.Mailer
- sender - Variable in class com.bws.jdistil.core.util.Mailer
- SEQUENCE_PROVIDER_FACTORY - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the sequence provider factory property key.
- SEQUENCE_TABLE_NAME - Static variable in class com.bws.jdistil.core.datasource.database.sequence.TableBasedSequenceProvider
-
Table name used to manage sequential values.
- SequenceBasedSequenceProvider - Class in com.bws.jdistil.core.datasource.database.sequence
-
Sequence provider that provides sequential values for a specified table and column using a database sequence.
- SequenceBasedSequenceProvider() - Constructor for class com.bws.jdistil.core.datasource.database.sequence.SequenceBasedSequenceProvider
-
Creates a new instance of the SequenceBasedSequenceProvider class.
- sequenceProviderFactory - Static variable in class com.bws.jdistil.core.datasource.database.sequence.SequenceProviderFactory
-
Sequence provider factory.
- SequenceProviderFactory - Class in com.bws.jdistil.core.datasource.database.sequence
-
Provides static access to an application defined sequence provider factory using a class specified in the framework properties file.
- SequenceProviderFactory() - Constructor for class com.bws.jdistil.core.datasource.database.sequence.SequenceProviderFactory
-
Creates a new SequenceProviderFactory.
- serialVersionUID - Static variable in exception class com.bws.BwsException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.configuration.ConfigurationException
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.configuration.FieldBinding
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.configuration.ObjectBinding
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.conversion.ConversionException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.CoreException
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.datasource.DataObject
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.datasource.DataSourceException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.datasource.DirtyUpdateException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.datasource.DuplicateException
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.datasource.FieldBinding
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.message.MessageException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.process.ProcessException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.security.SecurityException
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.servlet.http.Controller
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.servlet.http.HttpException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.servlet.ServletException
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.ActionComponent
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.ActionData
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.BreadcrumbAction
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.Button
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.Link
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.Menu
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.MenuBar
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.MenuItem
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.PopupMenu
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.action.PopupMenuItem
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.basic.Body
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.basic.Component
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.basic.Form
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.basic.Group
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.AssociateField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.AssociateListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.BooleanListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.CheckField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.DateField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.Description
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.DisplayField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.DisplayListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.DisplayMultipleListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.EmailField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.ExcludeField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.Fields
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.HiddenField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.IncludeField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.Label
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.ListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.MemoField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.MultipleListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.MultipleListGroup
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.OperatorListField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.PageDescription
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.PasswordField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.PhoneNumberField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.ProcessMessages
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.TextField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.TimeField
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.data.ValueComponent
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.paging.CurrentPageNumber
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.paging.TotalItems
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.paging.TotalPages
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.table.Table
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.table.TableData
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.table.TableFooter
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.table.TableHeader
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.tag.table.TableRow
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.tag.UiException
-
Serial version UID.
- serialVersionUID - Static variable in class com.bws.jdistil.core.util.SegmentedList
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.util.UtilException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.core.validation.ValidationException
-
Serial version UID.
- serialVersionUID - Static variable in exception class com.bws.jdistil.JDistilException
-
Serial version UID.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Handles all http GET and POST requests made to the servlet.
- ServletException - Exception Class in com.bws.jdistil.core.servlet
-
Package level exception defined as a base exception for the servlet package.
- ServletException() - Constructor for exception class com.bws.jdistil.core.servlet.ServletException
-
Creates an empty ServletException object.
- ServletException(String) - Constructor for exception class com.bws.jdistil.core.servlet.ServletException
-
Creates a ServletException intialize with a given message.
- ServletNames - Class in com.bws.jdistil.core.configuration
-
Class defining all registered servlet names used by the core framework classes.
- ServletNames() - Constructor for class com.bws.jdistil.core.configuration.ServletNames
- SessionCleaner - Class in com.bws.jdistil.core.servlet.http
-
Utility class used to clean objects stored in the session attributes collection when an action is encountered that is outside the scope of actions associated with any object stored in the session.
- SessionCleaner() - Constructor for class com.bws.jdistil.core.servlet.http.SessionCleaner
-
Creates a new SessionCleaner object.
- setActionId(String) - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Sets the submit action ID.
- setActionId(String) - Method in class com.bws.jdistil.core.tag.action.BreadcrumbAction
-
Sets the submit action ID.
- setActionId(String) - Method in class com.bws.jdistil.core.tag.basic.Form
-
Sets the action ID.
- setActionId(String) - Method in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Sets the action ID.
- setActionId(String) - Method in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Sets the action ID.
- setActionId(String) - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Sets the submit action ID.
- setAsciiStream(PreparedStatement, int, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type ascii stream using a prepared SQL statement, an index and a value.
- setAssociateDataManagerClass(Class<? extends IDataManager<?, ?>>) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Sets the associate data manager class.
- setAssociateDataManagerClass(Class<? extends IDataManager<?, ?>>) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Sets the associate data manager class.
- setAssociateDataManagerClass(Class<? extends IDataManager<?, ?>>) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Sets the associate data manager class.
- setAssociateDataManagerClass(Class<? extends IDataManager<?, ?>>) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Sets the associate data manager class.
- setAssociateDisplayFieldId(String) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Sets the associate display field ID indicating the value to display.
- setAssociateDisplayFieldId(String) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Sets the associate display field ID indicating the value to display.
- setAssociateDisplayFieldId(String) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Sets the associate display field ID indicating the value to display.
- setAssociateDisplayFieldId(String) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Sets the associate display field ID indicating the value to display.
- setAttributeName(String) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Sets the attribute name.
- setAttributeName(String) - Method in class com.bws.jdistil.core.tag.table.Table
-
Sets the attribute name.
- setBinaryStream(PreparedStatement, int, byte[]) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type binary stream using a prepared SQL statement, an index and a value.
- setBodyContent(BodyContent) - Method in class com.bws.jdistil.core.tag.action.Link
-
Sets the body content.
- setBoolean(PreparedStatement, int, Boolean) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type boolean using a prepared SQL statement, an index and a value.
- setByte(PreparedStatement, int, Byte) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type byte using a prepared SQL statement, an index and a value.
- setCharacterStream(PreparedStatement, int, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type character stream using a prepared SQL statement, an index and a value.
- setConfirmationMessageKey(String) - Method in class com.bws.jdistil.core.tag.action.ActionComponent
-
Sets the confirmation message key.
- setCurrentPageNumberFieldId(String) - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Set current page number field ID.
- setDate(PreparedStatement, int, Date) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type date using a prepared SQL statement, an index and a value.
- setDefaultValue(Object) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Sets the default field value.
- setDisplayFieldId(String) - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Sets the display field ID.
- setDouble(PreparedStatement, int, Double) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type double using a prepared SQL statement, an index and a value.
- setDynamicAttribute(String, String, Object) - Method in class com.bws.jdistil.core.tag.basic.Component
-
Sets a dynamic attribute.
- setEmListHeight(double) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Sets the list height in EM scale.
- setFieldId(String) - Method in class com.bws.jdistil.core.tag.basic.Group
-
Sets the field ID used to store display state.
- setFieldId(String) - Method in class com.bws.jdistil.core.tag.data.ExcludeField
-
Sets the field ID.
- setFieldId(String) - Method in class com.bws.jdistil.core.tag.data.IncludeField
-
Sets the field ID.
- setFieldId(String) - Method in class com.bws.jdistil.core.tag.data.Label
-
Sets the field ID.
- setFieldId(String) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Sets the field ID.
- setFieldId(String) - Method in class com.bws.jdistil.core.tag.table.Table
-
Sets the field ID.
- setFieldValue(Object) - Method in class com.bws.jdistil.core.tag.data.ValueComponent
-
Directly sets the field value instead of retrieving a field value from a target data object, request attributes, or request parameters.
- setFieldValue(Object, String, Object) - Static method in class com.bws.jdistil.core.util.Introspector
-
Sets a field value using a field ID and value.
- setFloat(PreparedStatement, int, Float) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type float using a prepared SQL statement, an index and a value.
- setHideLabel(String) - Method in class com.bws.jdistil.core.tag.basic.Group
-
Sets the hide label displayed when the group is visible.
- setId(I) - Method in class com.bws.jdistil.core.datasource.DataObject
-
Sets the unique ID.
- setId(String) - Method in class com.bws.jdistil.core.tag.basic.Group
-
Sets the unique component ID.
- setInstruction(String) - Method in class com.bws.jdistil.core.tag.data.ListField
-
Sets the instruction to add to displayed items.
- setInteger(PreparedStatement, int, Integer) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type integer using a prepared SQL statement, an index and a value.
- setIsAlias(boolean) - Method in class com.bws.jdistil.core.tag.data.ExcludeActionFields
-
Sets the alias indicator.
- setIsAlias(boolean) - Method in class com.bws.jdistil.core.tag.data.ExcludeField
-
Sets the alias indicator.
- setIsAlias(boolean) - Method in class com.bws.jdistil.core.tag.data.IncludeActionFields
-
Sets the alias indicator.
- setIsAlias(boolean) - Method in class com.bws.jdistil.core.tag.data.IncludeField
-
Sets the alias indicator.
- setIsFilterDataRequired(boolean) - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Sets the required filter data indicator.
- setIsHeaderDisplayed(boolean) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Sets the display headers indicator.
- setIsHiddenByDefault(boolean) - Method in class com.bws.jdistil.core.tag.basic.Group
-
Sets the value indicating the group should be hidden by default.
- setIsStartOfTrail(Boolean) - Method in class com.bws.jdistil.core.tag.action.BreadcrumbTrail
-
Sets the start of trail indicator.
- setIsTextMode(boolean) - Method in class com.bws.jdistil.core.tag.data.OperatorListField
-
Sets the text mode indicator.
- setIsUseSymbols(boolean) - Method in class com.bws.jdistil.core.tag.data.OperatorListField
-
Sets the use symbols indicator.
- setItemsAttributeName(String) - Method in class com.bws.jdistil.core.tag.data.DisplayListField
-
Sets the items attribute name.
- setItemsAttributeName(String) - Method in class com.bws.jdistil.core.tag.data.DisplayMultipleListField
-
Sets the items attribute name.
- setItemsAttributeName(String) - Method in class com.bws.jdistil.core.tag.data.ListField
-
Sets the items attribute name.
- setItemsAttributeName(String) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Sets the items attribute name.
- setListFilter(ListFilter<IListItem>) - Method in class com.bws.jdistil.core.tag.data.ListField
-
Sets the list filter.
- setListFilter(ListFilter<IListItem>) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Sets the list filter.
- setLong(PreparedStatement, int, Long) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type long using a prepared SQL statement, an index and a value.
- setModified(boolean) - Method in class com.bws.jdistil.core.datasource.DataObject
-
Sets the modified status of the data object.
- setNextPage(Page) - Method in class com.bws.jdistil.core.process.ProcessContext
-
Sets the next page.
- setNextPage(String, ProcessContext) - Method in class com.bws.jdistil.core.process.Processor
-
Sets the next page using a specified page ID and process context.
- setNextPageActionId(String) - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Set next page action ID.
- setObject(PreparedStatement, int, int, Object) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter using a prepared SQL statement, an index, a type and a value.
- setOrderCriterionDefinition(OrderCriterionDefinition) - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Sets the order criterion definition.
- setPageId(String) - Method in class com.bws.jdistil.core.tag.basic.Body
-
Sets the page ID.
- setPageId(String) - Method in class com.bws.jdistil.core.tag.data.PageDescription
-
Sets the page ID.
- setParameter(PreparedStatement, IDomain, int) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Sets parameter values of a given SQL statement using a specified domain.
- setParameter(PreparedStatement, Object, ColumnBinding, int) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Sets parameter values of a given SQL statement using a value, column binding, and a starting parameter index.
- setParameters(PreparedStatement, int) - Method in interface com.bws.jdistil.core.datasource.database.IValueCondition
-
Sets parameter values using a given prepared statement.
- setParameters(PreparedStatement, int) - Method in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Sets parameter values using a given prepared statement.
- setParameters(PreparedStatement, int) - Method in class com.bws.jdistil.core.datasource.database.ValueConditions
-
Sets parameter values using a given prepared statement.
- setParameters(PreparedStatement, Object, Collection<ColumnBinding>, int) - Method in class com.bws.jdistil.core.datasource.database.BoundDatabaseDataManager
-
Sets parameter values of a given SQL statement using a property accessible object, list of column bindings, and a starting parameter index.
- setPreviousPageActionId(String) - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Set previous page action ID.
- setProperties(String, ResultSet) - Method in class com.bws.jdistil.core.datasource.database.MappedResult
-
Sets all object properties using an object name and result set.
- setPropertyValue(Object, Class<?>, String, String, Object) - Static method in class com.bws.jdistil.core.util.Introspector
- setPropertyValue(Object, String, Object) - Static method in class com.bws.jdistil.core.util.Introspector
-
Sets a property value using a property name and value.
- setSegmentSize(int) - Method in class com.bws.jdistil.core.util.SegmentedList
-
Sets the segment size.
- setSelectAssociateActionId(String) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Sets the select associate action ID.
- setSelectAssociateActionId(String) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Sets the select associate action ID.
- setSelectedPageNumberFieldId(String) - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Set selected page number field ID.
- setSelectPageActionId(String) - Method in class com.bws.jdistil.core.tag.paging.PageNavigation
-
Set select page action ID.
- setShort(PreparedStatement, int, Short) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type short using a prepared SQL statement, an index and a value.
- setShowLabel(String) - Method in class com.bws.jdistil.core.tag.basic.Group
-
Sets the show label displayed when the group is hidden.
- setSortDirectionId(String) - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Sets the sort direction ID.
- setSortFieldId(String) - Method in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Sets the sort field ID.
- setString(PreparedStatement, int, String) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type string using a prepared SQL statement, an index and a value.
- setTime(PreparedStatement, int, Date) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type time using a prepared SQL statement, an index and a value.
- setTimestamp(PreparedStatement, int, Date) - Static method in class com.bws.jdistil.core.datasource.database.DbUtil
-
Sets a SQL parameter of type timestamp using a prepared SQL statement, an index and a value.
- setTitle(String) - Method in class com.bws.jdistil.core.tag.action.Menu
-
Sets the menu title.
- setTitle(String) - Method in class com.bws.jdistil.core.tag.action.PopupMenu
-
Sets the menu title.
- setValue(String) - Method in class com.bws.jdistil.core.tag.data.Description
-
Sets the value to describe.
- setValueCriterionDefinitions(List<ValueCriterionDefinition>) - Method in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
Sets the list of value criterion definitions.
- setVersion(Long) - Method in class com.bws.jdistil.core.datasource.DataObject
-
Sets the version of the data object.
- SHORT - Static variable in class com.bws.jdistil.core.configuration.Field
-
Short field type constant.
- SHORT - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Short type constant.
- showLabel - Variable in class com.bws.jdistil.core.tag.basic.Group
-
Show label.
- SingletonPojoFactory - Class in com.bws.jdistil.core.factory
-
Factory implemented using a singleton pojo.
- SingletonPojoFactory(Class<?>) - Constructor for class com.bws.jdistil.core.factory.SingletonPojoFactory
-
Creates a new PojoFactory using a target class.
- SingletonPojoFactoryProvider - Class in com.bws.jdistil.core.factory
- SingletonPojoFactoryProvider() - Constructor for class com.bws.jdistil.core.factory.SingletonPojoFactoryProvider
- size - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Pool size.
- SMTP_HOST_NAME - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the SMTP host name property key.
- smtpHostName - Variable in class com.bws.jdistil.core.util.Mailer
- SORT_ASCENDING - Static variable in class com.bws.jdistil.core.configuration.FieldValues
- SORT_ASCENDING_IMAGE_SOURCE - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the sort ascending image source property key.
- SORT_DESCENDING - Static variable in class com.bws.jdistil.core.configuration.FieldValues
- SORT_DESCENDINGE_IMAGE_SOURCE - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the sort descending image source property key.
- SortableColumnHeader - Class in com.bws.jdistil.core.tag.table
-
Sortable column header used to sort table data using a sort field and sort direction.
- SortableColumnHeader() - Constructor for class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Creates a new SortableColumnHeader object.
- sortDirectionId - Variable in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Sort direction ID.
- sortFieldId - Variable in class com.bws.jdistil.core.tag.table.SortableColumnHeader
-
Sort field ID.
- sourceColumnName - Variable in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Source column name.
- sourceTableName - Variable in class com.bws.jdistil.core.datasource.database.Join
-
Source table name.
- sourceTableName - Variable in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Source table name.
- STANDARD_DATE_FORMAT - Static variable in class com.bws.jdistil.core.conversion.DateConverter
-
Standard date format.
- STANDARD_DATE_TIME_FORMAT - Static variable in class com.bws.jdistil.core.conversion.DateTimeConverter
-
Standard date time format.
- STANDARD_TIME_FORMAT - Static variable in class com.bws.jdistil.core.conversion.TimeConverter
-
Standard time format.
- startPageNumber - Variable in class com.bws.jdistil.core.tag.paging.PageNavigation.PageRange
-
Start page number.
- STRING - Static variable in class com.bws.jdistil.core.configuration.Field
-
String field type constant.
- STRING - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
String type constant.
- StringUtil - Class in com.bws.jdistil.core.util
-
This class provides static string utility methods.
- StringUtil() - Constructor for class com.bws.jdistil.core.util.StringUtil
-
Creates a new instance of the StringUtil class.
- subject - Variable in class com.bws.jdistil.core.util.Mailer
- successProcessorClass - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Success processor class.
- SystemConfiguration - Class in com.bws.jdistil.core.configuration
-
Configuration responsible for loading framework dependent application resources.
- SystemConfiguration() - Constructor for class com.bws.jdistil.core.configuration.SystemConfiguration
-
Creates a new SystemConfiguration object.
T
- Table - Class in com.bws.jdistil.core.tag.table
-
Table component simplifies iterative processing and provides support for other UI components as table elements.
- Table() - Constructor for class com.bws.jdistil.core.tag.table.Table
-
Creates a new Table object.
- TableBasedSequenceProvider - Class in com.bws.jdistil.core.datasource.database.sequence
-
Sequence provider that provides sequential values for a specified table and column using a database table to maintain the sequential values.
- TableBasedSequenceProvider() - Constructor for class com.bws.jdistil.core.datasource.database.sequence.TableBasedSequenceProvider
-
Creates a new instance of the TableBasedSequenceProvider class.
- TableData - Class in com.bws.jdistil.core.tag.table
-
Table data component used to group other components and define data characteristics.
- TableData() - Constructor for class com.bws.jdistil.core.tag.table.TableData
-
Creates a new TableData object.
- TableFooter - Class in com.bws.jdistil.core.tag.table
-
Table footer component used to group table data elements in a footer and define footer characteristics.
- TableFooter() - Constructor for class com.bws.jdistil.core.tag.table.TableFooter
-
Creates a new TableFooter object.
- TableHeader - Class in com.bws.jdistil.core.tag.table
-
Table header component used to group table data elements in a header and define header characteristics.
- TableHeader() - Constructor for class com.bws.jdistil.core.tag.table.TableHeader
-
Creates a new TableHeader object.
- tableName - Variable in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Table name.
- tableName - Variable in class com.bws.jdistil.core.datasource.database.DataObjectBinding
-
Table name.
- tableName - Variable in class com.bws.jdistil.core.datasource.database.OrderCondition
-
Table name.
- tableName - Variable in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Table name.
- TableRow - Class in com.bws.jdistil.core.tag.table
-
Table row component used to group table data elements in a row and define row characteristics.
- TableRow() - Constructor for class com.bws.jdistil.core.tag.table.TableRow
-
Creates a new TableRow object.
- targetClass - Variable in class com.bws.jdistil.core.configuration.ObjectBinding
-
Target class.
- targetClass - Variable in class com.bws.jdistil.core.factory.PojoFactory
-
Target class.
- targetClass - Variable in class com.bws.jdistil.core.factory.PooledPojoFactory
-
Target class.
- targetColumnName - Variable in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Target column name.
- targetFieldId - Variable in class com.bws.jdistil.core.process.model.OrderCriterionDefinition
-
Target field ID.
- targetFieldId - Variable in class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Target field ID identifying the field used to build filter criteria.
- targetTableName - Variable in class com.bws.jdistil.core.datasource.database.Join
-
Target table name.
- targetTableName - Variable in class com.bws.jdistil.core.datasource.database.JoinCondition
-
Target table name.
- text - Variable in class com.bws.jdistil.core.process.ProcessMessage
-
Message text.
- text - Variable in class com.bws.jdistil.core.util.Mailer
- TextField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML text field.
- TextField() - Constructor for class com.bws.jdistil.core.tag.data.TextField
-
Creates a new TextField object.
- TIME - Static variable in class com.bws.jdistil.core.configuration.Field
-
Time field type constant.
- TIME - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Time type constant.
- TIME_FORMAT - Static variable in class com.bws.jdistil.core.conversion.Formats
-
Time format property resource key.
- timeConverter - Static variable in class com.bws.jdistil.core.conversion.TimeConverter
-
Singleton instance.
- TimeConverter - Class in com.bws.jdistil.core.conversion
-
Class used to format and parse locale specific time objects.
- TimeConverter() - Constructor for class com.bws.jdistil.core.conversion.TimeConverter
-
Creates a new TimeConverter instance.
- TimeField - Class in com.bws.jdistil.core.tag.data
-
Component used to write editable data using an HTML time field.
- TimeField() - Constructor for class com.bws.jdistil.core.tag.data.TimeField
-
Creates a new TimeField object.
- TIMESTAMP - Static variable in class com.bws.jdistil.core.datasource.database.DbUtil
-
Timestamp type constant.
- title - Variable in class com.bws.jdistil.core.tag.action.Menu
-
Menu title.
- title - Variable in class com.bws.jdistil.core.tag.action.PopupMenu
-
Menu title.
- toRecipients - Variable in class com.bws.jdistil.core.util.Mailer
- toString() - Method in class com.bws.jdistil.core.datasource.DataObject
-
Returns the string representation of the data object.
- TOTAL_ITEMS - Static variable in class com.bws.jdistil.core.configuration.AttributeNames
- TOTAL_PAGES - Static variable in class com.bws.jdistil.core.configuration.AttributeNames
- TotalItems - Class in com.bws.jdistil.core.tag.paging
-
Component used to display total paging items.
- TotalItems() - Constructor for class com.bws.jdistil.core.tag.paging.TotalItems
-
Creates a new TotalItems object.
- TotalPages - Class in com.bws.jdistil.core.tag.paging
-
Component used to display total pages.
- TotalPages() - Constructor for class com.bws.jdistil.core.tag.paging.TotalPages
-
Creates a new TotalPages object.
- TRANSACTION_TOKEN_ID - Static variable in class com.bws.jdistil.core.configuration.FieldIds
- TRUE - Static variable in class com.bws.jdistil.core.configuration.FieldValues
- type - Variable in class com.bws.jdistil.core.configuration.Field
-
Data type.
- type - Variable in class com.bws.jdistil.core.datasource.database.Join
-
Join type.
- type - Variable in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Parameter value type.
- type - Variable in class com.bws.jdistil.core.process.ProcessMessage
-
Message type.
U
- UiException - Exception Class in com.bws.jdistil.core.tag
-
Package level exception defined as a base exception for the UI package.
- UiException() - Constructor for exception class com.bws.jdistil.core.tag.UiException
-
Creates an empty UiException object.
- UiException(String) - Constructor for exception class com.bws.jdistil.core.tag.UiException
-
Creates a UiException intialize with a given message.
- unregisterAttribute(String) - Static method in class com.bws.jdistil.core.servlet.http.SessionCleaner
-
Unregisters an attribute with the session cleaner.
- update(ServletRequest) - Method in class com.bws.jdistil.core.breadcrumb.Breadcrumb
-
Updates breadcrumb information using an action and HTTP servlet request.
- update(T, boolean, IDomain) - Method in class com.bws.jdistil.core.datasource.database.DatabaseDataManager
-
Saves an existing data object using a specified domain.
- updateModifiedStatus(Object, Object) - Method in class com.bws.jdistil.core.datasource.DataObject
-
Updates the modified status of the data object by checking for property changes given two property values.
- updateSequence(Connection, String, String, int) - Static method in class com.bws.jdistil.core.datasource.database.sequence.TableBasedSequenceProvider
-
Updates the sequence value for a specified table and column using a specified sequence value.
- UrlUtil - Class in com.bws.jdistil.core.util
-
Utility class providing static methods for building URL strings, appending query strings to existing URL's, and appending query string name/value pairs to existing URL's.
- UrlUtil() - Constructor for class com.bws.jdistil.core.util.UrlUtil
-
Creates a new UrlUtil object. Defined with private access to avoid instantiation.
- useReferenceOrdering() - Method in class com.bws.jdistil.core.datasource.database.AssociateBinding
-
Returns a value indicating whether or not reference ordering is configured.
- useReferenceOrdering() - Method in class com.bws.jdistil.core.datasource.database.ColumnBinding
-
Returns a value indicating whether or not reference ordering is configured.
- useSession - Variable in class com.bws.jdistil.core.process.model.EditDataObject
-
Session usage indicator.
- useSession - Variable in class com.bws.jdistil.core.process.model.SaveDataObject
-
Session usage indicator.
- UtilException - Exception Class in com.bws.jdistil.core.util
-
Package level exception defined as a base exception for the util package.
- UtilException() - Constructor for exception class com.bws.jdistil.core.util.UtilException
-
Creates an empty UtilException object.
- UtilException(String) - Constructor for exception class com.bws.jdistil.core.util.UtilException
-
Creates a UtilException intialize with a given message.
V
- validate(ProcessContext) - Method in class com.bws.jdistil.core.servlet.http.Controller
-
Validates a request's data.
- validatePage(ProcessContext) - Method in class com.bws.jdistil.core.validation.DefaultValidator
-
Validates page data and returns a list of all encountered errors.
- ValidationException - Exception Class in com.bws.jdistil.core.validation
-
Package level exception defined as a base exception for the validation package.
- ValidationException() - Constructor for exception class com.bws.jdistil.core.validation.ValidationException
-
Creates an empty ValidationException object.
- ValidationException(String) - Constructor for exception class com.bws.jdistil.core.validation.ValidationException
-
Creates a ValidationException intialize with a given message.
- VALIDATOR_FACTORY - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the validation factory property key.
- validatorFactory - Static variable in class com.bws.jdistil.core.validation.ValidatorFactory
-
Validator factory.
- ValidatorFactory - Class in com.bws.jdistil.core.validation
-
Provides static access to an application defined validator factory using a class specified in the framework properties file.
- ValidatorFactory() - Constructor for class com.bws.jdistil.core.validation.ValidatorFactory
-
Creates a new ValidatorFactory.
- value - Variable in class com.bws.jdistil.core.datasource.database.ValueCondition
-
Parameter value.
- value - Variable in class com.bws.jdistil.core.tag.data.Description
-
Value to describe.
- value - Variable in class com.bws.jdistil.core.tag.data.ListItem
-
Value.
- ValueComponent - Class in com.bws.jdistil.core.tag.data
-
Abstract base component containing attributes common to all value UI components.
- ValueComponent() - Constructor for class com.bws.jdistil.core.tag.data.ValueComponent
-
Creates a new ValueComponent object.
- valueCondition - Variable in class com.bws.jdistil.core.datasource.database.ValueConditions.Group
-
Value condition.
- ValueCondition - Class in com.bws.jdistil.core.datasource.database
-
Class representing a SQL value condition using bound data object information.
- ValueCondition(String, String, String, int, Object) - Constructor for class com.bws.jdistil.core.datasource.database.ValueCondition
-
Creates a new ValueCondition object.
- ValueConditions - Class in com.bws.jdistil.core.datasource.database
-
Class representing multiple SQL value conditions.
- ValueConditions(IValueCondition) - Constructor for class com.bws.jdistil.core.datasource.database.ValueConditions
-
Creates a new ValueConditions object using a value condition.
- ValueConditions.Group - Class in com.bws.jdistil.core.datasource.database
-
Grouping of a value condition and an operator.
- valueCriteria - Variable in class com.bws.jdistil.core.datasource.FilterCriteria
-
List of value criterion.
- ValueCriterion - Class in com.bws.jdistil.core.datasource
-
Defines a value criterion based on a property name, operator, and property value.
- ValueCriterion(String, String, Object) - Constructor for class com.bws.jdistil.core.datasource.ValueCriterion
-
Creates a new ValueCriterion object using a property name, operator, and property value.
- ValueCriterionDefinition - Class in com.bws.jdistil.core.process.model
-
Defines a value criterion definition based on a target field ID, operator field ID, default operatorvalue, field ID, and default field value.
- ValueCriterionDefinition(String, String, String, String, Object) - Constructor for class com.bws.jdistil.core.process.model.ValueCriterionDefinition
-
Creates a new ValueCriterionDefinition object using a target field ID, operator field ID, default operatorvalue, field ID, and default field value.
- valueCriterionDefinitions - Variable in class com.bws.jdistil.core.process.model.FilterCriteriaDefinition
-
List of value criterion definitions.
- valueIterator - Variable in class com.bws.jdistil.core.tag.table.Table
-
Iterator of data objects containing table data.
- values - Variable in class com.bws.jdistil.core.breadcrumb.Parameter
-
Parameter values.
- values - Variable in class com.bws.jdistil.core.datasource.database.OrderConditions
-
List of order condition.
- values - Variable in class com.bws.jdistil.core.tag.data.MultipleListField.Group
-
Collection of values.
- values - Variable in class com.bws.jdistil.core.tag.table.Table
-
List of data objects containing table data.
- valueType - Variable in class com.bws.jdistil.core.validation.rules.NumberRule
-
Value type indicator.
- version - Variable in class com.bws.jdistil.core.datasource.DataObject
-
Latest version of data object.
- ViewDataObjects<I,
T> - Class in com.bws.jdistil.core.process.model -
Retrieves a list of data objects and stores them into the request attributes.
- ViewDataObjects(Class<? extends IDataManager<I, T>>, FilterCriteriaDefinition, String, String) - Constructor for class com.bws.jdistil.core.process.model.ViewDataObjects
-
Creates a new ViewDataObjects object with filtering support and no paging support.
- ViewDataObjects(Class<? extends IDataManager<I, T>>, FilterCriteriaDefinition, String, String, int, String, String, String, String, String, Set<String>, Set<String>, boolean) - Constructor for class com.bws.jdistil.core.process.model.ViewDataObjects
-
Creates a new ViewDataObjects object with filtering and paging support.
W
- WARNING - Static variable in class com.bws.jdistil.core.process.ProcessMessage
-
Warning message type.
- WELCOME_ACTION_ID - Static variable in class com.bws.jdistil.core.configuration.Constants
-
Constant defining the default welcome action ID property key.
- writeAccessibleView(String, boolean, boolean, JspWriter) - Method in class com.bws.jdistil.core.tag.data.ListField
- writeAssociateData(JspWriter, String, boolean, String) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Writes an associate ID as a hidden field.
- writeAssociateData(JspWriter, String, boolean, Collection<String>) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Writes a list of associate IDs as hidden fields.
- writeAssociateView(JspWriter, boolean, boolean, DataObject<Object>) - Method in class com.bws.jdistil.core.tag.data.AssociateField
-
Writes a read only text element containing an associate value and a button used to invoke an associate selection page.
- writeAssociateView(JspWriter, boolean, boolean, List<DataObject<Object>>) - Method in class com.bws.jdistil.core.tag.data.AssociateListField
-
Writes a read only list of associate values and a button used to invoke an associate selection page.
- writeAssociateView(JspWriter, boolean, DataObject<Object>) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateField
-
Writes a read only associate value.
- writeAssociateView(JspWriter, boolean, List<DataObject<Object>>) - Method in class com.bws.jdistil.core.tag.data.DisplayAssociateListField
-
Writes a read only list of associate values.
- writeGroupValues(JspWriter, Locale) - Method in class com.bws.jdistil.core.tag.data.MultipleListField
-
Writes hidden registered group values as hidden fields.
- writeMessages(JspWriter, List<ProcessMessage>, String) - Method in class com.bws.jdistil.core.tag.data.ProcessMessages
-
Writes a list of process messages using the message type as the HTML class attribute.
- writeRestrictedView(String, boolean, boolean, JspWriter) - Method in class com.bws.jdistil.core.tag.data.ListField
Y
- YES - Static variable in class com.bws.jdistil.core.conversion.BooleanConverter
-
Yes value constant.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form