Package jp.terasoluna.fw.web.struts.actions

Extended classes related to the Action of Struts in Web version

See:
          Description

Interface Summary
DownloadFileNameEncoder This interface is implemented by the class which encodes the specified file name at the time of download.
 

Class Summary
AbstractBLogicAction<P> Abstract class to invoke the business logic.
AbstractDownloadObject Abstract class that retains the download contents.
ActionEx Action class.
BLogicAction<P> This class invokes BLogic.
It invokes BLogic directly from Action. It is not supported in EJB.
ClearSessionAction Deletes the specified property from the session.
DispatchAction Performs forward process of action.
DownloadBLogicAction<P> This class invokes BLogic at the time of executing download process.
It invokes BLogic directly from Action. It is not supported in EJB.
DownloadByteArray Class in which download data is byte array.
DownloadFile Class in which download target is file.
DownloadFileNameEncoderImpl Class that encodes the file name specified at the time of download.
DownloadInputStream Class in which download data is input stream.
DownloadString Class in which download data is String.
FileDownloadUtil Utility class that downloads the file.
ForwardAction Simple forward action.
LogoffAction Action that executes logoff process.
MakeSessionDirectoryAction Action that creates session directory.
ReloadCodeListAction Action that reloads the cached code list.
 

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

Extended classes related to the Action of Struts in Web version