Uses of Interface
name.matthewgreet.strutscommons.action.ValidationAware2
Packages that use ValidationAware2
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Template classes and supporting interfaces for holding user submitted forms.
-
Uses of ValidationAware2 in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action that implement ValidationAware2Modifier and TypeClassDescriptionclassBase class of Struts 2 Action that supports server state per browser tab.classAbstractFindBaseRecordListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template Struts 2 Action for creating Strategies that load an instance ofListCache, usually from a form.classAbstractFindIdListActionSupport<M extends Serializable,K extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an id list in theListCacheused by the target, viewer action.classAbstractFindIndexListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load an index-based list in theListCacheused by the target, viewer action.classAbstractFindListActionSupport<M extends Serializable,T extends Serializable, F extends AbstractForm> Template class for creating Command objects that load a list cache in theAbstractCompositeCache.classAbstractFindListMultiModeActionSupport<M extends Serializable,K extends Serializable, T extends Serializable, F extends Form> Template class for creating Command objects that load a list cache in theAbstractCompositeCacheby various pagination modes, whether full list, page by id, or page by index.classAbstractFormDrivenActionSupport<F extends Form>Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.classTemplate class of Struts 2 action for serving Json data of generic type T, usually for JQuery-based pages using jQuery.getJSON.classAbstractSaveListActionSupport<M extends Serializable,K extends Serializable, T extends Serializable, F extends AbstractForm> Template class for changing business data related to the currently, selected item.classTemplate class for Struts 2 actions that display something.classAbstractViewListActionSupport<M extends Serializable,K extends Serializable, T extends Serializable, FT> Struts 2 Template class for displaying and controlling list data on a JSP from an instance ofListCache, which, if it's a slave list, is linked to a master list. -
Uses of ValidationAware2 in name.matthewgreet.strutscommons.form
Methods in name.matthewgreet.strutscommons.form with parameters of type ValidationAware2Modifier and TypeMethodDescriptionvoidAbstractForm.doValidate2(ValidationAware2 validationAware, TextProvider textProvider) Validates and parses form data itself, such as required fields or date validation, writing any error or field messages to the ValidationAware2 message receiver.voidForm.doValidate2(ValidationAware2 validationAware, TextProvider textProvider) Validates and parses form data itself, such as required fields or date validation, writing any error or field messages to the ValidationAware message receiver.