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

Packages that use jp.terasoluna.fw.web.struts.reset
jp.terasoluna.fw.web.struts.reset Related to the ActionForm reset function of Struts in Web version  
 

Classes in jp.terasoluna.fw.web.struts.reset used by jp.terasoluna.fw.web.struts.reset
ActionReset
          Bean class that retains configuration information to reset each action path.
FieldReset
          Bean class that retains the reset information of field.
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.
ResetterResources
          Class that retains the configuration information for reset.