Package jp.terasoluna.fw.web.struts.reset

Related to the reset function of ActionForm of "Struts" in Web version

See:
          Description

Interface Summary
Resetter Interface that initializes the field of action form. If reset method is executed by using DynaValidatorActionFormEx and ValidatorActionFormEx ,implementation class instance of this interface which is stored in the servlet context with the name as "RESETTER", is fetched and Resetter.reset(FormEx, ActionMapping, HttpServletRequest) methods are executed. This interface should be executed as per the requirements of application.
In TERASOLUNA framework, the default implementation class of this interface which is called as ResetterImpl is provided. In case of a typical initialization process, ResetterImpl can be used.
 

Class Summary
ActionReset Bean class that retains configuration informaion to reset each action path.
FieldReset Bean class that retains the reset information of field.
ResetterImpl Default reset implementation class.
ResetterResources Class that retains the configuration information for reset.
 

Package jp.terasoluna.fw.web.struts.reset Description

Related to the ActionForm reset function of Struts in Web version