Uses of Class
name.matthewgreet.strutscommons.interceptor.FormStoreInterceptor.StoredForm
Packages that use FormStoreInterceptor.StoredForm
Package
Description
-
Uses of FormStoreInterceptor.StoredForm in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type FormStoreInterceptor.StoredFormModifier and TypeMethodDescriptionprotected boolean
FormRetrieveInterceptor.fieldReceives
(Class<?> actionClass, Field field, FormStoreInterceptor.StoredForm storedForm) 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 andForm.reception()
annotation settings accept form validation status.protected void
FormRetrieveInterceptor.injectForm
(com.opensymphony.xwork2.ActionInvocation invocation, FormStoreInterceptor.StoredForm storedForm, Field field) Injects form into specific field.protected void
FormRetrieveInterceptor.restoreForm
(com.opensymphony.xwork2.ActionInvocation invocation, FormStoreInterceptor.StoredForm storedForm) Injects stored form into receiving field of current action and pushes conversion errors onto the Value Stack. -
Uses of FormStoreInterceptor.StoredForm in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return FormStoreInterceptor.StoredFormModifier and TypeMethodDescriptionValidatorLibrary.getStoredForm()
Returns a processed form stored in session.