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

R

RANDOM - Static variable in class jp.terasoluna.fw.web.struts.taglib.RandomUtil
Random number generator.
RANDOM_ID_KEY - Static variable in class jp.terasoluna.fw.web.struts.taglib.FormTag
Parameter name of random ID to avoid caching.
RANDOM_ID_KEY - Static variable in class jp.terasoluna.fw.web.struts.taglib.LinkTag
Parameter name of random ID to avoid caching.
RANDOM_ID_KEY - Static variable in class jp.terasoluna.fw.web.struts.taglib.RandomUtil
Parameter name at the time of adding the random ID to URL.
RandomUtil - Class in jp.terasoluna.fw.web.struts.taglib
Class generating random ID.
RandomUtil() - Constructor for class jp.terasoluna.fw.web.struts.taglib.RandomUtil
 
release() - Method in class jp.terasoluna.fw.web.struts.taglib.BodyTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.struts.taglib.ChangeStyleClassTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.struts.taglib.MessagesPopupTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.struts.taglib.SubmitTag
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.taglib.DateFormatterTagBase
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.taglib.DefineCodeListTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.taglib.IfAuthorizedBlockTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.taglib.IfAuthorizedTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.taglib.LeftTag
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Releases all allocated resources.
release() - Method in class jp.terasoluna.fw.web.taglib.WriteCodeCountTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.taglib.WriteCodeValueTag
Process at the time of releasing the tag handler.
release() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
Releases all allocated resources.
reload() - Method in class jp.terasoluna.fw.web.codelist.DBCodeListLoader
Reloads the code list.
reload() - Method in interface jp.terasoluna.fw.web.codelist.ReloadableCodeListLoader
Reloads the code list.

Code list is the unique information in the application. Implementation should be done in such a way that editing the contents of code list should not cause any impact.

ReloadableCodeListLoader - Interface in jp.terasoluna.fw.web.codelist
Interface of code list function that reloads the code list.

Reload the code list.

ReloadCodeListAction - Class in jp.terasoluna.fw.web.struts.actions
Action that reloads the cached code list.
ReloadCodeListAction() - Constructor for class jp.terasoluna.fw.web.struts.actions.ReloadCodeListAction
 
renderFormStartElement() - Method in class jp.terasoluna.fw.web.struts.taglib.FormTag
Generates start tags of <form> by using random parameters.
renderKanaList() - Method in class jp.terasoluna.fw.web.struts.taglib.JavascriptValidatorTagEx
Fetches half-width kana and full-width kana string from FieldCheckEx class, edits it as the JavaScript variable and returns the string.
replaceIndexString(String, int) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
When the value of arg is ##INDEX, replace it with the index value which is under scanning. Since this method is for action form, it is not recommended to use it for any class other than form.
replaceLFtoBR - Variable in class jp.terasoluna.fw.web.taglib.WriteTag
Replace the linefeed code with <br>.
replaceNullToNbsp - Variable in class jp.terasoluna.fw.web.taglib.WriteTag
Replace null or blank character with  .
replaceSpToNbsp - Variable in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Replace half-width space with &nbsp;.
replaceSpToNbsp - Variable in class jp.terasoluna.fw.web.taglib.WriteTag
Replace half-width space with &nbsp;.
RequestProcessorEx - Class in jp.terasoluna.fw.web.struts.action
Class extended from DelegatingRequestProcessor.
RequestProcessorEx() - Constructor for class jp.terasoluna.fw.web.struts.action.RequestProcessorEx
 
RequestUtil - Class in jp.terasoluna.fw.web
Utility class related to the Request.
RequestUtil() - Constructor for class jp.terasoluna.fw.web.RequestUtil
 
