Uses of Class
jp.terasoluna.fw.web.struts.actions.ActionEx

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

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

Subclasses of ActionEx in jp.terasoluna.fw.web.struts.actions
 class AbstractBLogicAction<P>
          Abstract class that invokes business logic.
 class BLogicAction<P>
           This class invokes BLogic.
Invokes BLogic directly from Action. It is not supported in EJB.
 class ClearSessionAction
          Deletes the property which is specified from session.
 class DispatchAction
          Performs the distribution process of forward.
 class DownloadBLogicAction<P>
           This class invokes BLogic at the time of performing download process.
It Invokes BLogic directly from Action. This class is not supported in EJB.
 class ForwardAction
          Simple forward action.
 class LogoffAction
          Action that executes logoff process.
 class MakeSessionDirectoryAction
          Action that creates session directory.
 class ReloadCodeListAction
          Action that reloads cached code list.