A B C D E F G H I J K L M N O P Q R S T U V W Z

M

MakeSessionDirectoryAction - Class in jp.terasoluna.fw.web.struts.actions
Action that creates session directory.
MakeSessionDirectoryAction() - Constructor for class jp.terasoluna.fw.web.struts.actions.MakeSessionDirectoryAction
 
mapBLogicParams(HttpServletRequest, HttpServletResponse, BLogicIO) - Method in class jp.terasoluna.fw.service.thin.AbstractBLogicMapper
Maps the value stored in Web tier object with JavaBean.
mapBLogicResult(HttpServletRequest, HttpServletResponse, BLogicIO, BLogicResult) - Method in class jp.terasoluna.fw.service.thin.AbstractBLogicMapper
Stores the value to the Web tier object as per BLogicIO.
mapMonths(DateFormatSymbols) - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Fetches and returns the "Month" from the specified date format symbol.
MappedCodeListLoader - Class in jp.terasoluna.fw.web.codelist
CodeListLoader implementation class that initializes the code list information in Map.

To create the code list through this class, provide the code list information in Map format by using MappedCodeListLoader.setCodeListMap(Map) method and execute MappedCodeListLoader.load().
MappedCodeListLoader() - Constructor for class jp.terasoluna.fw.web.codelist.MappedCodeListLoader
 
mapperStr - Variable in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Class file name where BLogicMapper is specified. When it is not specified, default class name is used.
mapRow(ResultSet, int) - Method in class jp.terasoluna.fw.web.codelist.DBCodeListQuery
It is called at the time of fetching each row.
mapRow(ResultSet, int) - Method in class jp.terasoluna.fw.web.struts.action.DBMessageBeanMappingSqlQuery
Fills DBMessageBean with row and returns DBMessageBean.
mapWeekdays(DateFormatSymbols) - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Fetch the "Day" from the specified date format symbol and return the day.
MAX_DSP_SIZE - Static variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Property name element of display maximum count. This display maximum count directly specifies the link number for page jump in ApplicationResources file.
maxLinkNo - Variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Maximum page jump count.
maxPageCount - Variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Maximum value of directly specified link number.
MESSAGE_RESOURCES_DAO_IMPL_ERROR - Static variable in class jp.terasoluna.fw.web.struts.action.MessageResourcesDAOImpl
Error code indicating the failure in fetching the data source.
MessageResourcesDAO - Interface in jp.terasoluna.fw.web.struts.action
This interface should be implemented by DAO class. This DAO class is used when DBMessageResources accesses the DB.
MessageResourcesDAOImpl - Class in jp.terasoluna.fw.web.struts.action
Implementation class of MessageResourcesDAO. When DBMessageResourcesFactory is used as the message resource factory class, DBMessageResources use the class in which MessageResourcesDAO is implemented. For details, refer to DBMessageResources.
MessageResourcesDAOImpl() - Constructor for class jp.terasoluna.fw.web.struts.action.MessageResourcesDAOImpl
 
messages - Variable in class jp.terasoluna.fw.service.thin.BLogicResult
BLogicMessages used for the messages that are generated in business logic.
messages - Variable in class jp.terasoluna.fw.web.struts.action.DBMessageResources
Map that stores the message key and message statement fetches from the message resource definition file. It differs from the message resource of DB and can be made independent for each module of Struts.
messages - Static variable in class jp.terasoluna.fw.web.struts.action.DefaultExceptionHandler
Message resource
MESSAGES_DAO - Static variable in class jp.terasoluna.fw.web.struts.action.DBMessageResources
Key which is used to fetch the DAO in system settings property file (system.properties).
MESSAGES_SQL - Static variable in class jp.terasoluna.fw.web.struts.action.DBMessageResources
Key which is used to fetch the SQL in system settings property file (system.properties).
messageSource - Variable in class jp.terasoluna.fw.web.struts.util.SpringMessageResources
Message resource of Spring
MessagesPopupTag - Class in jp.terasoluna.fw.web.struts.taglib
When one user operates the screens of different use cases and the error messages are simultaneously poped-up, error message information for each use case gets mixed up and displayed in the session.
Mixing up of pop-up errors on each screen can be avoided by combining this tag with <ts:errors> tag and <ts:messages> tag.
MessagesPopupTag stores the error message information in the session. This error message information is registered as request attribute.
MessagesPopupTag() - Constructor for class jp.terasoluna.fw.web.struts.taglib.MessagesPopupTag
 
MessagesTag - Class in jp.terasoluna.fw.web.struts.taglib
Displays the action messages on pop-up screen. Extends MessagesTag of Struts, shuffles the message information which is poped-up with <ts:messagePopup>
tag from session to request and deletes it from the session.
* Pleas note that it differs from the MessagesTag function of TERASOLUNA1.1.x.
Please note that the message information displayed on pop-up screen cannot be deleted from the session unless this tag is used.
MessagesTag() - Constructor for class jp.terasoluna.fw.web.struts.taglib.MessagesTag
 
modified - Variable in class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx
Modified flag.
modified - Variable in class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx
Modified flag.
module - Variable in class jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
Module name.
ModuleUtil - Class in jp.terasoluna.fw.web.struts
Utility related to ModuleConfig.
ModuleUtil() - Constructor for class jp.terasoluna.fw.web.struts.ModuleUtil
 
MultiFieldValidator - Interface in jp.terasoluna.fw.web.struts.form
Interface that performs the correlation input check for multiple fields. To execute the input check as per the dependency relationship between multiple fields of action form in the presentation layer, create the class in which this interface is implemented. In MultiFieldValidator.validate(String, String[]) method, the first argument is the value to be validated and second argument is the value of dependent field passed as an array. Returns false when there is a validation error.
Please note that field to be validated can be passed as null or blank character. Since there is no default error message for this validation rule, message should always be set in validation.xml.
*This validation rule does not support JavaScript check.

At the time of validating if the value in value field of action form is greater than the value in value1 field and less than the value in value2 field, perform the implementation and settings as follows.

A B C D E F G H I J K L M N O P Q R S T U V W Z