reset(ActionMapping, HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx
Resets the field value of action form.
reset(ActionMapping, HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx
Resets the field value of action form.
reset(FormEx, ActionMapping, HttpServletRequest) - Method in interface jp.terasoluna.fw.web.struts.reset.Resetter
Initializes the property value of action form.
reset(FormEx, ActionMapping, HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.reset.ResetterImpl
Resets the field value of form.
resetIndex - Variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Index output flag for the specified range.
resetSelectField(FormEx, Map<String, Object>, HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.reset.ResetterImpl
Resets the selected fields. When true is set in the "select" parameter, initialize the field value between "startIndex" ~ "endIndex" of request parameter to null.
Reset all elements when the request parameter does not include "startIndex" and "endIndex".
When the field value type is declared with an array type or List type, performs the normal reset process.
resetter - Variable in class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn
Fully-qualified class name of resetter class.
Resetter - Interface in jp.terasoluna.fw.web.struts.reset
Interface that initializes the field of action form. When reset method is executed by using DynaValidatorActionFormEx and ValidatorActionFormEx, implementation class instance of this interface is fetched which is stored with the name as "RESETTER" in the servlet context. Using this implementation class, Resetter.reset(FormEx, ActionMapping, HttpServletRequest) method is executed. This interface should be implemented as per as per business requirements.
In TERASOLUNA framework, ResetterImpl is the default implementation class of this interface.For the typical initialization processes, ResetterImpl can be used.
RESETTER_KEY - Static variable in interface jp.terasoluna.fw.web.struts.reset.Resetter
Key to store the instance of this class to the servlet context.
RESETTER_RESOURCES_KEY - Static variable in class jp.terasoluna.fw.web.struts.reset.ResetterResources
Key to store the instance of this class to the servlet context.
ResetterImpl - Class in jp.terasoluna.fw.web.struts.reset
Default reset implementation class.
ResetterImpl() - Constructor for class jp.terasoluna.fw.web.struts.reset.ResetterImpl
 
ResetterPlugIn - Class in jp.terasoluna.fw.web.struts.plugins
Plugin that loads the reset settings of form. At the time of initializing the servlet, loads the settings of form reset function by using the PlugIn function and stores it into the servlet context.
ResetterPlugIn() - Constructor for class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn
 
ResetterResources - Class in jp.terasoluna.fw.web.struts.reset
Class that retains the configuration information for reset.
ResetterResources() - Constructor for class jp.terasoluna.fw.web.struts.reset.ResetterResources
 
resetValue(FormEx, Map.Entry<String, Object>) - Method in class jp.terasoluna.fw.web.struts.reset.ResetterImpl
Resets the specified property of action form. When property type is boolean or Boolean, sets false. For other primitive type and other wrapper type, sets 0. When the property type is Object type other than wrapper type, sets null.
null is not passed as the entry argument.
resource - Variable in class jp.terasoluna.fw.service.thin.BLogicMessage
Key is either bundle key (true) or literal value (false).
resources - Variable in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Business logic I/O information definition file(blogic-io.xml).
resourcesPath - Variable in class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn
Path of form reset definition file (reset.xml).
RESTRICTION_ESCAPE_PREFIX - Static variable in class jp.terasoluna.fw.web.thin.ExtensionFilter
Prefix attached to the key of the path. This path is fetched from ApplicationResource and is escaped from the extension restriction check.
restrictionEscapePaths - Static variable in class jp.terasoluna.fw.web.thin.ExtensionFilter
List of the path which is escaped from the extension restriction check.
resultObject - Variable in class jp.terasoluna.fw.service.thin.BLogicResult
JavaBean in which execution result of business logic is stored.
resultString - Variable in class jp.terasoluna.fw.service.thin.BLogicResult
String that indicates the execution result of business logic.
round - Variable in class jp.terasoluna.fw.web.taglib.DecimalTag
Round mode.
rowProperty - Variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Field name of display row count.
RTrimTag - Class in jp.terasoluna.fw.web.taglib
Implementation class of trim tag that deletes the white space on both the sides (right and left)of string.
RTrimTag() - Constructor for class jp.terasoluna.fw.web.taglib.RTrimTag
 
RTrimTei - Class in jp.terasoluna.fw.web.taglib
TagExtraInfo class for rtrim tag.
RTrimTei() - Constructor for class jp.terasoluna.fw.web.taglib.RTrimTei
 

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