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

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

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

Subclasses of AbstractBLogicAction in jp.terasoluna.fw.web.struts.actions
 class BLogicAction<P>
           This class invokes BLogic.
It invokes BLogic directly from Action. This class is not supported in EJB.
 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.