Uses of Class
name.matthewgreet.strutscommons.util.FieldParsedParameterList
Packages that use FieldParsedParameterList
Package
Description
Template classes and supporting interfaces for holding user submitted forms.
Various helper classes, especially for session-based data, and libraries.
-
Uses of FieldParsedParameterList in name.matthewgreet.strutscommons.form
Method parameters in name.matthewgreet.strutscommons.form with type arguments of type FieldParsedParameterListModifier and TypeMethodDescriptionAbstractForm.manualParameterConvert(Map<String, FieldParsedParameterList> unprocessedParameters, ValidationAware2 validationAware, TextProvider textProvider) 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.Form.manualParameterConvert(Map<String, FieldParsedParameterList> unprocessedParameters, ValidationAware2 validationAware, TextProvider textProvider) 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. -
Uses of FieldParsedParameterList in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return FieldParsedParameterListModifier and TypeMethodDescriptionDefaultAnnotationValidator.FieldContext.getFieldParsedParameterList()Returns the list of parsed request parameters applying to the form field.Methods in name.matthewgreet.strutscommons.util that return types with arguments of type FieldParsedParameterListModifier and TypeMethodDescriptionDefaultAnnotationValidator.InterceptorContext.getFieldParsedParameterListTable()Returns table of parameters parsed into field name and index, lookup by field name.Methods in name.matthewgreet.strutscommons.util with parameters of type FieldParsedParameterListModifier and TypeMethodDescriptionvoidDefaultAnnotationValidator.FieldContext.setFieldParsedParameterList(FieldParsedParameterList fieldParsedParameterList) protected <T> voidDefaultAnnotationValidator.startFieldContext(DefaultAnnotationValidator.FieldContext.ConversionMode conversionMode, FieldParsedParameterList fieldParsedParameterList, InterceptorCommonLibrary.FieldUsage<T> fieldUsage, InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) Called when algorithm is about to start for a field in earnest and sets FieldContext property set 2.Method parameters in name.matthewgreet.strutscommons.util with type arguments of type FieldParsedParameterListModifier and TypeMethodDescriptionvoidDefaultAnnotationValidator.InterceptorContext.setFieldParsedParameterListTable(Map<String, FieldParsedParameterList> fieldParsedParameterListTable)