Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractActionSupport - Class in name.matthewgreet.strutscommons.action
Base class of Struts 2 Action that supports server state per browser tab.
AbstractActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractActionSupport
 
AbstractAdjusterSupport<A> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of adjusters.
AbstractAdjusterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractAdjusterSupport
 
AbstractCollectionConverterSupport<A,T> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of converters to collection-based data types.
AbstractCollectionConverterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCollectionConverterSupport
 
AbstractCollectionPostConversionAdjusterSupport<A,T> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of post conversion adjusters of collections.
AbstractCollectionPostConversionAdjusterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCollectionPostConversionAdjusterSupport
 
AbstractCollectionPostConversionValidatorSupport<A,T> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of post-conversion validators of collection-based data types.
AbstractCollectionPostConversionValidatorSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCollectionPostConversionValidatorSupport
 
AbstractCompositeCache<KM,TM> - Class in name.matthewgreet.strutscommons.util
Template for web level, session-based caching a master, record list for editing in various web pages.
AbstractCompositeCache() - Constructor for class name.matthewgreet.strutscommons.util.AbstractCompositeCache
Creates session-based, composite cache with a master list and no slave lists.
AbstractCompositeCache(AbstractCompositeCache<KM, TM>) - Constructor for class name.matthewgreet.strutscommons.util.AbstractCompositeCache
 
AbstractCompositeCache_1S<KM,TM,K1,T1> - Class in name.matthewgreet.strutscommons.util
Template for web level, session-based caching a master, record list with one slave list for editing in various web pages.
AbstractCompositeCache_1S() - Constructor for class name.matthewgreet.strutscommons.util.AbstractCompositeCache_1S
Creates session-based, composite cache with a master list and 1 slave list.
AbstractCompositeCache_1S(AbstractCompositeCache_1S<KM, TM, K1, T1>) - Constructor for class name.matthewgreet.strutscommons.util.AbstractCompositeCache_1S
 
AbstractCompositeCache_2S<KM,TM,K1,T1,K2,T2> - Class in name.matthewgreet.strutscommons.util
Template for web level, session-based caching a master, record list with two slave lists for editing in various web pages.
AbstractCompositeCache_2S() - Constructor for class name.matthewgreet.strutscommons.util.AbstractCompositeCache_2S
Creates session-based, composite cache with a master list and 2 slave lists.
AbstractCompositeCache_2S(AbstractCompositeCache_2S<KM, TM, K1, T1, K2, T2>) - Constructor for class name.matthewgreet.strutscommons.util.AbstractCompositeCache_2S
 
AbstractConverterSupport<A,T> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of converters to single value data type.
AbstractConverterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractConverterSupport
 
AbstractCustomAdjusterSupport - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied adjusters that modifies a form field value.
AbstractCustomAdjusterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomAdjusterSupport
 
AbstractCustomCollectionConverterSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied converters to collection-based data types.
AbstractCustomCollectionConverterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionConverterSupport
 
AbstractCustomCollectionFormatterSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied converters to collection-based data types that just format for a view helper.
AbstractCustomCollectionFormatterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
AbstractCustomCollectionPostConversionAdjusterSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied adjusters that modifies a form field collection value.
AbstractCustomCollectionPostConversionAdjusterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionAdjusterSupport
 
AbstractCustomCollectionPostConversionValidatorSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied validators that validates a converted form field value that are collections.
AbstractCustomCollectionPostConversionValidatorSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
AbstractCustomConverterSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied validators that convert a string-based form field to a single, other data type.
AbstractCustomConverterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomConverterSupport
 
AbstractCustomFormatterSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied converters that just format for a view helper.
AbstractCustomFormatterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomFormatterSupport
 
AbstractCustomNonConversionValidatorSupport - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied validators that convert a string-based form field to a single, other data type.
AbstractCustomNonConversionValidatorSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomNonConversionValidatorSupport
 
AbstractCustomPostConversionAdjusterSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied adjusters that modifies a form field value.
AbstractCustomPostConversionAdjusterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionAdjusterSupport
 
AbstractCustomPostConversionValidatorSupport<T> - Class in name.matthewgreet.strutscommons.policy
Template class for client supplied validators that validates a converted form field value that are single values.
AbstractCustomPostConversionValidatorSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionValidatorSupport
 
AbstractDetailDisplay<D,T> - Class in name.matthewgreet.strutscommons.view
Unused.
AbstractDetailDisplay(ListCache<?, ?, T>) - Constructor for class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
AbstractFindBaseRecordListActionSupport<M,T,F> - Class in name.matthewgreet.strutscommons.action
Template Struts 2 Action for creating Strategies that load an instance of ListCache, usually from a form.
AbstractFindBaseRecordListActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
 
AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig - Class in name.matthewgreet.strutscommons.action
Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.
AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse<M,T> - Class in name.matthewgreet.strutscommons.action
 
AbstractFindIdListActionSupport<M,K,F> - Class in name.matthewgreet.strutscommons.action
Template class for creating Command objects that load an id list in the ListCache used by the target, viewer action.
AbstractFindIdListActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
 
AbstractFindIdListActionSupport.FindIdListConfig - Class in name.matthewgreet.strutscommons.action
Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.
AbstractFindIdListActionSupport.FindIdListResponse<M,K> - Class in name.matthewgreet.strutscommons.action
 
AbstractFindIndexListActionSupport<M,T,F> - Class in name.matthewgreet.strutscommons.action
Template class for creating Command objects that load an index-based list in the ListCache used by the target, viewer action.
AbstractFindIndexListActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
 
AbstractFindIndexListActionSupport.FindIndexListConfig - Class in name.matthewgreet.strutscommons.action
Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.
AbstractFindIndexListActionSupport.FindIndexListResponse<M,T> - Class in name.matthewgreet.strutscommons.action
 
AbstractFindListActionSupport<M,T,F> - Class in name.matthewgreet.strutscommons.action
Template class for creating Command objects that load a list cache in the AbstractCompositeCache.
AbstractFindListActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
 
AbstractFindListActionSupport.FindListConfig - Class in name.matthewgreet.strutscommons.action
Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.
AbstractFindListActionSupport.FindListResponse<M,T> - Class in name.matthewgreet.strutscommons.action
 
AbstractFindListMultiModeActionSupport<M,K,T,F> - Class in name.matthewgreet.strutscommons.action
Template class for creating Command objects that load a list cache in the AbstractCompositeCache by various pagination modes, whether full list, page by id, or page by index.
AbstractFindListMultiModeActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
 
AbstractFindListMultiModeActionSupport.FindListMultiModeConfig - Class in name.matthewgreet.strutscommons.action
Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.
AbstractFindListMultiModeActionSupport.FindListMultiModeResponse<M,K,T> - Class in name.matthewgreet.strutscommons.action
 
AbstractForm - Class in name.matthewgreet.strutscommons.form
Template for class that receives form data for form driven Actions.
AbstractForm() - Constructor for class name.matthewgreet.strutscommons.form.AbstractForm
 
AbstractFormattableForm - Class in name.matthewgreet.strutscommons.form
Template for Struts 2 forms that receives form data and can be processed by FormFormatterInterceptor and StrutsMiscellaneousLibrary.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object).
AbstractFormattableForm() - Constructor for class name.matthewgreet.strutscommons.form.AbstractFormattableForm
 
AbstractFormDrivenActionSupport<F> - Class in name.matthewgreet.strutscommons.action
Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.
AbstractFormDrivenActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
 
AbstractJsonServerAction<T> - Class in name.matthewgreet.strutscommons.action
Template class of Struts 2 action for serving Json data of generic type T, usually for JQuery-based pages using jQuery.getJSON.
AbstractJsonServerAction() - Constructor for class name.matthewgreet.strutscommons.action.AbstractJsonServerAction
 
AbstractListCacheBasedDisplay<T> - Class in name.matthewgreet.strutscommons.view
Unused.
AbstractListCacheBasedDisplay(ListCache<?, ?, T>) - Constructor for class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
AbstractListDisplay<D,T> - Class in name.matthewgreet.strutscommons.view
Unused.
AbstractListDisplay(ListCache<?, ?, T>) - Constructor for class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
AbstractNonConversionValidatorSupport<A> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of non-conversion validators of single value data types.
AbstractNonConversionValidatorSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractNonConversionValidatorSupport
 
AbstractPolicySupport<A> - Class in name.matthewgreet.strutscommons.policy
 
AbstractPolicySupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
 
AbstractPostConversionAdjusterSupport<A,T> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of post conversion adjusters.
AbstractPostConversionAdjusterSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractPostConversionAdjusterSupport
 
AbstractPostConversionValidatorSupport<A,T> - Class in name.matthewgreet.strutscommons.policy
Preferred template class for implementations of post-conversion validators of single value data types.
AbstractPostConversionValidatorSupport() - Constructor for class name.matthewgreet.strutscommons.policy.AbstractPostConversionValidatorSupport
 
AbstractSaveListActionSupport<M,K,T,F> - Class in name.matthewgreet.strutscommons.action
Template class for changing business data related to the currently, selected item.
AbstractSaveListActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
 
AbstractSaveListActionSupport.SaveListConfig - Class in name.matthewgreet.strutscommons.action
Configures list that is updated by save action.
AbstractSaveListActionSupport.SaveResponse<T> - Class in name.matthewgreet.strutscommons.action
Forwarding and cache updating response set by concrete subclass.
AbstractSaveListActionSupport.SaveResponse.ListAction - Enum Class in name.matthewgreet.strutscommons.action
ADD_AND_RELOAD_ITEMAdds item to list and reloads item for all required data. ADD_ITEMAdds item to list, which must have all expected data. DESELECTSets the list selection to no item. NONEDoes not affect list. RELOAD_ENTIREReloads master list, which means all slave lists are cleared for reload. RELOAD_ITEMReloads selected item of list only. RELOAD_LISTReloads list using current list finder. RELOAD_MASTERReloads selected item of master list, which means all slave lists are cleared for reload. REMOVE_ITEMRemoves selected item of list.
AbstractViewActionSupport - Class in name.matthewgreet.strutscommons.action
Template class for Struts 2 actions that display something.
AbstractViewActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractViewActionSupport
 
