Uses of Interface
jp.terasoluna.fw.web.codelist.ReloadableCodeListLoader

Packages that use ReloadableCodeListLoader
jp.terasoluna.fw.web.codelist Related to code list function of Web version  
jp.terasoluna.fw.web.struts.actions Extended classes related to the "Action" of Struts in Web version. 
 

Uses of ReloadableCodeListLoader in jp.terasoluna.fw.web.codelist
 

Classes in jp.terasoluna.fw.web.codelist that implement ReloadableCodeListLoader
 class DBCodeListLoader
           Implementation class of ReloadableCodeListLoader initializes the code list information by using the database.
 

Uses of ReloadableCodeListLoader in jp.terasoluna.fw.web.struts.actions
 

Fields in jp.terasoluna.fw.web.struts.actions declared as ReloadableCodeListLoader
private  ReloadableCodeListLoader ReloadCodeListAction.codeListLoader
          ReloadableCodeListLoader that reloads the code list.
 

Methods in jp.terasoluna.fw.web.struts.actions that return ReloadableCodeListLoader
 ReloadableCodeListLoader ReloadCodeListAction.getCodeListLoader()
          Fetches codeListLoader.
 

Methods in jp.terasoluna.fw.web.struts.actions with parameters of type ReloadableCodeListLoader
 void ReloadCodeListAction.setCodeListLoader(ReloadableCodeListLoader codeListLoader)
          Sets codeListLoader.