Uses of Interface
jp.terasoluna.fw.web.struts.actions.DownloadFileNameEncoder

Packages that use DownloadFileNameEncoder
jp.terasoluna.fw.web.struts.actions Extended classes related to the "Action" of Struts in Web version  
 

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

Classes in jp.terasoluna.fw.web.struts.actions that implement DownloadFileNameEncoder
 class DownloadFileNameEncoderImpl
          Class that encodes specified file name at the time of download.
 

Fields in jp.terasoluna.fw.web.struts.actions declared as DownloadFileNameEncoder
protected static DownloadFileNameEncoder FileDownloadUtil.encoder
          Encoder of specified file name.
 

Methods in jp.terasoluna.fw.web.struts.actions with parameters of type DownloadFileNameEncoder
 void FileDownloadUtil.setEncoder(DownloadFileNameEncoder encoder)
          Sets the encoder of specified file name.