AbstractViewListActionSupport<M,K,T,FT> - Class in name.matthewgreet.strutscommons.action
Struts 2 Template class for displaying and controlling list data on a JSP from an instance of ListCache, which, if it's a slave list, is linked to a master list.
AbstractViewListActionSupport() - Constructor for class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
AbstractViewListActionSupport.ViewListConfig - Class in name.matthewgreet.strutscommons.action
Configures list to be loaded by viewer action.
ADD_AND_RELOAD_ITEM - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
ADD_ITEM - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
addAnnotationUsageResult(InterceptorCommonLibrary.ConfiguredPolicy<T>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
addBlankValue() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
Inserts blank value to beginning of list.
addBlankValue() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Inserts blank value to beginning of list.
addBlankValue() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
If called after SingleSelectBoxDisplay.setModel(java.util.Collection<T>), inserts blank value to beginning of list.
addBlankValue() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
If called after SingleSelectBoxDisplay2.setModel(java.util.Collection<T>), inserts blank value to beginning of list.
addConversionErrors(ActionInvocation, FormStoreInterceptor.StoredForm, Field) - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Adds stored conversion errors.
addErrorMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Convenience function to add error message.
addErrorMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Convenience function to add error message.
addErrorMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Convenience function to add error message.
addErrorMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Convenience function to add error message.
addErrorMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Convenience function to add error message.
addErrorMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Convenience function to add error message.
addInfoMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Convenience function to add info message.
addInfoMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Convenience function to add info message.
addInfoMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Convenience function to add info message.
addInfoMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Convenience function to add info message.
addInfoMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Convenience function to add info message.
addInfoMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Convenience function to add info message.
addItem(T) - Method in class name.matthewgreet.strutscommons.util.ListCache
Adds new item to end of list and sets it as selected item.
addItems(List<SelectBoxItemDisplay<E>>) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to add additional, formatted items to the display list.
addItems(List<SelectBoxItemDisplay<T>>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to add additional, formatted items to the display list.
addItems(List<SelectBoxItemDisplay2<E, E>>) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to add additional, formatted items to the display list.
addItems(List<SelectBoxItemDisplay2<K, T>>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
May be overridden by subclasses to add additional, formatted items to the display list.
addListCacheListener(ListCacheListener<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
 
adjust(Object, Field, Annotation, Adjuster<?>, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
 
adjust(String) - Method in interface name.matthewgreet.strutscommons.policy.Adjuster
Returns adjusted form field value.
adjust(String) - Method in class name.matthewgreet.strutscommons.policy.ToLowerCaseAdjuster
 
adjust(String) - Method in class name.matthewgreet.strutscommons.policy.ToUpperCaseAdjuster
 
adjust(String) - Method in class name.matthewgreet.strutscommons.policy.TrimAdjuster
 
adjust(Collection<T>) - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionAdjuster
Returns adjusted form field value.
adjust(Date) - Method in class name.matthewgreet.strutscommons.policy.ToEndOfDayAdjuster
 
adjust(Date) - Method in class name.matthewgreet.strutscommons.policy.ToStartOfDayAdjuster
 
adjust(T) - Method in interface name.matthewgreet.strutscommons.policy.PostConversionAdjuster
Returns adjusted form field value.
Adjuster<A> - Interface in name.matthewgreet.strutscommons.policy
Interface for adjusters, which alter form field values and used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2.
ADJUSTER - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
adjusterClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
adjusterClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
adjusterClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
ADJUSTING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
ALWAYS - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Form.Reception
 
ANNOTATION_PARSING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
 
ANNOTATION_PARSING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
AnnotationEntries() - Constructor for class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
AnnotationEntry(Annotation, InterceptorCommonLibrary.ConfiguredPolicy<T>) - Constructor for class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.AnnotationEntry
Deprecated.
 
AnnotationValidationInterceptor - Class in name.matthewgreet.strutscommons.interceptor
Deprecated.
Only recognises form fields in formatted/unformatted pairs (pair conversion mode). Use AnnotationValidationInterceptor2, which recognises this and other modes.
AnnotationValidationInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
 
AnnotationValidationInterceptor.AnnotationEntry<T> - Class in name.matthewgreet.strutscommons.interceptor
Deprecated.
Describes a form field annotation, its type, and an instance of a policy it configures, if applicable.
AnnotationValidationInterceptor.ConversionFieldResult<T> - Class in name.matthewgreet.strutscommons.interceptor
Deprecated.
Describes the result of a attempting to convert from a string to the generic type, and the field to receive it, successful or not.
AnnotationValidationInterceptor2 - Class in name.matthewgreet.strutscommons.interceptor
Struts 2 Interceptor for setting form fields from request parameters, adjusting, converting, validating, and writing error messages where data type conversion fails, according to form field annotations.
AnnotationValidationInterceptor2() - Constructor for class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
AnnotationValidatior - Interface in name.matthewgreet.strutscommons.util
Interface validating a form based on annotations in Struts 2.
ARRAY_TO_ARRAY - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
ARRAY_TO_COLLECTION - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
ARRAY_TO_SINGLE - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
assemblePageExtensions(Collection<T>) - Method in interface name.matthewgreet.strutscommons.util.PageExtensionAssembler
Attaches additional data to each record for a requested page that the base record list finder did not load.
attributeCloneAction(BrowserTabAware2, ActionInvocation, String, Object) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Returns what to do with existing attributes of an existing page if the user is opening a hyperlink in a new browser tab.
attributeFromOldTabToNewTabClone(BrowserTabAware2, ActionInvocation, BrowserTabSession, BrowserTabSession, Map.Entry<String, Object>) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Handles an attribute from the old tab that should be cloned and returns whether it succeeded.
attributeFromOldTabToNewTabCopyConstructor(BrowserTabAware2, ActionInvocation, BrowserTabSession, BrowserTabSession, Map.Entry<String, Object>) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Handles an attribute from the old tab that that should be copied with a copy constructor and returns whether it succeeded.
attributeFromOldTabToNewTabCopyReference(BrowserTabAware2, ActionInvocation, BrowserTabSession, BrowserTabSession, Map.Entry<String, Object>) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Handles an attribute from the old tab that where its reference should be copied and returns whether it succeeded.
attributeFromOldTabToNewTabIgnore(BrowserTabAware2, ActionInvocation, BrowserTabSession, BrowserTabSession, Map.Entry<String, Object>) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Handles an attribute from the old tab that should be ignored and returns whether it succeeded, which does nothing.
attributeFromOldTabToNewTabNull(BrowserTabAware2, ActionInvocation, BrowserTabSession, BrowserTabSession, Map.Entry<String, Object>) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Handles an attribute from the old tab that that has a null value and returns whether it succeeded.
attributesFromOldTabToNewTab(BrowserTabAware2, ActionInvocation, BrowserTabSession, BrowserTabSession) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Called when the user's web browser reloads because the page has been opened in a new tab, to copy private, tab-specific attributes from the old tab to the new.
AUTO - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
 
AUTO - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
 

B

BASE_RECORD_LIST - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.PaginationMode
 
beforeResult(ActionInvocation, String) - Method in class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor.FormFormatterPreResultListener
 
beforeResult(ActionInvocation, String) - Method in class name.matthewgreet.strutscommons.interceptor.MessageAmalgamationInterceptor
 
BigDecimalConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted to a BigDecimal type and error message to display if this fails.
BigDecimalConverter - Class in name.matthewgreet.strutscommons.policy
 
BigDecimalConverter() - Constructor for class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
BooleanConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted to a boolean or Boolean type.
BooleanConverter - Class in name.matthewgreet.strutscommons.policy
 
BooleanConverter() - Constructor for class name.matthewgreet.strutscommons.policy.BooleanConverter
 
BrowserTabAware - Interface in name.matthewgreet.strutscommons.action
Deprecated.
An old design that can't handle session copying. Use BrowserTabAware2.
BrowserTabAware2 - Interface in name.matthewgreet.strutscommons.action
Interface for Struts 2 actions that accept a browser tab id.
BrowserTabInterceptor - Class in name.matthewgreet.strutscommons.interceptor
If the action implements BrowserTabAware, sets tab id from cookies.
BrowserTabInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
 
BrowserTabInterceptor2 - Class in name.matthewgreet.strutscommons.interceptor
If the action implements BrowserTabAware, sets tab id from cookies.
BrowserTabInterceptor2() - Constructor for class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
 
BrowserTabInterceptor2.AttributeCloneAction - Enum Class in name.matthewgreet.strutscommons.interceptor
 
BrowserTabSession - Interface in name.matthewgreet.strutscommons.action
Like HttpSession, stores sets of named data or attribute about a user between requests but data are private to each browser tab, so different pages of the same browser don't clash when using the same name.
BrowserTabSessionImpl - Class in name.matthewgreet.strutscommons.action
Implementation of BrowserTabSession.
BrowserTabSessionImpl(HttpSession, String) - Constructor for class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
ByteConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a byte or Byte type and error message to display if this fails.
ByteConverter - Class in name.matthewgreet.strutscommons.policy
 
ByteConverter() - Constructor for class name.matthewgreet.strutscommons.policy.ByteConverter
 

C

CategoriseFieldResult() - Constructor for class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
categoriseFields(Collection<Field>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Sets how form fields should be converted (InterceptorContext setting property set 4).
categoriseFields(Collection<Field>, Object, Object) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Sets how fields of a form should be formatted (InterceptorContext setting property set 4).
categoriseFormFields(Collection<Field>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Sets how each form field should be converted.
CharacterConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a char or Character type and error message to display if this fails.
CharacterConverter - Class in name.matthewgreet.strutscommons.policy
 
CharacterConverter() - Constructor for class name.matthewgreet.strutscommons.policy.CharacterConverter
 
checkCollectionConversionMessage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Checks if collection conversion results means a message must be written and writes appropriate type if needed.
checkCollectionConversionMessage(Field, Annotation, CollectionConverter<?, T>, AnnotationValidationInterceptor.ConversionFieldResult<T>, ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkCollectionConversionRecipientDataType(Field, Annotation, Field, Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether converting validator can convert form field value to the recipient field's type.
checkCollectionPostConversionMessage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkCollectionPostConversionMessage(Field, Annotation, CollectionPostConversionValidator<?, T>, AnnotationValidationInterceptor.ConversionFieldResult<T>, ValidationResult, ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkCollectionPostConversionRecipientDataType(Annotation, Field, Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether post conversion validator can use the recipient field's type.
checkCollectionRecipientDataType(Field, Class<T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns whether converting validator can convert form field value to the recipient field's type.
checkConversionMessage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkConversionMessage(Field, Annotation, Converter<?, T>, AnnotationValidationInterceptor.ConversionFieldResult<T>, ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkConversionRecipientDataType(Field, Annotation, Field, Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether converting validator can convert form field value to the recipient field's type.
checkFieldClass(Class<?>, Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns whether a converter's target data type can convert to the form field's data type.
checkFieldClass(Class<?>, Class<?>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns whether a converter's target data type can convert to the form field's data type.
checkLogger(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Ensures the logger for this instance has been initialised.
checkNonConversionMessage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Checks if non-conversion validation results means a message must be written and writes appropriate type if needed.
checkNonConversionMessage(Field, Annotation, NonConversionValidator<?>, ValidationResult, ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Checks if non-conversion validation results means a message must be written and writes appropriate type if needed.
checkPostConversionMessage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkPostConversionMessage(Field, Annotation, PostConversionValidator<?, T>, AnnotationValidationInterceptor.ConversionFieldResult<T>, ValidationResult, ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Checks if conversion results means a message must be written and writes appropriate type if needed.
checkPostConversionRecipientDataType(Annotation, Field, Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether post conversion validator can use the recipient field's type.
checkRecipientDataType(Field, Class<?>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns whether converting validator can convert form field value to the recipient field's type.
checkRedirect() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Optionally written by subclasses to check if the main body of the execute function should not be run and returns the result it should return, usually a redirect result, or null for execute to continue.
CLONE - Enum constant in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
 
COLLECTION_CONVERT - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
COLLECTION_POST_ADJUSTER - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
COLLECTION_POST_VALIDATION - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
COLLECTION_TO_ARRAY - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
COLLECTION_TO_COLLECTION - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
COLLECTION_TO_SINGLE - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
collectionConvert(ActionInvocation, Object, Collection<Field>, Field, String, String, AnnotationValidationInterceptor.AnnotationEntry<T>, boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Converts form field value and returns result, or null if recipient field missing or compatibility checks fail.
CollectionConverter<A,T> - Interface in name.matthewgreet.strutscommons.policy
Interface for form field validators used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2 that convert from string values to collections and vice versa.
CollectionPostConversionAdjuster<A,T> - Interface in name.matthewgreet.strutscommons.policy
Interface for post conversion adjusters, which alter form field values that are collections and used by AnnotationValidationInterceptor2 (not AnnotationValidationInterceptor).
CollectionPostConversionValidator<A,T> - Interface in name.matthewgreet.strutscommons.policy
Interface for form field validators used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2 that check a converted value.
collectionPostConvertAdjust(ActionInvocation, Object, Field, Field, ConversionResult<T>, Collection<T>, AnnotationValidationInterceptor.AnnotationEntry<T>, boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns converted value adjusted by post conversion adjuster.
collectionPostConvertValidate(ActionInvocation, Object, Field, Field, ConversionResult<T>, Collection<T>, AnnotationValidationInterceptor.AnnotationEntry<T>, boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Return validation result of converted form field value, or null if compatibility checks fail.
compare(SelectBoxItemDisplay<E>, SelectBoxItemDisplay<E>) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay.EnumComparator
Deprecated.
 
compare(SelectBoxItemDisplay<Integer>, SelectBoxItemDisplay<Integer>) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay.NumberComparator
Deprecated.
 
compare(SelectBoxItemDisplay<T>, SelectBoxItemDisplay<T>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay.TextComparator
Deprecated.
 
compare(SelectBoxItemDisplay2<E, E>, SelectBoxItemDisplay2<E, E>) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2.EnumComparator
 
compare(SelectBoxItemDisplay2<Integer, Integer>, SelectBoxItemDisplay2<Integer, Integer>) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2.NumberComparator
 
compare(SelectBoxItemDisplay2<K, T>, SelectBoxItemDisplay2<K, T>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2.TextComparator
 
ConversionFieldResult(Field, ConversionResult<T>) - Constructor for class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.ConversionFieldResult
Deprecated.
 
ConversionFieldResult(Field, ConversionResult<T>) - Constructor for class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.ConversionFieldResult
 
ConversionResult<T> - Class in name.matthewgreet.strutscommons.policy
Describes result of a conversion.
ConversionResult() - Constructor for class name.matthewgreet.strutscommons.policy.ConversionResult
 
ConversionResult(boolean, T, Collection<T>, String, String, Required.MessageType) - Constructor for class name.matthewgreet.strutscommons.policy.ConversionResult
 
convert(ActionInvocation, Object, Collection<Field>, Field, String, String, AnnotationValidationInterceptor.AnnotationEntry<T>, boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Converts form field value and returns result, or null if recipient field missing or compatibility checks fail.
convert(String, Class<?>, Class<? extends Integer>) - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
convert(String, Class<?>, Class<? extends String>) - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
convert(String, Class<?>, Class<? extends T>) - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
convert(String, Class<?>, Class<? extends T>) - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns result of conversion of form field.
convert(String, Class<? extends Boolean>) - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
convert(String, Class<? extends Byte>) - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
convert(String, Class<? extends Character>) - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
convert(String, Class<? extends Double>) - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
convert(String, Class<? extends Enum>) - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
convert(String, Class<? extends Float>) - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
convert(String, Class<? extends Integer>) - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
convert(String, Class<? extends Long>) - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
convert(String, Class<? extends Short>) - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
convert(String, Class<? extends BigDecimal>) - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
convert(String, Class<? extends Date>) - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
convert(String, Class<? extends T>) - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomFormatterSupport
 
convert(String, Class<? extends T>) - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns result of conversion of form field.
CONVERT - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
Converter<A,T> - Interface in name.matthewgreet.strutscommons.policy
Interface for form field validators used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2 that convert from string values to single values and vice versa.
CONVERTING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
COOKIE_NAME_POPUP_MARKER - Static variable in class name.matthewgreet.strutscommons.util.ServletLibrary
 
COPY_CONSTRUCTOR - Enum constant in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
 
COPY_REFERENCE - Enum constant in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
 
copyAttributesFromOldTabToNewTab(BrowserTabSession, BrowserTabSession, Set<String>, Set<String>) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabAware2
May be overridden to manually copy or clone tab-specific attributes from the page of an old tab to a new tab whenever the user opens a hyperlink in a new browser tab.
CustomAdjuster - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines how a raw form field value (whether on a Struts Action or model of ModelDriven Struts Action) that should be modified before validation and conversion using a client supplied adjuster.
CustomCollectionConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted using a client supplied collection converter to a recipient field of some type of collection and error message to display if this fails.
CustomCollectionPostConversionAdjuster - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines how a form field value (whether on a Struts Action or model of ModelDriven Struts Action) that is a collection should be modified after conversion but before post conversion validation using a client supplied adjuster.
CustomCollectionPostConversionValidation - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines custom validation of a collection of converted values and error message to display if this fails.
CustomConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a single value form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted using a client supplied converter to another and error message to display if this fails.
CustomPostConversionAdjuster - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines how a single value form field value (whether on a Struts Action or model of ModelDriven Struts Action) that should be modified after conversion but before post conversion validation using a client supplied adjuster.
CustomPostConversionValidation - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines custom validation of a converted value and error message to display if this fails.
CustomValidation - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a single value form field (whether on a Struts Action or model of ModelDriven Struts Action) to be validated using a client supplied validator and error message to display if this fails.

D

DateConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a Date type and error message to display if this fails.
DateConversion.Style - Enum Class in name.matthewgreet.strutscommons.annotation
 
DateConverter - Class in name.matthewgreet.strutscommons.policy
 
DateConverter() - Constructor for class name.matthewgreet.strutscommons.policy.DateConverter
 
DEFAULT - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
 
DEFAULT - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
 
DefaultAnnotationValidatior - Class in name.matthewgreet.strutscommons.util
DefaultAnnotationValidatior() - Constructor for class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
 
DefaultAnnotationValidatior.ConversionFieldResult<T> - Class in name.matthewgreet.strutscommons.util
Describes the result of a attempting to convert from a string to the generic type, and the field to receive it, successful or not.
DefaultAnnotationValidatior.FieldContext<T> - Class in name.matthewgreet.strutscommons.util
Thread local execution state of algorithm about a field.
DefaultAnnotationValidatior.FieldContext.ConversionMode - Enum Class in name.matthewgreet.strutscommons.util
 
DefaultAnnotationValidatior.FieldContext.FieldStep - Enum Class in name.matthewgreet.strutscommons.util
 
DefaultAnnotationValidatior.InterceptorContext - Class in name.matthewgreet.strutscommons.util
Thread local execution state of algorithm.
DefaultAnnotationValidatior.InterceptorContext.InterceptorStep - Enum Class in name.matthewgreet.strutscommons.util
Describes processing step.
DefaultDisplayFormatter - Class in name.matthewgreet.strutscommons.util
Default library for formatting a record to a view helper, according to converter annotations or default converter on the view helper fields, in Struts 2.
DefaultDisplayFormatter() - Constructor for class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
 
DefaultDisplayFormatter.DisplayFieldSource - Class in name.matthewgreet.strutscommons.util
 
DefaultDisplayFormatter.DisplayFieldUsage<T> - Class in name.matthewgreet.strutscommons.util
 
DefaultDisplayFormatter.DisplayFormatMode - Enum Class in name.matthewgreet.strutscommons.util
Modes of how an unformatted, record field is converted to a formatted, display field, each with their own processing function.
DefaultFormFormatter - Class in name.matthewgreet.strutscommons.util
Implementation of FormFormatter used by FormFormatterInterceptor.
DefaultFormFormatter() - Constructor for class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
DefaultFormFormatter.FieldContext<T> - Class in name.matthewgreet.strutscommons.util
Thread local execution state of algorithm about a field.
DefaultFormFormatter.FieldContext.FieldStep - Enum Class in name.matthewgreet.strutscommons.util
 
DefaultFormFormatter.FieldContext.FormatMode - Enum Class in name.matthewgreet.strutscommons.util
 
DefaultFormFormatter.InterceptorContext - Class in name.matthewgreet.strutscommons.util
Thread local execution state of algorithm.
DefaultFormFormatter.InterceptorContext.InterceptorStep - Enum Class in name.matthewgreet.strutscommons.util
 
deleteStoredForm() - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Deletes stored form as unused.
DESELECT - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
disableFormatting() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Form
 
DisableFormatting - Annotation Interface in name.matthewgreet.strutscommons.annotation
Marks a string field of a view helper not to receive a formatted value using DefaultDisplayFormatter.updateDisplay(java.lang.Class<?>, java.lang.Object, java.lang.Object).
DisplayFieldSource() - Constructor for class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldSource
 
DisplayFieldUsage() - Constructor for class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
DisplayFormatter - Interface in name.matthewgreet.strutscommons.util
Interface of library for formatting a record to a view helper in Struts 2.
doIntercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
 
doIntercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
doIntercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.RejectedFormValuesInterceptor
 
doSave(M, T) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
Written by subclasses to try to save form data to business model.
DoubleConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a double or Double type and error message to display if this fails.
DoubleConverter - Class in name.matthewgreet.strutscommons.policy
 
DoubleConverter() - Constructor for class name.matthewgreet.strutscommons.policy.DoubleConverter
 
doValidate(ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.form.AbstractForm
Validates and parses form data itself, such as required fields or date validation, writing any error or field messages to the ValidationAware message receiver.
doValidate(ValidationAware, TextProvider) - Method in interface name.matthewgreet.strutscommons.form.Form
Validates and parses form data itself, such as required fields or date validation, writing any error or field messages to the ValidationAware message receiver.
doValidate(ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.form.NullForm
 

E

END - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
END - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
 
END - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FieldStep
 
END - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
endFieldContext() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Called when processing of a form field is complete.
endFieldContext() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called when processing of a form field is complete.
endFormProcessing() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called when formatting a form completes.
endInterceptorContext() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Called when this interceptor completes (and is not disabled).
endInterceptorContext() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called when this interceptor completes (and is not disabled).
endRecordFormatting() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
EnumComparator() - Constructor for class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay.EnumComparator
Deprecated.
 
EnumComparator() - Constructor for class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2.EnumComparator
 
EnumConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a enumerated type and error message to display if this fails.
EnumConverter - Class in name.matthewgreet.strutscommons.policy
 
EnumConverter() - Constructor for class name.matthewgreet.strutscommons.policy.EnumConverter
 
EnumSingleSelectBoxDisplay<E> - Class in name.matthewgreet.strutscommons.view
Deprecated.
Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. Use EnumSingleSelectBoxDisplay2 as the base template and EnumSingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String) to set the selected item from the formatted half of a formatted/unformatted field pair.
EnumSingleSelectBoxDisplay() - Constructor for class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
 
EnumSingleSelectBoxDisplay.EnumComparator - Class in name.matthewgreet.strutscommons.view
Deprecated.
 
EnumSingleSelectBoxDisplay2<E> - Class in name.matthewgreet.strutscommons.view
Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an enumerated type for display and selecting from a current value.
EnumSingleSelectBoxDisplay2() - Constructor for class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
 
EnumSingleSelectBoxDisplay2.EnumComparator - Class in name.matthewgreet.strutscommons.view
 
ERROR - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Form.Reception
 
ERROR - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Required.MessageType
 
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
Section
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Section
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Section
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor
Section
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageAmalgamationInterceptor
Section
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
Section
Example code - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor
Section
ExceptionMappingInterceptor - Class in name.matthewgreet.strutscommons.interceptor
Overrides ExceptionMappingInterceptor to always enable logging at ERROR level using the Action's class as the logging category.
ExceptionMappingInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.ExceptionMappingInterceptor
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractJsonServerAction
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
 
execute() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
Section
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Section
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Section
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor
Section
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageAmalgamationInterceptor
Section
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
Section
Extending the interceptor - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor
Section

F

FIELD - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Required.MessageType
 
FIELD_PROCESSING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
 
FIELD_PROCESSING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
FieldContext() - Constructor for class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
FieldContext() - Constructor for class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
fieldIsForm(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Returns whether Action field is a formatted form.
fieldIsNotForm(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns whether a viewer Action's member field is definitely not a form.
fieldReceivedStoredForm(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Returns whether field of an Action received a stored form.
fieldReceivedStoredForm(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns whether field of an Action received a stored form.
fieldReceives(Class<?>, Field, FormStoreInterceptor.StoredForm) - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Returns whether Struts action member variable can be set to the stored form, which is whether the member variable's type is compatible with the form and Form.reception() annotation settings accept form validation status.
FieldUsage() - Constructor for class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
FILE - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
 
FILE - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
filterDisplayField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns whether display field is allowed to receive a formatted value, which is not annotated with DisableFormatting.
filterFormFields(Collection<Field>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Returns form fields from parameter excluding those that are definitely not a form fields.
filterFormFields(Collection<Field>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns form member fields that can plausibly receive form data.
filterFormFieldsPostCategorise() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Removes form fields that should be skipped due to policy annotations, which, if processUnreferencedFields is not set, are any not set by a parameter and have no policy annotations.
filterFormFieldsPreCategorise(Collection<Field>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns form fields except those that should be skipped before any policy annotations are analysed.
filterRequestParameters() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Removes rejected request parameters from the allowed request parameters (property set 3), which are those that exceed max parameter length or fail filter if Action implements ParameterNameAware.
FindBaseRecordListConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig
 
FindBaseRecordListResponse() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Constructor for failure to create a finder Strategy or list rejected.
FindBaseRecordListResponse(ListFinder<M, T>) - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Constructor for successfully creating a finder Strategy.
FindIdListConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
 
FindIdListResponse() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Constructor for failure to create a finder Command.
FindIdListResponse(IdListFinder<M, K>) - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Constructor for successfully creating a finder Command.
FindIndexListConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
 
FindIndexListResponse() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Constructor for failure to create a finder Command.
FindIndexListResponse(ListSizeFinder<M>, PageByIndexRangeFinder<M, T>) - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Constructor for successfully creating a finder Command.
FindListConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListConfig
 
FindListMultiModeConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeConfig
 
FindListMultiModeResponse() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Constructor for failure to create a finder Command or list rejected.
FindListResponse() - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Constructor for failure to create a finder Command or list rejected.
FindListResponse(ListFinder<M, T>) - Constructor for class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Constructor for successfully creating a finder Command.
FloatConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a float or Float type and error message to display if this fails.
FloatConverter - Class in name.matthewgreet.strutscommons.policy
 
FloatConverter() - Constructor for class name.matthewgreet.strutscommons.policy.FloatConverter
 
forceReload() - Method in class name.matthewgreet.strutscommons.util.ListCache
Reloads list using currently set list finder, id list finder, or list size finder.
Form - Interface in name.matthewgreet.strutscommons.form
Template defining class that receives form data for form driven Actions.
Form - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a member variable of a Struts action as receiving an injected form processed by another Struts action, whether successfully or not, usually to display it.
FORM_PROCESSING_END - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
FORM_PROCESSING_START - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
Form.Reception - Enum Class in name.matthewgreet.strutscommons.annotation
Form validation success/fail states accepted by receiving Action.
format() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
format() - Method in class name.matthewgreet.strutscommons.form.AbstractFormattableForm
Returns formatted text and/or sets string fields from unprocessed form fields of the implementing class.
format() - Method in interface name.matthewgreet.strutscommons.form.FormattableForm
Returns formatted text and/or sets string fields from unprocessed form fields of the implementing class.
format(Boolean) - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
format(Byte) - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
format(Character) - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
format(Double) - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
format(Enum) - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
format(Float) - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
format(Integer) - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
format(Long) - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
format(Short) - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
format(BigDecimal) - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
format(Collection<Integer>) - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
format(Collection<String>) - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
format(Collection<T>) - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns collection-based field value formatted for display in a form field.
format(Date) - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
format(T) - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns single field value formatted for display in a form field.
FORMAT_WRITING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
formatCollectionFormField(Object, Collection<Field>, Field, InterceptorCommonLibrary.ConfiguredPolicy<T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Sets text for not yet set form field.
formatDateLongYear(Date) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
Returns formatted date in DD/MM/YYYY without time component.
formatDateShortTime(Date) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
Returns formatted date and time in DD/MM/YY HH:MM.
formatEnd() - Method in class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
formatEnd() - Method in class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
formatForm() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Formats all fields of a form.
formatForm(Object) - Static method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary
Formats the annotated form fields from the associated, unformatted halves of every formatted/unformatted field pair.
formatFormField(Object, Collection<Field>, Field, InterceptorCommonLibrary.ConfiguredPolicy<T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Sets text for not yet set form field.
formatForms() - Method in class name.matthewgreet.strutscommons.action.AbstractViewActionSupport
For all the current Action's forms, formats the annotated, formatted halves of every formatted/unformatted field pair from the unformatted halves, except for any form that was retrieved and injected (usually a rejected form).
formatForms() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Entry point called by FormFormatterInterceptor.
formatForms() - Method in interface name.matthewgreet.strutscommons.util.FormFormatter
Called by FormFormatterInterceptor to push formatted versions of every form onto the Value Stack or set the formatted half of formatted/unformatted field pairs.
formatForms() - Static method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary
For all the current Action's forms, formats the annotated, formatted halves of every formatted/unformatted field pair from the unformatted halves, except for any form that was retrieved and injected (usually a rejected form).
FormatLibrary - Class in name.matthewgreet.strutscommons.util
Static library functions for formatting data for display but also parsing them for validation.
FormatLibrary() - Constructor for class name.matthewgreet.strutscommons.util.FormatLibrary
 
formatNumber(Integer) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
 
formatRecord(M, T) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Written by subclasses to return formatted record for display from each list record to be displayed.
formatRecord(T) - Method in class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
formatRecord(T, int) - Method in class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
FormatResult - Class in name.matthewgreet.strutscommons.form
Value Object describing formatted field values to be placed on the Value Stack.
FormatResult() - Constructor for class name.matthewgreet.strutscommons.form.FormatResult
 
formatStart() - Method in class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
formatStart() - Method in class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
FormattableForm - Interface in name.matthewgreet.strutscommons.form
FormattedFormsResult() - Constructor for class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary.FormattedFormsResult
 
FormattedListDisplay<T> - Class in name.matthewgreet.strutscommons.view
Model bean, passed to JSP, that stores list and index of currently, selected item.
FormattedListDisplay() - Constructor for class name.matthewgreet.strutscommons.view.FormattedListDisplay
Default constructor.
FORMATTING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FieldStep
 
FormDriven<T> - Interface in name.matthewgreet.strutscommons.action
Interface indicating Struts 2 action accepts form data into a form object and describes how the form should be handled in workflow.
FormFieldAnnotationTypeMismatchException - Exception Class in name.matthewgreet.strutscommons.exception
Exception describing that a converter or post-conversion validator (for single value or collection) is not compatible with a form field's type.
FormFieldAnnotationTypeMismatchException(Annotation, Field) - Constructor for exception class name.matthewgreet.strutscommons.exception.FormFieldAnnotationTypeMismatchException
 
FormFormatter - Interface in name.matthewgreet.strutscommons.util
Interface of form formatter in Struts 2.
FormFormatterInterceptor - Class in name.matthewgreet.strutscommons.interceptor
Struts 2 Interceptor used by view Actions for writing formatted versions of forms onto the Value Stack, so they're displayed instead of the unformatted form, using any conversion annotations on form fields.
FormFormatterInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor
 
FormFormatterInterceptor.FormFormatterPreResultListener - Class in name.matthewgreet.strutscommons.interceptor
 
FormFormatterPreResultListener() - Constructor for class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor.FormFormatterPreResultListener
 
FormRetrieveInterceptor - Class in name.matthewgreet.strutscommons.interceptor
Retrieves a form stored in the session by FormStoreInterceptor and injects it into the action's member variable configured by the Form annotation to accept it.
FormRetrieveInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
 
FormStoreInterceptor - Class in name.matthewgreet.strutscommons.interceptor
If the action implements FormDriven, stores the form in the session so it may be retrieved by a later action that displays it.
FormStoreInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor
 
FormStoreInterceptor.StoredForm - Class in name.matthewgreet.strutscommons.interceptor
 
formValidationFailed() - Method in class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
 
formValidationFailed() - Method in interface name.matthewgreet.strutscommons.action.FormDriven
Returns whether the user's request was rejected, such as form data itself is invalid, an update rejected by the back-end or zero query results with zero results not allowed.
FULL - Enum constant in enum class name.matthewgreet.strutscommons.annotation.DateConversion.Style
 
FULL_LIST - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.PaginationMode
 

G

getAction() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns current Action.
getAction() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getActionContextFormattedForms() - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns the formatted forms created by FormFormatterInterceptor.
getActionErrors() - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
getActionField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getActionMessages() - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
getAdjuster() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getAdjusters() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getAllowedRequestParameters() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns request parameters that have passed parameter filtering step.
getAllTabIds() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns ids of all browser tabs known to exist for the user.
getAllTabIds() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getAlternateIndex(ListCache<M, K, T>) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
Optionally written by subclasses to return index of record to select, typically by a request parameter, or null for no change of selection.
getAlternateIndex(ListCache<M, K, T>) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Optionally written by subclasses to return index of record to select, typically by a request parameter, or null for no change of selection.
getAnnotatedFieldName() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns name of field, which is the string field in a pair conversion.
getAnnotation() - Method in exception class name.matthewgreet.strutscommons.exception.FormFieldAnnotationTypeMismatchException
 
getAnnotation() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.AnnotationEntry
Deprecated.
 
getAnnotation() - Method in class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
 
getAnnotation() - Method in interface name.matthewgreet.strutscommons.policy.Policy
Returns annotation that configures this policy.
getAnnotation() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getAnnotationClass() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PolicyEntry
 
getAnnotationEntries(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns all recognised annotations and their linked policies.
getAnnotationEntries(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns all recognised annotations and their linked policies.
getAnnotationUsage() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getAnnotationUsage(Annotation) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns validator (and formatter) that processes an annotated form field, or result of NA type if not recognised.
getAnnotationUsage(Field, Annotation) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns validator (and formatter) that processes an annotated form field, or result of NA type if not recognised.
getAnnountationEntries() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns configured policies to apply.
getAnnountationEntries() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getAnnountationEntries() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns configured policies of form field.
getAnnountationEntries() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
getAnnountationEntries() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
getApplicationErrorMessage() - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns error message for application exceptions.
getArray() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
Returns true if form field is an array.
getAttribute(String) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns object bound to name, whether as private or shared attribute, or null if none.
getAttribute(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getAttributeInternal(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getAttributeMap() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns shallow copy of all attributes, whether private or shared.
getAttributeMap() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getAttributeNames() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns an enumeration of all attribute names, whether private or shared.
getAttributeNames() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getAutoParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns policies for fields where a converted request parameter is directly set according to a converter annotation.
getAutoParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getAutoParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getBaseRecordListFinder() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Returns Strategy for reloading list with the search parameters.
getBaseRecordListFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy object used to retrieve list.
getBaseRecordListFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns base record list finder Strategy for loading base record list, if in base record list mode.
getBaseRecordListFinder(M) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
Overridden by subclasses to return Strategy for retrieving list (configured with any search parameters) and forwarding in the case of success.
getBlankText() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
If EnumSingleSelectBoxDisplay.hasBlankValue() returns true or EnumSingleSelectBoxDisplay.addBlankValue() is called, returns text to display for blank value.
getBlankText() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
If EnumSingleSelectBoxDisplay2.hasBlankValue() returns true or EnumSingleSelectBoxDisplay2.addBlankValue() is called, returns text to display for blank value.
getBlankText() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
If SingleSelectBoxDisplay.hasBlankValue() returns true or SingleSelectBoxDisplay.addBlankValue() is called, returns text to display for blank value.
getBlankText() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
If SingleSelectBoxDisplay2.hasBlankValue() returns true or SingleSelectBoxDisplay2.addBlankValue() is called, returns text to display for blank value.
getBrowserOldTabId(Cookie[]) - Static method in class name.matthewgreet.strutscommons.util.ServletLibrary
 
getBrowserTabId(Cookie[]) - Static method in class name.matthewgreet.strutscommons.util.ServletLibrary
Returns tab id within a browser that, when combined with session, uniquely identifies a browser tab, or null if this information is missing.
getBrowserTabSession() - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
Returns a session that distinguishes between different tabs of the same web browser.
getBrowserTabSession() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabAware2
Returns browser tab specific session.
getCheckedAttribute() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
Convenience method for checkboxes.
getCheckedAttribute() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Convenience method for checkboxes.
getCollection() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
Returns true if form field is a collection.
getCollectionConverter() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getCollectionConverter() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getCollectionPostConversionAdjuster() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getCollectionPostConversionAdjusters() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getCollectionPostConversionShortCircuit(Field, AnnotationValidationInterceptor.AnnotationEntry<?>, Collection<T>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether a rejection by the non-conversion validator should stop further validation.
getCollectionPostConversionValidator() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getCollectionPostConversionValidators() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
getConfiguredPolicy() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.AnnotationEntry
Deprecated.
 
getConfiguredPolicy() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns the policy being processed.
getConversionErrors() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
getConversionMode() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns conversion mode, defining how form field is set from a request parameter.
getConversionResult() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.ConversionFieldResult
Deprecated.
 
getConversionResult() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.ConversionFieldResult
 
getConversionResult() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns result of a conversion, if any.
getConverter() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getConverter() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getCreationTime() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getData() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
Returns raw model item that is being formatted for display.
getData() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Returns raw model item that is being formatted for display.
getDateFormatStyle(DateConversion.Style) - Static method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getDefaultAnnotation() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getDefaultCollectionConverter(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns default collection converter for a collection form field or display field, or null if none available.
getDefaultCollectionConverter(DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns default collection converter for a collection form field or display field, or null if none available.
getDefaultConverter(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns default converter for a single value form field or display field, or null if none available.
getDefaultConverter(DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns default converter for a single value form field or display field, or null if none available.
getDefaultMessage(String, Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns error message if a default converter fails.
getDefaultParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns policies for fields where a converted request parameter is directly set according to the default converter for the data type.
getDefaultParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getDefaultParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getDefaultRecipientName(Field, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns the default field name to receive a converted form field.
getDefaultRecipientName(String) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns the default field name to receive a converted form field.
getDefaultRecognisedConverter(Class<? extends Converter<A, T>>, Class<? extends A>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
 
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
 
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
 
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor
 
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Returns whether Action will not retrieve forms.
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
 
getDisabled() - Method in class name.matthewgreet.strutscommons.interceptor.RejectedFormValuesInterceptor
 
getDisabledChangeResult() - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns whether changing result and logging when an exception is caught is disabled.
getDisabledErrorMessage() - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns whether writing error message is disabled.
getDisplayArray() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getDisplayCollection() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getDisplayField() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldSource
 
getDisplayField() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getDisplayFieldSources(Collection<Field>, Collection<Field>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns every display field that will receive a formatted value and the record field containing the value to be formatted.
getDisplayFieldUsage(Field, Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Analyses converter annotations on display field and returns configured formatter to formatted from source field display field, or null if not applicable.
getDisplayFormatMode(DefaultDisplayFormatter.DisplayFieldUsage<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns mode for formatting a record field to the matching display field.
getDisplayName() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getEndMasterIndex() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns index of last item in current page relative to master list that backs it (which starts at index 0).
getEnumValues() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
Overridden by subclass to return the values of the enumerated type.
getEnumValues() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Overridden by subclass to return the values of the enumerated type.
getErrorForwardName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
Written by subclasses to return name of Struts forward (usually global forward) to be used for unhandleable errors.
getErrorForwardName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
Written by subclasses to return name of Struts forward (usually global forward) to be used for unhandleable errors.
getErrorForwardName() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
Written by subclasses to return name of Struts forward (usually global forward) to be used for unhandlable errors.
getErrorForwardName() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Name of Struts forward (usually global forward) to be used for unhandlable errors.
getErrorResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractJsonServerAction
Can be overridden to set execute result if it fails.
getErrors() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Struts errors messages to be used, usually for update failure.
getErrors() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Struts errors messages to be used, usually for update failure.
getErrors() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Struts errors messages to be used, usually for update failure.
getErrors() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Struts errors messages to be used, usually for update failure.
getErrors() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns error messages to display.
getErrors() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Struts errors messages to be used, usually for update failure.
getExistingSelection() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Convenience function returning whether backing list cache has selected an existing item, typically to be updated, rather than a new one to create.
getFailedParameterNames() - Method in class name.matthewgreet.strutscommons.form.ManualParameterConversionResult
 
getFailureResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Action result name to use if response reports failure.
getFailureResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Action result name to use if response reports failure.
getFailureResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Action result name to use if response reports failure.
getFailureResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Action result name to use if response reports failure.
getFailureResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Action result name to use if response is failure.
getFailureResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Action result name to use if response reports failure.
getFakeForms() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getField() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
getFieldErrors() - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
getFieldName() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns name of field containing unformatted value.
getFieldType() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getFieldType() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
Returns form field's class for single value type, component type for arrays, or generic type for collections.
getFieldUsage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns field and configured policies to apply except for pair conversion mode.
getFieldUsage() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns field and configured policies to apply except for pair conversion mode.
getFileFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns fields that receive file parameters created by the FileUploadInterceptor.
getFileFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getFindBaseRecordListConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
Written by subclasses to configure behaviour of find action.
getFindCommand(M) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
Overridden by subclasses to return Command object for retrieving list (configured with any search parameters) and forwarding in the case of success.
getFindCommand(M) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
Overridden by subclasses to return Command object for retrieving list (configured with any search parameters) and forwarding in the case of success.
getFindCommand(M) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
Overridden by subclasses to return Command object for retrieving list (configured with any search parameters) and forwarding in the case of success.
getFindCommand(M) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
Overridden by subclasses to return Command object for retrieving list (configured with any search parameters) and forwarding in the case of success.
getFindCommand(M) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
May be overridden by subclasses to return Command object to replace current list finder and use it replace list, or null to skip this.
getFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Returns Command object for reloading list with the search parameters.
getFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Returns Command object for reloading list with the search parameters.
getFindIdListConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
Written by subclasses to configure behaviour of find action.
getFindIndexListConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
Written by subclasses to configure behaviour of find action.
getFindListConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
Written by subclasses to configure behaviour of find action.
getFindListMultiModeConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
Written by subclasses to configure behaviour of find action.
getForm() - Method in class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
 
getForm() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
getForm() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns whatever's the Action's form, whether it's the Action itself, or the model for a ModelDriven Action.
getForm() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getForm(Object) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns the object expected to receive submitted form data on behalf of an Action.
getFormatMode() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns format mode, defining the processing of a formatted form field value.
getFormatRecordIndex() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Returns index of record in list to be formatted.
getFormattableForm() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getFormattedField() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
getFormattedForms() - Static method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary
Returns the formatted forms created by FormFormatterInterceptor.
getFormattedList() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Returns current page (which is entire list for non-page mode) of formatted records to be displayed.
getFormattedList() - Method in class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
getFormattedMultipleFieldValues() - Method in class name.matthewgreet.strutscommons.form.FormatResult
 
getFormattedMultipleValues() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns formatted value for collection fields.
getFormattedName() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
getFormattedRecord() - Method in class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
getFormattedSelectedItem() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
getFormattedSingleFieldValues() - Method in class name.matthewgreet.strutscommons.form.FormatResult
 
getFormattedValue() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns the request parameter value, which is adjusted by adjuster policies after the ADJUSTING step.
getFormattedValue() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns formatted value for single value fields.
getFormField() - Method in exception class name.matthewgreet.strutscommons.exception.FormFieldAnnotationTypeMismatchException
 
getFormFieldCategory(InterceptorCommonLibrary.FieldUsage<?>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
 
getFormFields(Collection<Field>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns form member fields that can plausibly receive form data.
getFormFields(Collection<Field>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns form member fields that can plausibly receive form data.
getFormFieldUsage(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns what policies should apply to a form field, such as conversion and validation, or throws FormFieldAnnotationTypeMismatchException if any annotation does not match the field's type.
getFullList() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns full list or base record list that's already been found for full list or base record pagination mode, or null otherwise.
getFullListFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns full list finder or base record list finder Command object for full list or base record pagination mode.
getGuaranteedBrowserTabId(HttpServletRequest, HttpServletResponse) - Static method in class name.matthewgreet.strutscommons.util.ServletLibrary
Returns id that uniquely identifies a browser tab.
getGuaranteedPrivateMap() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getHasDetails() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns whether records must lazy load additional data for detail pages.
getHasDetails() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns whether items have data displayed in detail pages that aren't needed for list pages.
getHasNoAnnotations() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getHasSelectedItem() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns whether there is a currently selected item.
getHttpSession() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns underlying request session.
getHttpSession() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getId() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getIdList() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns id list that's already been found for page by ids pagination mode, or null otherwise.
getIdListFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy used to retrieve list.
getIdListFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns finder Strategy for loading id list, if in page-by-id mode.
getIdListFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns id list finder for page by ids pagination mode.
getIds() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
List size returned by sizeFinderCommand if it was already retrieved, or null if not.
getIds(M) - Method in interface name.matthewgreet.strutscommons.util.IdListFinder
Returns list of ids of record according to implementing search criteria.
getIgnoreList() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Whether no list or page is displayed.
getInitialList() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return initial selection, especially if the list is hardcoded and setModel will not be used.
getInitialList() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
May be overridden by subclasses to return initial selection, especially if the list is hardcoded and setModel will not be used.
getInstance() - Static method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
getInstance() - Static method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Retrieves processing state.
getInstance() - Static method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
getInstance() - Static method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getInvalid() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
getInvocation() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns Action's execution state.
getInvocation() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getItem(K) - Method in interface name.matthewgreet.strutscommons.util.SingleItemFinder
Retrieves item from primary key or id, or null if not found.
getItemDeepCopier() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy for creating a deep copy of an item, or null if none set.
getItemDeepCopier() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns Strategy for creating a deep copy of an item, or null if none set.
getItemFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy used to retrieve single item of list, including any extensions, or null if not set.
getItemFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns single item finder Strategy for full details of a single item.
getItems(Collection<K>) - Method in interface name.matthewgreet.strutscommons.util.PageByIdsFinder
Returns items from their ids.
getItems(M, int, int) - Method in interface name.matthewgreet.strutscommons.util.PageByIndexRangeFinder
Returns items within a range of indices, where indices start at 0.
getItemSorter() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
Written by subclasses to return item comparator for sorting list after finding it, or null for no post-find sorting.
getItemSorter() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
Written by subclasses to return item comparator for sorting list after finding it, or null for no post-find sorting.
getItemSorter() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
Written by subclasses to return item comparator for sorting list after finding it, or null for no post-find sorting.
getItemSorter() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy used to sort list, or null for no sorting.
getItemSorter() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns item sorter Strategy, if any.
getItemSorter(String, Boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
May be overridden by subclasses to return a comparator that can sort entries in the list cache as requested by the user, or null to leave list order as is.
getKey() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Returns unformatted identifier of data.
getKey(Integer) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2
 
getKey(T) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Overridden by subclasses to return unformatted identifier of item record.
getKey(V) - Method in interface name.matthewgreet.strutscommons.util.KeyExtractor
 
getKeyExtractor() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy that extracts the primary key from a record.
getKeyExtractor() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns adapter for obtaining unique key, usually the primary key, from records.
getLastAccessedTime() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getList() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
List returned by finderCommand if it was already retrieved, or null if not.
getList() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
List returned by finderCommand if it was already retrieved, or null if not.
getList() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns entire record list, loading it if needed.
getList() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
Returns formatted version of account list for human display.
getList() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Returns formatted version of account list for human display.
getList() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns list for display, which may be a page if in page mode.
getList() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Returns formatted version of account list for human display.
getList() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Returns formatted version of account list for human display.
getList(M) - Method in interface name.matthewgreet.strutscommons.util.ListFinder
Returns list, sorted if needed, of Value Objects.
getListAction() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Cache list reload mode.
getListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
Written by subclasses to return list cache that is being populated.
getListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
Written by subclasses to return list cache that is being populated.
getListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
Written by subclasses to return list cache that is being populated.
getListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
Written by subclasses to return list cache that is being populated.
getListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
Written by subclasses to return list cache that is being updated.
getListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Written by subclasses to return list cache that is being populated.
getListCache() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getListCache(HttpSession) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
Written by subclasses to return list cache that is being populated.
getListeners() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns all listeners of any change to this.
getListFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy object used to retrieve list.
getListFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns list finder Strategy for loading full list, if in full list mode.
getListSize() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
List size returned by sizeFinderCommand if it was already retrieved, or null if not.
getListSize() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns list size that's already been found for page by index pagination mode, or null otherwise.
getListSize() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns list size.
getListSize() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getListSize() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns size of list.
getListSizeFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy object used to retrieve list size.
getListSizeFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns finder Command for getting list size, if in page-by-index-range mode.
getListSizeFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns list size finder for page by index pagination mode.
getLoadsDetails() - Method in interface name.matthewgreet.strutscommons.util.ListFinder
Returns true if finder eager loads any optional details of each item.
getLoadsDetails() - Method in interface name.matthewgreet.strutscommons.util.PageByIdsFinder
Returns true if finder eager loads any optional details of each item.
getLoadsDetails() - Method in interface name.matthewgreet.strutscommons.util.PageByIndexRangeFinder
Returns true if finder eager loads any optional extensions of each item.
getLoadsDetails() - Method in interface name.matthewgreet.strutscommons.util.PageExtensionAssembler
Returns true if finder eager loads any optional detail extensions of each item.
getLogger() - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
Returns logger for recording events, which should be overridden by the implementing subclass.
getLogger() - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns logger to be used for this instance;
getLogger() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return logger of subclass.
getLogger() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
May be overridden by subclasses to return logger of subclass.
getManualParameterConversion() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getManualParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns fields that will be validated and converted from request parameters using form code.
getManualParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getManualParameterConversionFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getMasterList() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns master list cache, where records of this slave list cache are related to selected record of master list cache, or null if this is not a slave list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
Written by subclasses to return master list cache or null if the list cache is the master list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
Written by subclasses to return master list cache or null if the list cache is the master list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
Written by subclasses to return master list cache or null if the list cache is the master list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
Written by subclasses to return master list cache or null if the list cache is the master list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
Written by subclasses to return master list cache or null if the list cache is the master list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Written by subclasses to return master list cache or null if the display list cache is the master list.
getMasterListCache() - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache
Returns cache of master list.
getMasterListCache(HttpSession) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
Written by subclasses to return master list cache or null if the list cache is the master list.
getMasterListCacheConfig() - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache
Overridden by concrete implementations to configure master list cache.
getMaxInactiveInterval() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionConverterSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomConverterSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomFormatterSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomNonConversionValidatorSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionValidatorSupport
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
getMessage() - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns message set by annotation.
getMessage() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns message set by annotation.
getMessage() - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
If conversion failed, returns error message to use (if messageKey not set), or null to use annotation setting.
getMessage() - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns message set by annotation.
getMessage() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
getMessage() - Method in interface name.matthewgreet.strutscommons.policy.NonConversionValidator
Returns message set by annotation.
getMessage() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns message set by annotation.
getMessage() - Method in class name.matthewgreet.strutscommons.policy.RegexValidator
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.RequiredValidator
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
getMessage() - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
If validation failed, returns error message to use (if messageKey not set), or null to use annotation setting.
getMessage(TextProvider, String, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns message to use, extracted from text provider if required.
getMessage(TextProvider, String, String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns message to use, extracted from text provider if required.
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionConverterSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomConverterSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomFormatterSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomNonConversionValidatorSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionValidatorSupport
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
getMessageKey() - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns message key set by annotation, which is used to retrieve message from Action's TextProvider if it's not empty string.
getMessageKey() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns message key set by annotation, which is used to retrieve message from Action's TextProvider if it's not empty string.
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
If conversion failed, returns error message key to use, or null to use annotation setting.
getMessageKey() - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns message key set by annotation, which is used to retrieve message from Action's TextProvider if it's not empty string.
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
getMessageKey() - Method in interface name.matthewgreet.strutscommons.policy.NonConversionValidator
Returns message key set by annotation, which is used to retrieve message from Action's TextProvider if it's not empty string.
getMessageKey() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns message key set by annotation, which is used to retrieve message from Action's TextProvider if it's not empty string.
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.RegexValidator
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.RequiredValidator
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
getMessageKey() - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
If validation failed, returns error message key to use, or null to use annotation setting.
getMessages() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Struts information messages to be used, usually for update success.
getMessages() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Struts information messages to be used, usually for update success.
getMessages() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Struts information messages to be used, usually for update success.
getMessages() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Struts information messages to be used, usually for update success.
getMessages() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns info messages to display.
getMessages() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Struts information messages to be used, usually for update success.
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionConverterSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomConverterSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomFormatterSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomNonConversionValidatorSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionValidatorSupport
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
getMessageType() - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns whether to write any error message to action errors, field errors, or action messages.
getMessageType() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns whether to write any error message to action errors, field errors, or action messages.
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
If conversion failed, returns message list to use, or null to use annotation setting.
getMessageType() - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns whether to write any error message to action errors, field errors, or action messages.
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
getMessageType() - Method in interface name.matthewgreet.strutscommons.policy.NonConversionValidator
Returns whether to write any error message to action errors, field errors, or action messages.
getMessageType() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns whether to write any error message to action errors, field errors, or action messages.
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.RegexValidator
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.RequiredValidator
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
getMessageType() - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
If validation failed, returns message list to use, or null to use annotation setting.
getModel() - Method in class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
 
getModelDriven() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns whether Action is ModelDriven.
getMultipleValueFormField(String, String) - Method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary.FormattedFormsResult
 
getName() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
getName() - Method in class name.matthewgreet.strutscommons.util.ListCache
 
getName() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns name of this cache, used in logs.
getNoConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns policies for string fields set from a request parameter without conversion.
getNoConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getNoConversionFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getNonConversionShortCircuit(Field, AnnotationValidationInterceptor.AnnotationEntry<?>, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether a rejection by the non-conversion validator should stop further validation.
getNonConversionValidator() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getOwningActionClass() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
Returns class of Action that retrieved form, or null if form not yet retrieved.
getOwningActionFieldNames() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
Returns names of fields that received form, or null if form not yet retrieved.
getOwningURL() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
Returns URL of page that retrieved messages so refresh still gets them.
getPage() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns current page containing selected record, loading records if needed.
getPage() - Method in class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
getPage() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns current page number, starting at 1.
getPageByIdsFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy object used to retrieve page by their record primary keys.
getPageByIdsFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns finder Strategy for loading multiple items by id, if in page-by-id mode.
getPageByIndexRangeFinder() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns page by index finder for page by index pagination mode.
getPageByIndexRangeFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Strategy object used to retrieve page by their indices.
getPageByIndexRangeFinder() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns finder Strategy for loading multiple items by index range, if in page-by-index-range mode.
getPageEndIndex() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns index of last item in current page of list (which starts at index 0).
getPageExtensionAssembler() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns Transfer Object Assembler for adding record extensions needed for requested page that is not loaded by a base record list finder.
getPageExtensionAssembler() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns Transfer Object Assembler for adding record extensions needed for requested page that is not loaded by a base record list finder.
getPageFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Returns Command object for reloading list size with the search parameters.
getPageMode() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Whether the list should be displayed in pages, rather than the entire list.
getPageMode() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Whether list should be displayed in pages.
getPageNo() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns number of current page, starting at 1, containing selected record.
getPageNo() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getPageSize() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns size of each page, if in page mode.
getPageSize() - Method in class name.matthewgreet.strutscommons.util.ListCache
 
getPageSize() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
getPageSize() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getPageSize() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns size of pages.
getPageStartIndex() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns index of first item in current page of list (which starts at index 0).
getPageStartRecordNo() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getPaginationMode() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns pagination mode.
getPaginationMode() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns how pages are retrieved.
getPaginationMode() - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
Returns pagination mode that will be used.
getPairConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns policies for string/non-string field pairs where the string field stores the unconverted request parameter and non-string field has the converted value.
getPairConversionFields() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getPairConversionFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getPairFieldUsage() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns field and configured policies to apply for pair conversion mode.
getPairFieldUsage() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns field and configured policies to apply for pair conversion mode.
getParameter() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns the request parameter applying to the form field, which can be an Parameter.Empty instance.
getParameterNameIndexSelect() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
Returns name of request parameter that specifies selected item by its index number (starting at 0).
getParameterNameIndexSelect() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns name of request parameter that specifies selected item by its index number (starting at 0).
getParameterNameMasterIndexSelect() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns name of request parameter that specifies selected item of master list by its index number (starting at 0).
getParameterNamePage() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns name of request parameter that specifies page to display (if in page mode), starting at 1.
getParameterNameReload() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns name of request parameter that specifies reloading from DB.
getParameterNameSortAscending() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns name of request parameter that specifies ascending sort order.
getParameterNameSortOption() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns name of request parameter that specifies sort option, usually a record field name.
getParamNameMaxLength() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
getParamNameMaxLength() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns maximum length of parameters that can be accepted.
getParsedCollectionValue() - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
getParsedCollectionValue() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns successfully converted value, for a collection field.
getParsedValue() - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
getParsedValue() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns successfully converted value, for a single value field.
getPolicies() - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns list of all built-in adjusters, converters, and validators.
getPolicyClass() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PolicyEntry
 
getPostConversionAdjuster() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getPostConversionAdjusters() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getPostConversionShortCircuit(Field, AnnotationValidationInterceptor.AnnotationEntry<?>, T) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns whether a rejection by the non-conversion validator should stop further validation.
getPostConversionValidator() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
getPostConversionValidators() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getPrivateAttributeMap() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns shallow copy of private, tab-specific attributes.
getPrivateAttributeMap() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getPrivateAttributeNames() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns set of names of private, tab-specific attributes.
getPrivateAttributeNames() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getPrivateAttributeNamesInternal() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getProcessedParameterNames() - Method in class name.matthewgreet.strutscommons.form.ManualParameterConversionResult
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomAdjusterSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionConverterSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionAdjusterSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomConverterSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomNonConversionValidatorSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionAdjusterSupport
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionValidatorSupport
 
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.Adjuster
Returns whether adjuster should not be skipped if the form field value is empty string.
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionAdjuster
Returns whether validator should not be skipped if conversion failed or was skipped.
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns whether validator should not be skipped if conversion failed or was skipped.
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns whether Converter.convert(java.lang.String, java.lang.Class<? extends T>) converts empty string value, and Converter.format(T) formats null value.
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.NonConversionValidator
Returns whether validator should not be skipped if the form field value is empty string.
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionAdjuster
Returns whether validator should not be skipped if conversion failed or was skipped.
getProcessNoValue() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns whether validator should not be skipped if conversion failed or was skipped.
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.RegexValidator
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.RequiredValidator
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.ToEndOfDayAdjuster
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.ToLowerCaseAdjuster
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.ToStartOfDayAdjuster
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.ToUpperCaseAdjuster
 
getProcessNoValue() - Method in class name.matthewgreet.strutscommons.policy.TrimAdjuster
 
getProcessor() - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
getProcessUnreferencedFields() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
getProcessUnreferencedFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns whether fields with no policy annotations and not set by a parameter are processed, rather than skipped.
getProperties(Class<?>) - Static method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns all member fields of a class, whether directly declared by the class or inherited.
getProperties(Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns all form fields of defined by form class.
getProperties(Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns all properties of a class, even private ones, whether directly declared or inherited.
getProperties(Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Returns all form fields of defined by form class.
getProperties(Class<?>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns all properties of a class, even private ones, whether directly declared or inherited.
getProperty(Class<?>, String) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns property of a class, even if private or inherited, or null if not found.
getRange(int, int) - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns range of records from cached list, loading them if needed.
getRecipeintField() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor.ConversionFieldResult
Deprecated.
 
getRecipeintField() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.ConversionFieldResult
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
getRecipientClass() - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns item types of recipient collection fields that can receive converted form value.
getRecipientClass() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionAdjuster
Returns item types of recipient collection fields that can receive converted form value.
getRecipientClass() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns item types of recipient collection fields that can receive converted form value.
getRecipientClass() - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns type of recipient fields that can receive converted form value.
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
getRecipientClass() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionAdjuster
Returns type of recipient fields that can receive converted form value.
getRecipientClass() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns type of recipient fields that can receive converted form value.
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.ToEndOfDayAdjuster
 
getRecipientClass() - Method in class name.matthewgreet.strutscommons.policy.ToStartOfDayAdjuster
 
getRecipientField(Field, Annotation, Collection<Field>, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Finds field to receive converted value from fields found in the form, or null if not found.
getRecipientFieldForConversionMode() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionConverterSupport
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionFormatterSupport
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomConverterSupport
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomFormatterSupport
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.BigDecimalConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.BooleanConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.ByteConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.CharacterConverter
 
getRecipientFieldName() - Method in interface name.matthewgreet.strutscommons.policy.CollectionConverter
Returns name of field to receive converted form value, which can be empty string to use default.
getRecipientFieldName() - Method in interface name.matthewgreet.strutscommons.policy.Converter
Returns name of field to receive converted form value, which can be empty string to use default.
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.DoubleConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.EnumConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.FloatConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.IntegerConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.LongConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.ShortConverter
 
getRecipientFieldName() - Method in class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
getRecord() - Method in class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
getRecordArray() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getRecordCollection() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getRecordField() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldSource
 
getRecordField() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getRecordName() - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
getRecordNo() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getRejected() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Indicates creating the finder Command failed or, if it was retrieved, the list was rejected.
getRejected() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Indicates creating the finder Command failed or, if it was retrieved, the id list was rejected.
getRejected() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Indicates creating the finder Command failed or, if it was retrieved, the list size was rejected.
getRejected() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Indicates creating the finder Command failed or, if it was retrieved, the list was rejected.
getRejected() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Indicates creating the finder Command failed or, if it was retrieved, the list was rejected.
getRejectMessage() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig
Written by subclasses to return name of message to be used if AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig.getRejectNoMatch() is true.
getRejectMessage() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
Written by subclasses to return message to be used if AbstractFindIdListActionSupport.FindIdListConfig.getRejectNoMatch() is true.
getRejectMessage() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
Written by subclasses to return message to be used if AbstractFindIndexListActionSupport.FindIndexListConfig.getRejectNoMatch() is true.
getRejectMessage() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListConfig
Written by subclasses to return name of message to be used if AbstractFindListActionSupport.FindListConfig.getRejectNoMatch() is true.
getRejectMessage() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeConfig
Written by subclasses to return name of message to be used if AbstractFindListMultiModeActionSupport.FindListMultiModeConfig.getRejectNoMatch() is true.
getRejectNoMatch() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig
Indicates that an empty list means manually entered search parameters must be rejected.
getRejectNoMatch() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
Indicates that an empty list means manually entered search parameters must be rejected.
getRejectNoMatch() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
Indicates that an empty list means manually entered search parameters must be rejected.
getRejectNoMatch() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListConfig
Indicates that an empty list means manually entered search parameters must be rejected.
getRejectNoMatch() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeConfig
Indicates that an empty list means manually entered search parameters must be rejected.
getReload() - Method in class name.matthewgreet.strutscommons.util.ListCache
Indicates if record list must be reloaded.
getReloadDefault() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns whether to reload from DB in the absence of the reload parameter.
getRequireSelectedItemDetail() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns whether currently selected item of list cache must include details.
getRequireSelectedMasterDetail() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns whether currently selected item of master list cache must include details.
getReSort() - Method in class name.matthewgreet.strutscommons.util.ListCache
Indicates if record list must be sorted.
getResponse() - Method in class name.matthewgreet.strutscommons.action.AbstractJsonServerAction
 
getSaveListConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
Written by subclasses to configure behaviour of view action.
getSelected() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns selected item from list.
getSelected() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
getSelected() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
getSelectedAttribute() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
Convenience method for selection list items.
getSelectedAttribute() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Convenience method for selection list items.
getSelectedIndex() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns index of currently selected item, starting at 0, in list.
getSelectedIndex() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns index of currently selected item relative to current page, stating at 0.
getSelectedItem() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns currently selected item in list.
getSelectedItem() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Returns selected, formatted item or null if none selected.
getSelectedItem() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Returns selected, formatted item or null if none selected.
getSelectedMasterIndex() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns index of currently selected item in list cache that backs the current page, starting at 0.
getSelectedNoDetail() - Method in class name.matthewgreet.strutscommons.util.ListCache
Returns selected item from list, which won't automatically load details.
getServletContext() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getServletRequest() - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
 
getSessionContext() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getSetOnlyFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns string fields that are set from a request parameter with no validation or other policies.
getSetOnlyFields() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getSetOnlyFields() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
getSharedAttributeMap() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns shallow copy of shared attributes.
getSharedAttributeMap() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getSharedAttributeNames() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns set of names of shared attributes.
getSharedAttributeNames() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getSharedAttributeNamesInternal() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomNonConversionValidatorSupport
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomPostConversionValidatorSupport
 
getShortCircuit() - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns whether rejection by this validator should stop further validation.
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
getShortCircuit() - Method in interface name.matthewgreet.strutscommons.policy.NonConversionValidator
Returns whether rejection by this validator should stop further validation.
getShortCircuit() - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns whether rejection by this validator should stop further validation.
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.RegexValidator
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.RequiredValidator
 
getShortCircuit() - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
If validation failed, returns whether to stop further validation of the same type.
getSiblingTabCountAvailable() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
If true, the number of browser tabs displaying pages of the same app but independent, per-tab search results are counted and known.
getSiblingTabNo() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
Returns position of this tab among list of sibling tabs, browser tabs displaying pages of the same app but independent, per-tab search results.
getSiblingTabSize() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
Returns the number of browser tabs displaying pages of the same app but independent, per-tab search results.
getSingleValueFormField(String, String) - Method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary.FormattedFormsResult
 
getSize(M) - Method in interface name.matthewgreet.strutscommons.util.ListSizeFinder
Returns size of list records according to implementing search criteria.
getSizeFinderCommand() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Returns Command object for reloading list size with the search parameters.
getSlaveListCache1() - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache_1S
Returns cache of slave list 1.
getSlaveListCache1Config() - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache_1S
Overridden by concrete implementations to configure slave list cache 1.
getSlaveListCache2() - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache_2S
Returns cache of slave list 2.
getSlaveListCache2Config() - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache_2S
Overridden by concrete implementations to configure slave list cache 2.
getSortComparator() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return a comparator for defining display order of formatted items.
getSortComparator() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to return a comparator for defining display order of formatted items.
getSortComparator() - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay
Deprecated.
Returns comparator that compares number items by value.
getSortComparator() - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2
Returns comparator that compares number items by value.
getSortComparator() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return a comparator for defining display order of formatted items.
getSortComparator() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
May be overridden by subclasses to return a comparator for defining display order of formatted items.
getStartMasterIndex() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns index of first item in current page relative to master list that backs it (which starts at index 0).
getStep() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns current, field-level processing step.
getStep() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns current, top-level processing step.
getStep() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns current, field-level processing step.
getStep() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
getStoredForm() - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns a processed form stored in session.
getSucceeded() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Indicates the save succeeded.
getSuccess() - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
getSuccess() - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
 
getSuccessResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Action result name to use if response reports success.
getSuccessResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Action result name to use if response reports success.
getSuccessResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Action result name to use if response reports success.
getSuccessResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Action result name to use if response reports success.
getSuccessResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Action result name to use if response is success.
getSuccessResultName() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Action result name to use if response reports success.
getSuccessSingleForwardName() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Action result name to use if response is success, useSuccessSingle is true, and search result contains just one result.
getSystemFailureErrorMessage() - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns error message for system failure exceptions.
getTabId() - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
Deprecated.
Suffers from a design flaw of not handling when a user opens a link in a new tab. Obtain the BrowserTabSession instance using AbstractActionSupport.getBrowserTabSession() and place session objects in that.
getTabId() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabAware
Deprecated.
 
getTabId() - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Returns id of browser tab.
getTabId() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getTabId(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
 
getText() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
Returns text displayed in web page.
getText() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Returns text displayed in web page.
getText(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return text to be displayed to user as part of OPTION element.
getText(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to return text to be displayed to user as part of OPTION element.
getText(Integer) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay
Deprecated.
Converts number to select box item display text.
getText(Integer) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2
Converts number to select box item display text.
getText(T) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Overridden by subclasses to return formatted text to be displayed to user as part of OPTION element.
getText(T) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Overridden by subclasses to return formatted text to be displayed to user as part of OPTION element.
getTextProvider() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns message key translator, which can be null if not provided by Action.
getTotalItems() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns total number of items.
getTotalPages() - Method in class name.matthewgreet.strutscommons.util.ListCache
 
getTotalPages() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
getTotalPages() - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
Returns total number of pages.
getTypeFromCollectionField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns element type of a collection-based form field.
getTypeFromCollectionField(Field) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns element type of a collection-based form field.
getUnformattedCollectionValue() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns unformatted value for collection fields.
getUnformattedField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns field containing value to be formatted.
getUnformattedField() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
getUnformattedList() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Returns current page (which is entire list for non-page mode) of unformatted records selected for formatting and display.
getUnformattedName() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
getUnformattedSelectedItem() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
getUnformattedValue() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Returns unformatted value for single value fields.
getUpdatedItem() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Updated version of selected item in current cache list or item to add.
getUpdateItem() - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Whether selected item should be updated or new item added.
getUseSuccessSingle() - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
If true and search result has just one entry, uses successSingleForwardName Action result.
getValidationAware() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Returns recipient of error messages, which can be null if not provided by Action.
getValidationResult() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Returns result of a non-conversion or post-conversion validation, if any.
getValidators() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationEntries
 
getValue() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
Returns value to be used in VALUE attribute.
getValue() - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Returns value to be used in VALUE attribute, which, if it's set, the formatted version of the key.
getValue(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return string to be used in VALUE attribute of OPTION element.
getValue(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to return string to be used in VALUE attribute of OPTION element.
getValue(Integer) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay
Deprecated.
Converts number to select box item value.
getValue(Integer) - Method in class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2
Converts number to select box item value.
getValue(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getValue(K) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Overridden by subclasses to return string to be used in VALUE attribute of OPTION element.
getValue(T) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Overridden by subclasses to return string to be used in VALUE attribute of OPTION element.
getValueNames() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
getViewListConfig() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Written by subclasses to configure behaviour of view action.
getViewResponse(M, T) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
May be overridden by subclasses to return the Struts 2 result name and, more likely, load additional data needed by the JSP.

H

handleAttributeFailures(BrowserTabSession, BrowserTabSession, Set<String>) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabAware2
May be overridden to handle attributes that failed manual or automatic copying or cloning.
hasBlankValue() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return true, inserting a blank value at the beginning of the SELECT list.
hasBlankValue() - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to return true, inserting a blank value at the beginning of the SELECT list.
hasBlankValue() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return true, inserting a blank value at the beginning of the SELECT list.
hasBlankValue() - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
May be overridden by subclasses to return true, inserting a blank value at the beginning of the SELECT list.

I

IdListFinder<M,K> - Interface in name.matthewgreet.strutscommons.util
Strategy for finding list of ids or other primary keys.
IGNORE - Enum constant in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
 
init() - Method in class name.matthewgreet.strutscommons.view.AbstractDetailDisplay
 
init() - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
 
init() - Method in class name.matthewgreet.strutscommons.view.AbstractListDisplay
 
injectForm(ActionInvocation, FormStoreInterceptor.StoredForm, Field) - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Injects form into specific field.
IntegerConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a int or Integer type and error message to display if this fails.
IntegerConverter - Class in name.matthewgreet.strutscommons.policy
 
IntegerConverter() - Constructor for class name.matthewgreet.strutscommons.policy.IntegerConverter
 
IntegerCSVConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed from comma separated values to some collection type of Integer and error message to display if this fails.
IntegerCSVConverter - Class in name.matthewgreet.strutscommons.policy
 
IntegerCSVConverter() - Constructor for class name.matthewgreet.strutscommons.policy.IntegerCSVConverter
 
IntegerListSelectBoxDisplay - Class in name.matthewgreet.strutscommons.view
Deprecated.
Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. Use IntegerListSelectBoxDisplay2 as the base template and SingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String) to set the selected item from the formatted half of a formatted/unformatted field pair.
IntegerListSelectBoxDisplay() - Constructor for class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay
Deprecated.
 
IntegerListSelectBoxDisplay.NumberComparator - Class in name.matthewgreet.strutscommons.view
Deprecated.
 
IntegerListSelectBoxDisplay2 - Class in name.matthewgreet.strutscommons.view
Concrete subclass of SingleSelectBoxDisplay that formats list of numbers for display in an HTML select box.
IntegerListSelectBoxDisplay2() - Constructor for class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2
 
IntegerListSelectBoxDisplay2.NumberComparator - Class in name.matthewgreet.strutscommons.view
 
IntegerRange - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines error message to display if an integer is not within a range.
IntegerRangeValidator - Class in name.matthewgreet.strutscommons.policy
 
IntegerRangeValidator() - Constructor for class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.ExceptionMappingInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.MessageAmalgamationInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor
 
intercept(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
 
InterceptorCommonLibrary - Class in name.matthewgreet.strutscommons.util
Static functions used by validation Interceptors, form formating Interceptors and validators.
InterceptorCommonLibrary() - Constructor for class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
 
InterceptorCommonLibrary.AnnotationEntries<T> - Class in name.matthewgreet.strutscommons.util
Summarises the list of recognised annotations of a form field.
InterceptorCommonLibrary.AnnotationUsage - Enum Class in name.matthewgreet.strutscommons.util
 
InterceptorCommonLibrary.CategoriseFieldResult - Class in name.matthewgreet.strutscommons.util
 
InterceptorCommonLibrary.ConfiguredPolicy<T> - Class in name.matthewgreet.strutscommons.util
Describes a type of form field annotation and an instance of the policy it configures.
InterceptorCommonLibrary.FieldUsage<T> - Class in name.matthewgreet.strutscommons.util
 
InterceptorCommonLibrary.FormFieldCategory - Enum Class in name.matthewgreet.strutscommons.util
 
InterceptorCommonLibrary.PairFieldUsage<T> - Class in name.matthewgreet.strutscommons.util
 
InterceptorCommonLibrary.PolicyEntry<A,P> - Class in name.matthewgreet.strutscommons.util
Describes table entry that finds a policy class from the annotation class that configures it.
InterceptorContext() - Constructor for class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
InterceptorContext() - Constructor for class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
Section
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
Section
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Section
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor
Section
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageAmalgamationInterceptor
Section
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
Section
Interceptor parameters - Search tag in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor
Section
invalidate() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
isAllowed(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to filter items in lookup list from display.
isAllowed(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to filter items in lookup list from display.
isAllowed(T) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to filter items in lookup list from display.
isAllowed(T) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
May be overridden by subclasses to filter items in lookup list from display.
isNew() - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
isSystemFailureException(Exception) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns whether exception indicates a system failure, rather than rejection due to business rules.

K

KeyExtractor<K,V> - Interface in name.matthewgreet.strutscommons.util
Generic Adapter definition for extracting the id or primary key from a Data Transfer Object or entity bean.

L

ListCache<M,K,T> - Class in name.matthewgreet.strutscommons.util
Template, record list framework that uses finder Strategies to lazy load lists, pages of a list, and details of the currently selected record as needed, and typically combined with others in a framework like AbstractCompositeCache.
ListCache(ListCache.ListCacheConfig<M, K, T>, ListCache<?, ?, M>) - Constructor for class name.matthewgreet.strutscommons.util.ListCache
 
ListCache(ListCache<M, K, T>, ListCache<?, ?, M>) - Constructor for class name.matthewgreet.strutscommons.util.ListCache
Copy constructor.
ListCache.ListCacheConfig<M,K,T> - Class in name.matthewgreet.strutscommons.util
Configuration set by concrete class to control template behaviour for lists.
ListCache.NotifyMode - Enum Class in name.matthewgreet.strutscommons.util
 
ListCache.PaginationMode - Enum Class in name.matthewgreet.strutscommons.util
 
ListCacheConfig() - Constructor for class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
ListCacheListener<T> - Interface in name.matthewgreet.strutscommons.util
Notifies that list, selected item, or selection index changed or marked for reload.
ListCacheRecordComparator<T> - Interface in name.matthewgreet.strutscommons.util
Comparator used by ListCache.
ListFinder<M,T> - Interface in name.matthewgreet.strutscommons.util
Strategy for finding a sorted list.
ListSizeFinder<M> - Interface in name.matthewgreet.strutscommons.util
Strategy for finding the size of a list of records.
localeCountry() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
localeLanguage() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
logException(ActionInvocation, boolean, Exception) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Called to log exception before diverting to new result.
LONG - Enum constant in enum class name.matthewgreet.strutscommons.annotation.DateConversion.Style
 
LongConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a recipient field of long or Long type and error message to display if this fails.
LongConverter - Class in name.matthewgreet.strutscommons.policy
 
LongConverter() - Constructor for class name.matthewgreet.strutscommons.policy.LongConverter
 

M

makeAdjusterResult(Adjuster<Annotation>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeAnnotationValidationLibrary() - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
makeCollectionConverterResult(CollectionConverter<?, T>, boolean) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeCollectionForRecipient(Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns an empty collection to set the recipient field and will accept converted values.
makeCollectionForRecipient(Class<?>) - Method in class name.matthewgreet.strutscommons.policy.AbstractCollectionConverterSupport
 
makeCollectionForRecipient(Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns an empty collection to set the recipient field and will accept converted values.
makeCollectionForRecipient(Class<?>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Returns an empty, modifiable collection from a collection type.
makeCollectionForRecipient(Class<?>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary
Returns an empty, modifiable collection from a collection type.
makeCollectionPostConversionAdjusterResult(CollectionPostConversionAdjuster<?, T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeCollectionPostConversionValidatorResult(CollectionPostConversionValidator<?, T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeContent() - Method in class name.matthewgreet.strutscommons.action.AbstractJsonServerAction
 
makeConverterResult(Converter<?, T>, boolean) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeCreatedAndReloadItemSuccessResponse(T, String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an item is successfully created, complete with other list data.
makeCreatedItemSuccessResponse(T, String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an item is successfully created, complete with other list data.
makeDateFormat() - Method in class name.matthewgreet.strutscommons.policy.DateConverter
 
makeDeselectResponse() - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for changing the list selection to no item.
makeFailureAndReloadItemResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an action fails and user needs to see a reloaded item to see why.
makeFailureAndReloadListResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an action fails and user needs to see a reloaded list to see why.
makeFailureAndReloadMasterResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an action fails and user needs to see a reloaded master record and child list to see why.
makeFailureResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Returns response for a failure to create a finder Strategy or list was rejected.
makeFailureResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Returns response for a failure to create a finder Command or list was rejected.
makeFailureResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Returns response for a failure to create a finder Command or list size was rejected.
makeFailureResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Returns response for a failure to create a finder Command or list was rejected.
makeFailureResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a failure to create a finder Command or list was rejected.
makeFailureResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an action fails.
makeFailureResponseExistingMessages() - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an action fails but uses any existing error messages.
makeFailureResult() - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for failed conversion and using annotation message configuration.
makeFailureResult() - Static method in class name.matthewgreet.strutscommons.policy.ValidationResult
Returns result for validation fail and using annotation message configuration.
makeFailureWithMessageKeyResult(String, Required.MessageType) - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for failed conversion and using supplied message key.
makeFailureWithMessageKeyResult(String, Required.MessageType) - Static method in class name.matthewgreet.strutscommons.policy.ValidationResult
Returns result for validation fail and using supplied message key.
makeFailureWithMessageResult(String, Required.MessageType) - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for failed conversion and using supplied message.
makeFailureWithMessageResult(String, Required.MessageType) - Static method in class name.matthewgreet.strutscommons.policy.ValidationResult
Returns result for validation fail and using supplied message.
makeFieldContext() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns an initial execution state about a field.
makeFieldContext() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
makeForm() - Method in class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
Returns a new instance of the form.
makeFormFormatLibrary() - Method in class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor
 
makeInterceptorContext() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Returns an initial execution state.
makeInterceptorContext() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
makeInvisibleSuccessResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when an action is successful but does not change the selected item.
makeLogger(ActionInvocation) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
Returns a new logger to be used by this interceptor instance.
makeManualParameterConversionResult(Annotation) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeNAResult(Annotation) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeNoListConfig() - Static method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns new config for displaying nothing from the list.
makeNonConversionValidatorResult(NonConversionValidator<?>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeNonPagedListConfig() - Static method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns new config for actions displaying a full list of base records without any detail.
makePagedListConfig(int) - Static method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns new config for displaying lists of base records in pages without any detail.
makePostConversionAdjusterResult(PostConversionAdjuster<?, T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makePostConversionValidatorResult(PostConversionValidator<?, T>) - Static method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ConfiguredPolicy
 
makeRemovedItemSuccessResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when the selected item is successfully removed.
makeSelectBoxItemDisplay(String, String, E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
May be overridden by subclasses to return formatted text of an enumerated value for display in a select box.
makeSelectBoxItemDisplay(String, String, E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
May be overridden by subclasses to return formatted text of an enumerated value for display in a select box.
makeSetTabIdCookie() - Static method in class name.matthewgreet.strutscommons.util.ServletLibrary
Returns a new cookie to set the browser's tab id.
makeSingleRecordConfig() - Static method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Returns new config for displaying a single record with any detail.
makeSkippedCollectionResult(Collection<T>) - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for when field value is an empty string, skipping collection-based conversion.
makeSkippedResult() - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for when field value is an empty string, skipping single value conversion.
makeSuccessAndReloadItemResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
makeSuccessAndReloadListResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
makeSuccessAndReloadMasterResponse(String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
makeSuccessBaseRecordListResponse(ListFinder<M, T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created base record list finder Command.
makeSuccessBaseRecordListWithResultsResponse(ListFinder<M, T>, List<T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created base record list finder Command with results already found.
makeSuccessCollectionResult(Collection<T>) - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for successful collection-based conversion.
makeSuccessFullListResponse(ListFinder<M, T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created full list finder Command.
makeSuccessFullListWithResultsResponse(ListFinder<M, T>, List<T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created full list finder Command with results already found.
makeSuccessIdListResponse(IdListFinder<M, K>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created id list finder Command.
makeSuccessIdListWithResultsResponse(IdListFinder<M, K>, List<K>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created id list finder Command with results already found.
makeSuccessIndexListResponse(ListSizeFinder<M>, PageByIndexRangeFinder<M, T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created index list finder Command and page by index Command.
makeSuccessIndexListWithResultsResponse(ListSizeFinder<M>, PageByIndexRangeFinder<M, T>, int) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
Returns response for a successfully created index list finder Command and page by index Command.
makeSuccessResponse(IdListFinder<M, K>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Returns response for a successfully created finder Command and template class will retrieve list.
makeSuccessResponse(ListFinder<M, T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Returns response for a successfully created finder Command and template class will retrieve list.
makeSuccessResponse(ListFinder<M, T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Returns response for a successfully created finder Command and template class will retrieve list.
makeSuccessResponse(ListSizeFinder<M>, PageByIndexRangeFinder<M, T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Returns response for a successfully created finder Command and template class will retrieve list size.
makeSuccessResult() - Static method in class name.matthewgreet.strutscommons.policy.ValidationResult
Returns result for validation pass.
makeSuccessResult(T) - Static method in class name.matthewgreet.strutscommons.policy.ConversionResult
Returns result for successful single value conversion.
makeSuccessWithIdsResponse(IdListFinder<M, K>, List<K>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
Returns response for a successfully created finder Command and list has already been retrieved.
makeSuccessWithListResponse(ListFinder<M, T>, List<T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
Returns response for a successfully created finder Command and list has already been retrieved.
makeSuccessWithListResponse(ListFinder<M, T>, List<T>) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
Returns response for a successfully created finder Command and list has already been retrieved.
makeSuccessWithListSizeResponse(ListSizeFinder<M>, PageByIndexRangeFinder<M, T>, int) - Static method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
Returns response for a successfully created finder Command and list size has already been retrieved.
makeUpdatedItemSuccessResponse(T, String) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when the selected item is successfully updated.
makeUpdatedItemSuccessSilentResponse(T) - Static method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Returns response for when the selected item is successfully updated.
MANUAL_FORMATTING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
MANUAL_PARAMETER_CONVERSION - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
MANUAL_VALIDATION - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
 
ManualParameterConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a non-String form field (whether on a Struts Action or model of ModelDriven Struts Action) must be converted from request parameters using Form.manualParameterConvert(java.util.Map<java.lang.String, java.lang.String>, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.TextProvider).
ManualParameterConversionResult - Class in name.matthewgreet.strutscommons.form
Value Object that describes the successes and failures of manually written conversion of request parameters.
ManualParameterConversionResult() - Constructor for class name.matthewgreet.strutscommons.form.ManualParameterConversionResult
 
manualParameterConvert(Map<String, String>, ValidationAware, TextProvider) - Method in class name.matthewgreet.strutscommons.form.AbstractForm
Sets, converts and validates form fields from unprocessed request parameters, writes any error messages, and returns the names of successfully processed parameters and unsuccessfully processed parameters.
manualParameterConvert(Map<String, String>, ValidationAware, TextProvider) - Method in interface name.matthewgreet.strutscommons.form.Form
Sets, converts and validates form fields from unprocessed request parameters, writes any error messages, and returns the names of successfully processed parameters and unsuccessfully processed parameters.
markChanged() - Method in class name.matthewgreet.strutscommons.util.ListCache
 
markReload() - Method in class name.matthewgreet.strutscommons.util.ListCache
Marks record list as requiring a reload.
markReSort() - Method in class name.matthewgreet.strutscommons.util.ListCache
Marks record list as requiring a re-sort.
markSelectedReload() - Method in class name.matthewgreet.strutscommons.util.ListCache
Marks single item in list as requiring a reload.
max() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerRange
 
maxLength() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MaxLength
 
MaxLength - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines error message to display if a String form field (whether on a Struts Action or model of ModelDriven Struts Action) exceeds a maximum length.
MaxLengthValidator - Class in name.matthewgreet.strutscommons.policy
 
MaxLengthValidator() - Constructor for class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
MEDIUM - Enum constant in enum class name.matthewgreet.strutscommons.annotation.DateConversion.Style
 
message - Variable in class name.matthewgreet.strutscommons.policy.ConversionResult
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.BigDecimalConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ByteConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CharacterConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DoubleConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.EnumConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.FloatConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerCSVConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerRange
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.LongConversion
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MaxLength
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MinInteger
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Regex
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Required
 
message() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ShortConversion
 
MESSAGE - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Required.MessageType
 
MessageAmalgamationInterceptor - Class in name.matthewgreet.strutscommons.interceptor
If the action implements ValidationAware, amalgametes all action errors and messages from other validation aware actions in the Value Stack.
MessageAmalgamationInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.MessageAmalgamationInterceptor
 
messageKey - Variable in class name.matthewgreet.strutscommons.policy.ConversionResult
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.BigDecimalConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ByteConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CharacterConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DoubleConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.EnumConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.FloatConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerCSVConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerRange
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.LongConversion
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MaxLength
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MinInteger
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Regex
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Required
 
messageKey() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ShortConversion
 
MessageRetrieveInterceptor - Class in name.matthewgreet.strutscommons.interceptor
If the Struts action implements ValidationAware, removes errors and messages stored in the session by MessageStoreInterceptor and injects it into the action.
MessageRetrieveInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
 
MessageStoreInterceptor - Class in name.matthewgreet.strutscommons.interceptor
If the action implements ValidationAware, stores the errors and messages in the session so it may be retrieved by a later action that displays it.
MessageStoreInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor
 
MessageStoreInterceptor.StoredMessages - Class in name.matthewgreet.strutscommons.interceptor
 
messageType - Variable in class name.matthewgreet.strutscommons.policy.ConversionResult
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.BigDecimalConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ByteConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CharacterConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DoubleConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.EnumConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.FloatConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerCSVConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerRange
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.LongConversion
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MaxLength
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MinInteger
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Regex
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Required
 
messageType() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ShortConversion
 
min() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerRange
 
min() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MinInteger
 
MinInteger - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines error message to display if an integer is less than a minimum value.
MinIntegerValidator - Class in name.matthewgreet.strutscommons.policy
 
MinIntegerValidator() - Constructor for class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 

N

NA - Class in name.matthewgreet.strutscommons.util
Class for serializable type parameters where no instance will actually be created.
NA - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
NA() - Constructor for class name.matthewgreet.strutscommons.util.NA
 
name.matthewgreet.strutscommons.action - package name.matthewgreet.strutscommons.action
Template classes and supporting interfaces for Struts 2 Actions.
name.matthewgreet.strutscommons.annotation - package name.matthewgreet.strutscommons.annotation
Annotations used in annotation-based validation and form storage/retrieval.
name.matthewgreet.strutscommons.exception - package name.matthewgreet.strutscommons.exception
Exceptions used internally by interceptors.
name.matthewgreet.strutscommons.form - package name.matthewgreet.strutscommons.form
Template classes and supporting interfaces for holding user submitted forms.
name.matthewgreet.strutscommons.interceptor - package name.matthewgreet.strutscommons.interceptor
Various Struts 2 Interceptors.
name.matthewgreet.strutscommons.policy - package name.matthewgreet.strutscommons.policy
Standard adjusters, converters and validators used in alternate annotation-based annotation.
name.matthewgreet.strutscommons.util - package name.matthewgreet.strutscommons.util
Various helper classes, especially for session-based data, and libraries.
name.matthewgreet.strutscommons.view - package name.matthewgreet.strutscommons.view
Various view helpers used for JSP pages.
NEVER - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Form.Reception
 
NO_CONVERSION - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
 
NON_CONVERSION_VALIDATING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
NON_CONVERT - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
NON_STRING - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
NON_STRING_ARRAY - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
NON_STRING_COLLECTION - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
NonConversionValidator<A> - Interface in name.matthewgreet.strutscommons.policy
Interface for form field validators used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2 that don't convert from string values.
NONE - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
NONE - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
 
NONE - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.NotifyMode
 
NOTIFY - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.NotifyMode
 
notifyChanged() - Method in class name.matthewgreet.strutscommons.util.ListCache
Notification of change.
notifyChanged(ListCache<?, ?, T>) - Method in interface name.matthewgreet.strutscommons.util.ListCacheListener
Notifies that list, selected item, or selection index changed or marked for reload.
NOTIFYING - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.NotifyMode
 
notifyMasterListCacheChanged(ListCache<?, ?, TM>) - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache
Notification that the master list cache has changed.
notifySlaveListCache1Changed(ListCache<?, ?, T1>) - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache_1S
Notification that the slave list cache 1 has changed.
notifySlaveListCache2Changed(ListCache<?, ?, T2>) - Method in class name.matthewgreet.strutscommons.util.AbstractCompositeCache_2S
Notification that the slave list cache 2 has changed.
NULL - Enum constant in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
 
NullForm - Class in name.matthewgreet.strutscommons.form
Class for form driven Actions that don't receive any form data.
NullForm() - Constructor for class name.matthewgreet.strutscommons.form.NullForm
 
NumberComparator() - Constructor for class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay.NumberComparator
Deprecated.
 
NumberComparator() - Constructor for class name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay2.NumberComparator
 

O

OLD_TAB_ID_COOKIE_NAME - Static variable in class name.matthewgreet.strutscommons.util.ServletLibrary
 
OTHER1 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER10 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER2 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER3 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER4 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER5 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER6 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER7 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER8 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
OTHER9 - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 

P

PAGE_BY_IDS - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.PaginationMode
 
PAGE_BY_INDEX_RANGE - Enum constant in enum class name.matthewgreet.strutscommons.util.ListCache.PaginationMode
 
PageByIdsFinder<K,T> - Interface in name.matthewgreet.strutscommons.util
Strategy for lazy loading a page of records to display from their ids (or other unique key), typically found by a paired IdListFinder instance.
PageByIndexRangeFinder<M,T> - Interface in name.matthewgreet.strutscommons.util
Strategy for lazy loading a page of records to display from an index range (0 based), typically with list size found by ListSizeFinder.
PageExtensionAssembler<T> - Interface in name.matthewgreet.strutscommons.util
Transfer Object Assembler for lazy loading additional data needed for a search results page that a base record list finder (instance of ListFinder) does not find.
PAIR - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
 
PAIR - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
 
PairFieldUsage() - Constructor for class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
PARAM_NAME_MAX_LENGTH - Static variable in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
param1() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
param2() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
param3() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
param4() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
param5() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
PARAMETER_FILTERING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
 
PARAMETER_NAME_INDEXSELECT - Static variable in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport
 
PARAMETER_NAME_INDEXSELECT - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
PARAMETER_NAME_MASTER_INDEXSELECT - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
PARAMETER_NAME_PAGE - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
PARAMETER_NAME_RELOAD - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
PARAMETER_NAME_SORT_ASCENDING - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
PARAMETER_NAME_SORT_OPTION - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
PARAMETER_VALUE_RELOAD_TRUE - Static variable in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.BigDecimalConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.BooleanConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ByteConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CharacterConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DoubleConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.EnumConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.FloatConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerCSVConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.LongConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.ShortConversion
 
parsedFieldName() - Element in annotation interface name.matthewgreet.strutscommons.annotation.StringCSVConversion
 
parseInteger(String, ValidationAware, String) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
 
parseRequiredEnum(String, Class<T>, ValidationAware, String, String) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
 
parseRequiredInt(String, ValidationAware, String, String) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
 
parseRequiredString(String, ValidationAware, String) - Static method in class name.matthewgreet.strutscommons.util.FormatLibrary
 
Policy<A> - Interface in name.matthewgreet.strutscommons.policy
Base interface for form field converters, validators and adjusters used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2.
PolicyEntry(Class<A>, Class<P>) - Constructor for class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PolicyEntry
 
POST_ADJUSTER - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
POST_CONVERSION_ADJUSTING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
POST_CONVERSION_VALIDATING - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
POST_VALIDATION - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
 
PostConversionAdjuster<A,T> - Interface in name.matthewgreet.strutscommons.policy
Interface for post conversion adjusters, which alter form field values and used by AnnotationValidationInterceptor2 (not AnnotationValidationInterceptor).
PostConversionValidator<A,T> - Interface in name.matthewgreet.strutscommons.policy
Interface for form field validators used by AnnotationValidationInterceptor and AnnotationValidationInterceptor2 that check a converted value.
postConvertAdjust(ActionInvocation, Object, Field, Field, ConversionResult<T>, T, AnnotationValidationInterceptor.AnnotationEntry<T>, boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Returns converted value adjusted by post conversion adjuster.
postConvertValidate(ActionInvocation, Object, Field, Field, ConversionResult<T>, T, AnnotationValidationInterceptor.AnnotationEntry<T>, boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Return validation result of converted form field value, or null if compatibility checks fail.
processAdjuster() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes adjuster, updates FieldContext formattedValue property, and updates form field for no conversion and pair conversion modes.
processAutoField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Formats non-string form field annotated by converter.
processCollectionConversionRejection() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Handles aftermath of a form field failing the conversion step, which is writing a conversion error for auto and default conversion mode, or leaving the field as is for no conversion and pair conversion mode.
processCollectionConverter() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes collection converter, sets field (non-string collection for pair conversion), sets FieldContext conversionResult property and writes error message if needed; or sets FieldContext conversionResult property to skipped collection if the adjusted formatted value is empty string.
processCollectionConverter() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
processCollectionPostConversionAdjuster() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes post-conversion adjuster, sets field (non-string for pair conversion), and sets FieldContext parsedCollectionValue property; or does nothing if the converted value is null and adjuster skips them.
processCollectionPostConversionRejection() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Handles aftermath of a form field that failed the post-conversion validation step, which is nothing as error messages are already written.
processCollectionPostConversionValidator() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes collection post-conversion validator, sets FieldContext validationResult property and writes error message if needed; or sets FieldContext validationResult property to success if the converted value is null and validator skips them.
processConversionRejection() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Handles aftermath of a form field failing the conversion step, which is writing a conversion error for auto and default conversion mode, or leaving the field as is for no conversion and pair conversion mode.
processConverter() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes converter, sets field (non-string for pair conversion), sets FieldContext conversionResult property and writes error message if needed; or sets FieldContext conversionResult property to skipped if the adjusted formatted value is empty string.
processConverter() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
processDefaultField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Formats non-string form field not annotated by converter, using default converter.
processDisplayFieldUsageArrayToArray(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets array display field from each member of an array record field formatted using converter.
processDisplayFieldUsageArrayToCollection(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets collection display field from each member of an array record field formatted using converter.
processDisplayFieldUsageArrayToSingle(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets single display field from first member of an array record field formatted using converter.
processDisplayFieldUsageCollectionToArray(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets array display field from each member of a collection record field formatted using converter.
processDisplayFieldUsageCollectionToCollection(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets collection display field from each member of a collection record field formatted using converter.
processDisplayFieldUsageCollectionToSingle(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets single display field from collection record field formatted using collection converter.
processDisplayFieldUsageOther1(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER1 formatting mode and does nothing.
processDisplayFieldUsageOther10(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER10 formatting mode and does nothing.
processDisplayFieldUsageOther2(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER2 formatting mode and does nothing.
processDisplayFieldUsageOther3(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER3 formatting mode and does nothing.
processDisplayFieldUsageOther4(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER4 formatting mode and does nothing.
processDisplayFieldUsageOther5(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER5 formatting mode and does nothing.
processDisplayFieldUsageOther6(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER6 formatting mode and does nothing.
processDisplayFieldUsageOther7(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER7 formatting mode and does nothing.
processDisplayFieldUsageOther8(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER8 formatting mode and does nothing.
processDisplayFieldUsageOther9(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Called for OTHER9 formatting mode and does nothing.
processDisplayFieldUsageSingleToArray(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets array display field from from single record field formatted using configured converter.
processDisplayFieldUsageSingleToCollection(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets collection display field from from single record field formatted using configured converter.
processDisplayFieldUsageSingleToSingle(Object, Object, DefaultDisplayFormatter.DisplayFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets single display field from from single record field formatted using configured converter.
processFileFormField() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Sets File form field from special file parameter created by FileUplodIntereceptor, for file conversion mode.
processFormattedValues() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
processFormField() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Sets, adjusts, converts and validates a form field from a request parameter according to its conversion mode.
processManualConversionFormFields() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Calls form to process request parameters not handled by other form fields and writes parameters that failed as conversion errors.
processManualParameterField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
processNoConversionField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called for string form fields, which just copies form field value to fake form.
processNonConversionRejection() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Handles aftermath of a form field failing the non-conversion validation step, which is writing a conversion error for auto and default conversion mode, or leaving the field as is for no conversion and pair conversion mode.
processNonConversionValidator() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes non-conversion validator, sets FieldContext validationResult property and writes error message if needed; or sets FieldContext validationResult property to success if the adjusted formatted value is empty string and validator skips them.
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomAdjuster
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionAdjuster
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionAdjuster
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
processNoValue() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Regex
 
processors() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Form
 
processPairField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
processPostConversionAdjuster() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes post-conversion adjuster, sets field (non-string for pair conversion), and sets FieldContext parsedValue property; or does nothing if the converted value is null and adjuster skips them.
processPostConversionRejection() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Handles aftermath of a form field that failed the post-conversion validation step, which is nothing as error messages are already written.
processPostConversionValidator() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Invokes post-conversion validator, sets FieldContext validationResult property and writes error message if needed; or sets FieldContext validationResult property to success if the converted value is null and validator skips them.
processSetOnlyField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called for string arrays and string collection form fields, which just copies form field values to fake form.
processSetOnlyFormField() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Sets string field, string array or string collection form field for set only conversion mode.
Property set 1 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Section
Property set 1 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Section
Property set 1 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Section
Property set 1 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
Section
Property set 2 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Section
Property set 2 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Section
Property set 2 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Section
Property set 2 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
Section
Property set 3 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Section
Property set 3 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Section
Property set 3 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
Section
Property set 3 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
Section
Property set 4 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
Section
Property set 4 - Search tag in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
Section
Property set 4 - Search tag in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
Section
purgePrivateAttributes(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
putFakeFormField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
putFakeMultipleFormField() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
putValue(String, Object) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 

R

reception() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Form
 
regex() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Regex
 
Regex - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines error message to display if a String form field (whether on a Struts Action or model of ModelDriven Struts Action) does not match a regular expression.
RegexValidator - Class in name.matthewgreet.strutscommons.policy
 
RegexValidator() - Constructor for class name.matthewgreet.strutscommons.policy.RegexValidator
 
RejectedFormValuesInterceptor - Class in name.matthewgreet.strutscommons.interceptor
Struts 2 Interceptor for setting conversion errors as overriding properties of the Value Stack, so rejected and failed form field values are displayed.
RejectedFormValuesInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.RejectedFormValuesInterceptor
 
RELOAD_ENTIRE - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
RELOAD_ITEM - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
RELOAD_LIST - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
RELOAD_MASTER - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
remove(int) - Method in class name.matthewgreet.strutscommons.util.ListCache
Removes item from list at index position and returns it.
REMOVE_ITEM - Enum constant in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
 
removeAttribute(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
removeAttributeInternal(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
removeListCacheListener(ListCacheListener<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
 
removeSelected() - Method in class name.matthewgreet.strutscommons.util.ListCache
Removes currently, selected item from list and returns it.
removeValue(String) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
Required - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines error message to display if a form field (whether on a Struts Action or model of ModelDriven Struts Action) has not been set.
Required.MessageType - Enum Class in name.matthewgreet.strutscommons.annotation
Message for any error messages.
RequiredValidator - Class in name.matthewgreet.strutscommons.policy
 
RequiredValidator() - Constructor for class name.matthewgreet.strutscommons.policy.RequiredValidator
 
reset() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
reset() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
reset() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
reset() - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
resetFields() - Method in class name.matthewgreet.strutscommons.form.AbstractForm
Sets all displayed fields to default values for data entry of a new record, which is usually an empty string.
resetFields() - Method in interface name.matthewgreet.strutscommons.form.Form
Sets all displayed fields to default values for data entry of a new record, which is usually an empty string.
resetFields() - Method in class name.matthewgreet.strutscommons.form.NullForm
 
restoreForm(ActionInvocation, FormStoreInterceptor.StoredForm) - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
Injects stored form into receiving field of current action and pushes conversion errors onto the Value Stack.

S

SaveListConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
 
SaveListConfig(String) - Constructor for class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
 
SaveResponse() - Constructor for class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
Default constructor.
SelectBoxItemDisplay<T> - Class in name.matthewgreet.strutscommons.view
Aids creation of OPTION tags in JSPs for SELECT elements by formatting items for display.
SelectBoxItemDisplay() - Constructor for class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
SelectBoxItemDisplay(String, String) - Constructor for class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
SelectBoxItemDisplay(String, String, T) - Constructor for class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
SelectBoxItemDisplay2<K,T> - Class in name.matthewgreet.strutscommons.view
Aids creation of OPTION tags in JSPs for SELECT elements by formatting items for display.
SelectBoxItemDisplay2() - Constructor for class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
SelectBoxItemDisplay2(String, String) - Constructor for class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
SelectBoxItemDisplay2(String, String, K, T) - Constructor for class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
separator() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerCSVConversion
 
separator() - Element in annotation interface name.matthewgreet.strutscommons.annotation.StringCSVConversion
 
ServletLibrary - Class in name.matthewgreet.strutscommons.util
Static library functions for servlets.
ServletLibrary() - Constructor for class name.matthewgreet.strutscommons.util.ServletLibrary
 
SESSION_STORED_FORM - Static variable in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor
 
SESSION_STORED_MESSAGES - Static variable in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor
 
SET_ONLY - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
 
SET_ONLY - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
 
SET_TAB_ID_COOKIE_NAME - Static variable in class name.matthewgreet.strutscommons.util.ServletLibrary
 
setAction(Object) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setAction(Object) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setActionErrors(Collection<String>) - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
setActionField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setActionMessages(Collection<String>) - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
setAllowedRequestParameters(HttpParameters) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setAnnotatedFieldName(String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setAnnotation(A) - Method in class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
 
setAnnotation(A) - Method in interface name.matthewgreet.strutscommons.policy.Policy
Sets annotation that configures this policy.
setAnnountationEntries(InterceptorCommonLibrary.AnnotationEntries<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setAnnountationEntries(InterceptorCommonLibrary.AnnotationEntries<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setAnnountationEntries(InterceptorCommonLibrary.AnnotationEntries<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setAnnountationEntries(InterceptorCommonLibrary.AnnotationEntries<T>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
setAnnountationEntries(InterceptorCommonLibrary.AnnotationEntries<T>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
setApplicationErrorMessage(String) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
 
setArray(boolean) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
setAttribute(String, Object) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Binds an object to a name as a private, tab-specific attribute, replacing any existing value.
setAttribute(String, Object) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
setAttributeInternal(String, Object) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
setAutoParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setAutoParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setAutoParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setBaseRecordListAndFinder(List<T>, ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Caches list already loaded, sets base record list finder Strategy used to load it, and sets base record list pagination mode.
setBaseRecordListFinder(ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setBaseRecordListFinder(ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets base record list finder, marks list for reload, and sets base record list pagination mode..
setBrowserTabSession(BrowserTabSession) - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
Sets a session that distinguishes between different tabs of the same web browser.
setBrowserTabSession(BrowserTabSession) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabAware2
Sets browser tab specific session.
setBrowserTabSessionData(BrowserTabSession, Class<? extends AbstractCompositeCache<?, T>>, String) - Method in class name.matthewgreet.strutscommons.view.AbstractListCacheBasedDisplay
Sets all session data, class of composite cache used by sibling tabs, and tab id of this tab.
setCollection(boolean) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
setConfiguredPolicy(InterceptorCommonLibrary.ConfiguredPolicy<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setConversionErrors(Map<String, ConversionData>) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setConversionMode(DefaultAnnotationValidatior.FieldContext.ConversionMode) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setConversionResult(ConversionResult<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setData(T) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
setData(T) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
setDefaultParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setDefaultParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setDefaultParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.FormFormatterInterceptor
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.FormRetrieveInterceptor
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.MessageRetrieveInterceptor
 
setDisabled(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.RejectedFormValuesInterceptor
 
setDisabledChangeResult(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
 
setDisabledErrorMessage(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
 
setDisplayArray(boolean) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setDisplayCollection(boolean) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setDisplayField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldSource
 
setDisplayField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setDisplayName(String) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setErrorForwardName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
 
setErrorForwardName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
 
setErrorForwardName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
 
setErrorForwardName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setErrors(Collection<String>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setFailureResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
 
setFailureResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
 
setFailureResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
 
setFailureResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
 
setFailureResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setFailureResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
setFakeForms(Map<String, Map<String, Object>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setField(Field) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
setFieldErrors(Map<String, List<String>>) - Method in class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
setFieldName(String) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setFieldType(Class<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setFieldType(Class<T>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
setFieldUsage(InterceptorCommonLibrary.FieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setFieldUsage(InterceptorCommonLibrary.FieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setFileFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setFileFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setForm(F) - Method in class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
 
setForm(Object) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setForm(Object) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setForm(Object) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setFormattableForm(FormattableForm) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setFormattedField(Field) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
setFormattedMultipleValues(List<String>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setFormattedName(String) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
setFormattedValue(String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setFormattedValue(String) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setFormatType(DefaultFormFormatter.FieldContext.FormatMode) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setFullList(List<T>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setFullListFinderCommand(ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setHasDetails(boolean) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setIdList(List<K>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setIdListAndFinder(List<K>, IdListFinder<M, K>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Caches id list already loaded, sets id list finder Strategy used to load it, and sets page by ids pagination mode.
setIdListFinder(IdListFinder<M, K>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setIdListFinder(IdListFinder<M, K>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets Strategy used to retrieve ids, sets page by ids pagination mode and marks list for reload.
setIdListFinderCommand(IdListFinder<M, K>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setIds(List<K>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
 
setIgnoreList(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setInstance(DefaultAnnotationValidatior.FieldContext<T>) - Static method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setInstance(DefaultAnnotationValidatior.InterceptorContext) - Static method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setInstance(DefaultFormFormatter.FieldContext<T>) - Static method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setInstance(DefaultFormFormatter.InterceptorContext) - Static method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setInvalid(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setInvocation(ActionInvocation) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setInvocation(ActionInvocation) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setItemDeepCopier(UnaryOperator<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setItemDeepCopier(UnaryOperator<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
 
setItemFinder(SingleItemFinder<K, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setItemFinder(SingleItemFinder<K, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets Strategy for retrieving single item of list, including details.
setItemSorter(ListCacheRecordComparator<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setItemSorter(ListCacheRecordComparator<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets Strategy for sorting list data, overriding the list order of a list finder, or null to preserve list order.
setKey(K) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
setKeyExtractor(KeyExtractor<K, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setKeyExtractor(KeyExtractor<K, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets Strategy that extracts the primary key from a record.
setList(List<SelectBoxItemDisplay<E>>) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
Directly sets formatted version of account list for human display.
setList(List<SelectBoxItemDisplay<T>>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Directly sets formatted version of account list for human display.
setList(List<SelectBoxItemDisplay2<E, E>>) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Directly sets formatted version of account list for human display.
setList(List<SelectBoxItemDisplay2<K, T>>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Directly sets formatted list.
setList(List<T>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
 
setList(List<T>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
 
setList(List<T>) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setListAction(AbstractSaveListActionSupport.SaveResponse.ListAction) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
setListAndFinder(List<T>, ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Caches list already loaded, sets full list Strategy used to load it, and sets full list pagination mode.
setListFinder(ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setListFinder(ListFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets full list Strategy to retrieve list when needed and sets full list pagination mode.
setListSize(Integer) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
 
setListSize(Integer) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setListSizeAndFinder(int, ListSizeFinder<M>, PageByIndexRangeFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets list size, the list size finder used to find that, page by index range finder that will be used to find pages from list, and sets page by index pagination mode.
setListSizeFinder(ListSizeFinder<M>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setListSizeFinder(ListSizeFinder<M>, PageByIndexRangeFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets the list size finder, sets accompanying page by index range finder that will be used to find pages from list, sets page by index pagination mode, and marks list for reload.
setListSizeFinderCommand(ListSizeFinder<M>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setManualParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setManualParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setManualParameterConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setMaxInactiveInterval(int) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
setMessage(String) - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
setMessage(String) - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
 
setMessageKey(String) - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
setMessageKey(String) - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
 
setMessages(Collection<String>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setMessageType(Required.MessageType) - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
setMessageType(Required.MessageType) - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
 
setModel(String, String) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
setModel(String, String) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
setModel(String, String, K, T) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
setModel(String, String, T) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
setModel(Collection<T>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Formats lookup list for use in single selection HTML SELECT element.
setModel(Collection<T>) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Sets unformatted values and creates formatted, sorted list from it.
setModelDriven(boolean) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setMultipleValueFormField(String, String, List<String>) - Method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary.FormattedFormsResult
 
setName(String) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
setName(String) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setNoConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setNoConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setNoConversionFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setOwningActionClass(Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setOwningActionFieldNames(Set<String>) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setOwningURL(String) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setPage(int) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setPageByIdsFinder(PageByIdsFinder<K, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setPageByIdsFinder(PageByIdsFinder<K, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets Strategy used to retrieve page by their record ids.
setPageByIndexRangeFinder(PageByIndexRangeFinder<M, T>) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setPageByIndexRangeFinder(PageByIndexRangeFinder<M, T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setPageExtensionAssembler(PageExtensionAssembler<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setPageExtensionAssembler(PageExtensionAssembler<T>) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets Transfer Object Assembler for adding record extensions needed for requested page that is not loaded by a base record list finder.
setPageMode(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setPageMode(boolean) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setPageNo(int) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets index of currently selected item to be first item of page where pageNo starts at one.
setPageSize(int) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setPageSize(int) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setPageSize(int) - Method in class name.matthewgreet.strutscommons.util.ListCache
 
setPageSize(int) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setPaginationMode(ListCache.PaginationMode) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setPaginationMode(ListCache.PaginationMode) - Method in class name.matthewgreet.strutscommons.util.ListCache.ListCacheConfig
 
setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setPairFieldUsage(InterceptorCommonLibrary.PairFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setPairFieldUsage(InterceptorCommonLibrary.PairFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setParameter(Parameter) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setParameterNameIndexSelect(String) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveListConfig
 
setParameterNameIndexSelect(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setParameterNameMasterIndexSelect(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setParameterNamePage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setParameterNameReload(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setParameterNameSortAscending(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setParameterNameSortOption(String) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setParamNameMaxLength(int) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
setParamNameMaxLength(int) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
 
setParsedCollectionValue(Collection<T>) - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
setParsedCollectionValue(Collection<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setParsedValue(T) - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
setParsedValue(T) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setProcessor(Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
setProcessUnreferencedFields(boolean) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor2
 
setProcessUnreferencedFields(boolean) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
 
setRecordArray(boolean) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setRecordCollection(boolean) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setRecordField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldSource
 
setRecordField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setRecordName(String) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFieldUsage
 
setRejected(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setRejectMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig
 
setRejectMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
 
setRejectMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
 
setRejectMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListConfig
 
setRejectMessage(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeConfig
 
setRejectNoMatch(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListConfig
 
setRejectNoMatch(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListConfig
 
setRejectNoMatch(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListConfig
 
setRejectNoMatch(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListConfig
 
setRejectNoMatch(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeConfig
 
setReloadDefault(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setRequireSelectedItemDetail(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setRequireSelectedMasterDetail(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
 
setSelected(boolean) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
setSelected(boolean) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
setSelected(T) - Method in class name.matthewgreet.strutscommons.util.ListCache
Replaces selected item in list.
setSelectedFormattedValue(String) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Sets selected item of list identified by its value.
setSelectedFormattedValue(String) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Selects item matching formatted identifier.
setSelectedFormattedValueWithConversionError(String, String) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Selects item matching named Struts 2 conversion error (rejected form field value), or formatted identifier if conversion error not found.
setSelectedFormattedValueWithConversionError(String, String) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Selects item matching named Struts 2 conversion error (rejected form field value), or formatted identifier if conversion error not found.
setSelectedIndex(int) - Method in class name.matthewgreet.strutscommons.util.ListCache
Sets currently selected item in list by index.
setSelectedIndex(int) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setSelectedValue(E) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Sets selected item of list identified by its value.
setSelectedValue(String) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay
Deprecated.
Sets selected item of list identified by its formatted value.
setSelectedValue(String) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
Sets selected item of list identified by its value.
setSelectedValue(K) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Selects item matching unformatted identifier.
setSelectedValueWithConversionError(E, String) - Method in class name.matthewgreet.strutscommons.view.EnumSingleSelectBoxDisplay2
Selects item matching named Struts 2 conversion error (rejected form field value), or unformatted identifier if conversion error not found.
setSelectedValueWithConversionError(K, String) - Method in class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
Selects item matching named Struts 2 conversion error (rejected form field value), or unformatted identifier if conversion error not found.
setSetOnlyFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setSetOnlyFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setSetOnlyFields(Collection<InterceptorCommonLibrary.FieldUsage<?>>) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.CategoriseFieldResult
 
setSharedAttribute(String, Object) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabSession
Like BrowserTabSession.setAttribute(java.lang.String, java.lang.Object), binds an object to a name but as a shared attribute.
setSharedAttribute(String, Object) - Method in class name.matthewgreet.strutscommons.action.BrowserTabSessionImpl
 
setShortCircuit(boolean) - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
 
setSingleValueFormField(String, String, String) - Method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary.FormattedFormsResult
 
setStep(DefaultAnnotationValidatior.FieldContext.FieldStep) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setStep(DefaultAnnotationValidatior.InterceptorContext.InterceptorStep) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setStep(DefaultFormFormatter.FieldContext.FieldStep) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setStep(DefaultFormFormatter.InterceptorContext.InterceptorStep) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext
 
setSucceeded(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
setSuccess(boolean) - Method in class name.matthewgreet.strutscommons.policy.ConversionResult
 
setSuccess(boolean) - Method in class name.matthewgreet.strutscommons.policy.ValidationResult
 
setSuccessResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport.FindBaseRecordListResponse
 
setSuccessResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport.FindIdListResponse
 
setSuccessResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport.FindIndexListResponse
 
setSuccessResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport.FindListResponse
 
setSuccessResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setSuccessResultName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
setSuccessSingleForwardName(String) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setSystemFailureErrorMessage(String) - Method in class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
 
setTabId(String) - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
Deprecated.
Suffers from a design flaw of not handling when a user opens a link in a new tab. Obtain the BrowserTabSession instance using AbstractActionSupport.getBrowserTabSession() and place session objects in that.
setTabId(String) - Method in interface name.matthewgreet.strutscommons.action.BrowserTabAware
Deprecated.
 
setText(String) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
setText(String) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
setTextProvider(TextProvider) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setTotalItems(int) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setTotalPages(int) - Method in class name.matthewgreet.strutscommons.view.FormattedListDisplay
 
setUnformattedCollectionValue(Collection<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setUnformattedField(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setUnformattedField(Field) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
setUnformattedName(String) - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
setUnformattedValue(T) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext
 
setUpdatedItem(T) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
setUpdateItem(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse
 
setUseSuccessSingle(boolean) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport.FindListMultiModeResponse
 
setValidationAware(ValidationAware) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext
 
setValidationResult(ValidationResult) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext
 
setValue(String) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
 
setValue(String) - Method in class name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
 
SHORT - Enum constant in enum class name.matthewgreet.strutscommons.annotation.DateConversion.Style
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.IntegerRange
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MaxLength
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MinInteger
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Regex
 
shortCircuit() - Element in annotation interface name.matthewgreet.strutscommons.annotation.Required
 
ShortConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a short or Short type and error message to display if this fails.
ShortConverter - Class in name.matthewgreet.strutscommons.policy
 
ShortConverter() - Constructor for class name.matthewgreet.strutscommons.policy.ShortConverter
 
SINGLE_TO_ARRAY - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
SINGLE_TO_COLLECTION - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
SINGLE_TO_SINGLE - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
SingleItemFinder<K,T> - Interface in name.matthewgreet.strutscommons.util
Strategy for finding single item.
SingleSelectBoxDisplay<T> - Class in name.matthewgreet.strutscommons.view
Deprecated.
Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. Use SingleSelectBoxDisplay2 as the base template and SingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String) to set the selected item from the formatted half of a formatted/unformatted field pair.
SingleSelectBoxDisplay() - Constructor for class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay
Deprecated.
 
SingleSelectBoxDisplay.TextComparator - Class in name.matthewgreet.strutscommons.view
Deprecated.
 
SingleSelectBoxDisplay2<K,T> - Class in name.matthewgreet.strutscommons.view
Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an unformatted list for display.
SingleSelectBoxDisplay2() - Constructor for class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2
 
SingleSelectBoxDisplay2.TextComparator - Class in name.matthewgreet.strutscommons.view
 
START - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
 
START - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
 
START - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FieldStep
 
START - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
 
startFieldContext(DefaultAnnotationValidatior.FieldContext.ConversionMode, Parameter, InterceptorCommonLibrary.FieldUsage<T>, InterceptorCommonLibrary.PairFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Called when algorithm is about to start for a field in earnest and sets FieldContext property set 2.
startFieldContext(DefaultFormFormatter.FieldContext.FormatMode, InterceptorCommonLibrary.FieldUsage<T>, InterceptorCommonLibrary.PairFieldUsage<T>) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called when algorithm is about to start for a field in earnest and sets FieldContext property set 2.
startFormProcessing(Field) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
Called before formatting a form and sets property set 3 of InterceptorContext.
startInterceptorContext(ActionInvocation) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Called when algorithm is about to start in earnest and sets InterceptorContext property set 2.
startInterceptorContext(ActionInvocation) - Method in class name.matthewgreet.strutscommons.util.DefaultFormFormatter
 
startRecordFormatting() - Method in class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport
Optionally written by subclasses to prepare for calls to AbstractViewListActionSupport.formatRecord(M, T).
StoredForm() - Constructor for class name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
 
StoredMessages() - Constructor for class name.matthewgreet.strutscommons.interceptor.MessageStoreInterceptor.StoredMessages
 
STRING - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
STRING_ARRAY - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
STRING_COLLECTION - Enum constant in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
 
StringCSVConversion - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed from comma separated values to some collection of String.
StringCSVConverter - Class in name.matthewgreet.strutscommons.policy
 
StringCSVConverter() - Constructor for class name.matthewgreet.strutscommons.policy.StringCSVConverter
 
StrutsMiscellaneousLibrary - Class in name.matthewgreet.strutscommons.util
Various static library functions for use by library clients not covered other libraries.
StrutsMiscellaneousLibrary() - Constructor for class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary
 
StrutsMiscellaneousLibrary.FormattedFormsResult - Class in name.matthewgreet.strutscommons.util
 
style() - Element in annotation interface name.matthewgreet.strutscommons.annotation.DateConversion
 
SUCCESS - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Form.Reception
 

T

TAB_ID_COOKIE_NAME - Static variable in class name.matthewgreet.strutscommons.util.ServletLibrary
 
TextComparator() - Constructor for class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay.TextComparator
Deprecated.
 
TextComparator() - Constructor for class name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay2.TextComparator
 
ToEndOfDay - Annotation Interface in name.matthewgreet.strutscommons.annotation
Sets the time part of a date form field (whether on a Struts Action or model of ModelDriven Struts Action) to the last millisecond of the day.
ToEndOfDayAdjuster - Class in name.matthewgreet.strutscommons.policy
 
ToEndOfDayAdjuster() - Constructor for class name.matthewgreet.strutscommons.policy.ToEndOfDayAdjuster
 
ToLowerCase - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be modified using the String.toLowerCase() function.
ToLowerCaseAdjuster - Class in name.matthewgreet.strutscommons.policy
 
ToLowerCaseAdjuster() - Constructor for class name.matthewgreet.strutscommons.policy.ToLowerCaseAdjuster
 
ToStartOfDay - Annotation Interface in name.matthewgreet.strutscommons.annotation
Sets the time part of a date form field (whether on a Struts Action or model of ModelDriven Struts Action) to midnight, the start of the day.
ToStartOfDayAdjuster - Class in name.matthewgreet.strutscommons.policy
 
ToStartOfDayAdjuster() - Constructor for class name.matthewgreet.strutscommons.policy.ToStartOfDayAdjuster
 
toString() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FieldUsage
 
toString() - Method in class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
 
ToUpperCase - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be modified using the String.toUpperCase() function.
ToUpperCaseAdjuster - Class in name.matthewgreet.strutscommons.policy
 
ToUpperCaseAdjuster() - Constructor for class name.matthewgreet.strutscommons.policy.ToUpperCaseAdjuster
 
translateFinderException(IdListFinder<M, K>, Exception) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIdListActionSupport
May be overridden by subclasses to translate an exception thrown by a list finder Command into a Struts message key, so a message is displayed to the user.
translateFinderException(ListFinder<M, T>, Exception) - Method in class name.matthewgreet.strutscommons.action.AbstractFindBaseRecordListActionSupport
May be overridden by subclasses to translate an exception thrown by a list finder Command into a Struts message key, so a message is displayed to the user.
translateFinderException(ListFinder<M, T>, Exception) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListActionSupport
May be overridden by subclasses to translate an exception thrown by a list finder Command into a Struts message key, so a message is displayed to the user.
translateFinderException(ListFinder<M, T>, IdListFinder<M, K>, ListSizeFinder<M>, Exception) - Method in class name.matthewgreet.strutscommons.action.AbstractFindListMultiModeActionSupport
May be overridden by subclasses to translate an exception thrown by a list finder Command, id list finder Command or list size finder Command into message.
translateFinderException(ListSizeFinder<M>, Exception) - Method in class name.matthewgreet.strutscommons.action.AbstractFindIndexListActionSupport
May be overridden by subclasses to translate an exception thrown by a list size finder Command into a Struts message, so a message is displayed to the user.
trim() - Element in annotation interface name.matthewgreet.strutscommons.annotation.MaxLength
 
trim() - Element in annotation interface name.matthewgreet.strutscommons.annotation.StringCSVConversion
 
Trim - Annotation Interface in name.matthewgreet.strutscommons.annotation
Defines a form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be trimmed using the String.trim() function.
TrimAdjuster - Class in name.matthewgreet.strutscommons.policy
 
TrimAdjuster() - Constructor for class name.matthewgreet.strutscommons.policy.TrimAdjuster
 

U

UnhandledExceptionWriterInterceptor - Class in name.matthewgreet.strutscommons.interceptor
Detects an exception not handled by the form driven action, logs it, changes the result to 'input' or 'error' as needed and, if it implements ValidationAware, writes an action error for the user.
UnhandledExceptionWriterInterceptor() - Constructor for class name.matthewgreet.strutscommons.interceptor.UnhandledExceptionWriterInterceptor
 
UNSUPPORTED - Enum constant in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
 
updateDisplay(Class<?>, Object, Object) - Method in class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter
Sets string fields of display from fields of record with the same name but formatted according to the conversion annotations on display fields, or default converter if no annotation.
updateDisplay(Class<?>, Object, Object) - Method in interface name.matthewgreet.strutscommons.util.DisplayFormatter
Called by Struts Actions to format a view helper from a source record.
updateDisplay(Class<?>, Object, Object) - Static method in class name.matthewgreet.strutscommons.util.StrutsMiscellaneousLibrary
Sets string fields of display from fields of record with the same name but formatted according to the conversion annotations on display fields, or default converter if no annotation.
updateRequestParameters() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Sets interceptor context's request parameters as a mutable copy.
usesPageExtensionData() - Method in interface name.matthewgreet.strutscommons.util.ListCacheRecordComparator
Returns whether this comparator uses data that must be loaded by a page extension assembler.

V

validate() - Method in class name.matthewgreet.strutscommons.action.AbstractFormDrivenActionSupport
 
validate() - Method in interface name.matthewgreet.strutscommons.util.AnnotationValidatior
Called by AnnotationValidationInterceptor2 convert and validate form fields.
validate() - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Entry point called by AnnotationValidationInterceptor2.
validate(Integer) - Method in class name.matthewgreet.strutscommons.policy.IntegerRangeValidator
 
validate(Integer) - Method in class name.matthewgreet.strutscommons.policy.MinIntegerValidator
 
validate(String) - Method in class name.matthewgreet.strutscommons.policy.MaxLengthValidator
 
validate(String) - Method in interface name.matthewgreet.strutscommons.policy.NonConversionValidator
Returns result of validation of form field.
validate(String) - Method in class name.matthewgreet.strutscommons.policy.RegexValidator
 
validate(String) - Method in class name.matthewgreet.strutscommons.policy.RequiredValidator
 
validate(Collection<T>) - Method in class name.matthewgreet.strutscommons.policy.AbstractCustomCollectionPostConversionValidatorSupport
 
validate(Collection<T>) - Method in interface name.matthewgreet.strutscommons.policy.CollectionPostConversionValidator
Returns result of checking converted form field value and message to use if failed.
validate(T) - Method in interface name.matthewgreet.strutscommons.policy.PostConversionValidator
Returns result of checking converted form field value and message to use if failed.
validateCollectionConversion(Field, Annotation, CollectionConverter<?, T>, String, Field, Class<T>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Calls validator to convert string form field value to recipient field of expected data type.
validateCollectionPostConversion(Field, Annotation, CollectionPostConversionValidator<?, T>, Collection<T>, Field, Class<?>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Calls validator to check a converted form field.
validateConversion(Field, Annotation, Converter<?, T>, String, Field, Class<T>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Calls validator to convert string form field value to recipient field of expected data type.
validateNonConversion(Field, AnnotationValidationInterceptor.AnnotationEntry<?>, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Calls validator to check a form field before any conversion.
validatePostConversion(Field, Annotation, PostConversionValidator<?, T>, T, Field, Class<T>) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Calls validator to check a converted form field.
ValidationResult - Class in name.matthewgreet.strutscommons.policy
Describes result of a validation.
ValidationResult() - Constructor for class name.matthewgreet.strutscommons.policy.ValidationResult
 
ValidationResult(boolean, String, String, Required.MessageType) - Constructor for class name.matthewgreet.strutscommons.policy.ValidationResult
 
validatorClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionConversion
 
validatorClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomCollectionPostConversionValidation
 
validatorClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomConversion
 
validatorClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomPostConversionValidation
 
validatorClass() - Element in annotation interface name.matthewgreet.strutscommons.annotation.CustomValidation
 
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.annotation.DateConversion.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.annotation.Form.Reception
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.annotation.Required.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FieldStep
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.ListCache.NotifyMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class name.matthewgreet.strutscommons.util.ListCache.PaginationMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class name.matthewgreet.strutscommons.action.AbstractSaveListActionSupport.SaveResponse.ListAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.annotation.DateConversion.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.annotation.Form.Reception
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.annotation.Required.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.interceptor.BrowserTabInterceptor2.AttributeCloneAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.ConversionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.FieldContext.FieldStep
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior.InterceptorContext.InterceptorStep
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultDisplayFormatter.DisplayFormatMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FieldStep
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.FieldContext.FormatMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.DefaultFormFormatter.InterceptorContext.InterceptorStep
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.AnnotationUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FormFieldCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.ListCache.NotifyMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class name.matthewgreet.strutscommons.util.ListCache.PaginationMode
Returns an array containing the constants of this enum class, in the order they are declared.
ViewListConfig() - Constructor for class name.matthewgreet.strutscommons.action.AbstractViewListActionSupport.ViewListConfig
Constructor for displaying entire list (regardless of cache mode).

W

WARNING - Enum constant in enum class name.matthewgreet.strutscommons.annotation.Required.MessageType
 
withServletRequest(HttpServletRequest) - Method in class name.matthewgreet.strutscommons.action.AbstractActionSupport
 
withServletResponse(HttpServletResponse) - Method in class name.matthewgreet.strutscommons.action.AbstractJsonServerAction
 
writeFieldError(ValidationAware, String, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Writes message to Action's field errors for field.
writeFieldError(ValidationAware, String, String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Writes message to Action's field errors for field.
writeGeneralError(ValidationAware, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Writes message to Action's action errors.
writeGeneralError(ValidationAware, String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Writes message to Action's action errors.
writeInfoMessage(ValidationAware, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Writes message to Action's action messages.
writeInfoMessage(ValidationAware, String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Writes message to Action's action messages.
writeWarningMessage(ValidationAware, String) - Method in class name.matthewgreet.strutscommons.interceptor.AnnotationValidationInterceptor
Deprecated.
Writes message to Action's action warnings.
writeWarningMessage(ValidationAware, String) - Method in class name.matthewgreet.strutscommons.util.DefaultAnnotationValidatior
Writes message to Action's action warnings.
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form