Package jp.terasoluna.fw.web.struts.action

Extended classes related to the request process of Struts in Web version

See:
          Description

Interface Summary
MessageResourcesDAO Interface that should be implemented by DAO class. This DAO class is used when DBMessageResources accesses the DB.
 

Class Summary
ActionMappingEx Class extended from ActionMapping.
DBMessageBean Class that temporarily stores the row (message resource) fetched from DB in the object format. For the usage method, refer to the following class.
DBMessageBeanMappingSqlQuery This is the implementation class of MappingSqlQuery. It implements the method which fills DBMessageBean instance with row fetched from DB.
DBMessageResources Message resource class
DBMessageResourcesFactory Factory class that generates DBMessageResources.
DefaultExceptionHandler General exception handler that outputs the log at a specified log level.
ExceptionConfigEx Mapping information class of system exception.
GlobalMessageResources Class that generates the system message resources and message resources which are common to all modules.
MessageResourcesDAOImpl MessageResourcesDAO implementation class. When DBMessageResourcesFactory is used as the message resource factory class, DBMessageResources use the class in which MessageResourcesDAO is implemented. For details, refer to DBMessageResources.
PropertyMessageResourcesEx Property file message resource that enables the display of system (framework) message resources and message resources which are common to all modules.
PropertyMessageResourcesExFactory Factory class that generates PropertyMessageResourcesEx.
RequestProcessorEx Class extended from DelegatingRequestProcessor.
SystemExceptionHandler Exception process handler which is exclusively for SystemException.
 

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

Extended classes related to the request process of Struts in Web version