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

G

generateRandomID() - Static method in class jp.terasoluna.fw.web.struts.taglib.RandomUtil
Generates random ID string.
get() - Method in class jp.terasoluna.fw.service.thin.BLogicMessages
Fetches the iterator that accesses the retained mesage list. Ignores the message group name and ensures if the iterator is fetched according to the add()sequence.
get(String, int) - Method in class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx
Fetches the indexed property.
get(String) - Method in class jp.terasoluna.fw.web.struts.reset.ResetterResources
Fetches ActionReset instance by using action path as key.
getAction() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns the "action" attribute value.
getActionForm(HttpServletRequest) - Method in class jp.terasoluna.fw.service.thin.BLogicMapper
Fetches ActionForm instance which is stored in request or session.
getActionForm(HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetches form implementation object. Since this method is for action form, it is not recommended to use it for any class other than form.
getActionFormName(HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.ActionFormUtil
Fetches action form name from the action mapping which is set as HTTP request attribute.
getActionMappingURL(String, PageContext) - Method in class jp.terasoluna.fw.web.struts.taglib.FormTag
Add the random ID to the action URL to prevent caching.
getActionReset(ActionMapping, HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.reset.ResetterImpl
Fetches the instance of ActionReset which is linked with action path.
getAddApplicationMap(Properties, String) - Method in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Fetches the list of external message resource file from the application root message and fetches the actual messages. Returns empty map even if the external file does not exist. When the name of root file and name of file to be loaded matches, it escapes from infinite loop and skips the read operation.
getAddBR() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get method of addBR
getAdditionalHeaders() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Fetches additional response header.
getArrayIndexField(Field, int) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetches the field of specified Index. Since this method is for action form, it is not recommended to use it for any class other than form.
getAuthenticationController() - Static method in class jp.terasoluna.fw.web.thin.AuthenticationControlFilter
Returns AuthenticationController instance.
getAuthorizationController() - Static method in class jp.terasoluna.fw.web.thin.AuthorizationControlFilter
Returns AuthorizationController instance.
getBeansXml() - Method in class jp.terasoluna.fw.web.struts.action.MessageResourcesDAOImpl
Fetches the Bean definition file name in which data source is defined.
getBlockageController() - Static method in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Returns BlockageController instance.
getBLogicIO(String) - Method in class jp.terasoluna.fw.service.thin.BLogicResources
Fetches I/O information by using action path name as key.
getBLogicIO(ActionMapping, HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Fetches BLogicIO.
getBLogicMapper(HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Fetches BLogicMapper instance.
getBLogicParams() - Method in class jp.terasoluna.fw.service.thin.BLogicIO
Fetches business logic I/O information.
getBLogicParams(ActionMappingEx, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Generates and returns params.
getBLogicProperty() - Method in class jp.terasoluna.fw.service.thin.BLogicProperty
Fetches the property name which is handled in business logic.
getBLogicResults() - Method in class jp.terasoluna.fw.service.thin.BLogicIO
Fetches business logic output information.
getBusinessLogic() - Method in class jp.terasoluna.fw.web.struts.actions.BLogicAction
Fetches business logic
getByteLength(String, String) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetch byte length of specified string
Convert into byte array by using the encoding specified as second argument.However, if encoding is not specified or conversion to the specified encoding fails, default encoding is used to convert to byte array.
getCancelPopulate() - Method in class jp.terasoluna.fw.web.struts.action.ActionMappingEx
Fetches the population cancellation flag.
getCharset() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Fetches the encoding.
getClearForm() - Method in class jp.terasoluna.fw.web.struts.action.ActionMappingEx
Fetches action form clear flag.
getCodeBeans() - Method in interface jp.terasoluna.fw.web.codelist.CodeListLoader
Returns code list.
Returns code list as an array of CodeBean.
Code list is the unique information in the application. Implementation should be done in such a way that there should be no impact even if the contents of code list are edited.
getCodeBeans() - Method in class jp.terasoluna.fw.web.codelist.DBCodeListLoader
Fetches the code list. Code list can be fetched as an array of CodeBean.
*Code list is the unique information in the application. In case of overriding this method, implementation should be done in such a way that there should be no impact even if the code list is edited by using the business logic.
getCodeBeans() - Method in class jp.terasoluna.fw.web.codelist.MappedCodeListLoader
Fetches the code list.

Code list can be fetched as an array of CodeBean.
*Code list is the unique information in the application. In case of overriding this method, implementation should be done in such a way that there should be no impact even if the code list is edited by using the business logic.
getCodeCommaName() - Method in class jp.terasoluna.fw.web.codelist.CodeBean
Fetches the string in which the code and code value (display string) are joined with (",").
getCodeListLoader() - Method in class jp.terasoluna.fw.web.struts.actions.ReloadCodeListAction
Fetches codeListLoader.
getCodeListMap() - Method in class jp.terasoluna.fw.web.codelist.MappedCodeListLoader
Fetches code list initialization information Map.
getContent() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadString
Fetches download contents as byte array.
getContentType() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Fetches content type
getController() - Method in class jp.terasoluna.fw.web.thin.AbstractControlFilter
Fetches the controller instance from DI container.
getControllerClass() - Method in class jp.terasoluna.fw.web.thin.AbstractControlFilter
Returns the interface. This interface should be implemented by the class that performs access control.
getControllerClass() - Method in class jp.terasoluna.fw.web.thin.AuthenticationControlFilter
Returns the interface. This interface should be implemented by the class that performs access control.
getControllerClass() - Method in class jp.terasoluna.fw.web.thin.AuthorizationControlFilter
Returns the interface. This interface should be implemented by the class that performs access control.
getControllerClass() - Method in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Returns the interface. This interface should be implemented by the class that performs access control.
getControllerClass() - Method in class jp.terasoluna.fw.web.thin.ServerBlockageControlFilter
Returns the interface. This interface should be implemented by the class that performs access control.
getCurrentPageIndex() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns the currentPageIndex attribute value.
getDataSource() - Method in class jp.terasoluna.fw.web.codelist.DBCodeListLoader
Fetches dataSource.
getDefaultControllerBeanId() - Method in class jp.terasoluna.fw.web.thin.AbstractControlFilter
Returns the default id at the time of fetching the controller from DI container.
getDefaultControllerBeanId() - Method in class jp.terasoluna.fw.web.thin.AuthenticationControlFilter
Returns the default id at the time of fetching the controller from DI container.
getDefaultControllerBeanId() - Method in class jp.terasoluna.fw.web.thin.AuthorizationControlFilter
Returns the default id at the time of fetching the controller from DI container.
getDefaultControllerBeanId() - Method in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Returns the default id at the time of fetching the controller from DI container.
getDefaultControllerBeanId() - Method in class jp.terasoluna.fw.web.thin.ServerBlockageControlFilter
Returns the default id at the time of fetching the controller from DI container.
getDefaultDateFormat() - Method in class jp.terasoluna.fw.web.taglib.DateFormatterTagBase
Fetches the default value of date-time format.
getDest() - Method in class jp.terasoluna.fw.service.thin.BLogicProperty
Fetches the destination.
getDtdUrl() - Method in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Returns DTD URL. Override this method to modify the DTD URL.
getDtdUrl() - Method in class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn
Returns DTD URL. Override this method to modify the DTD URL.
getErrorCode() - Method in class jp.terasoluna.fw.web.thin.AbstractControlFilter
Returns the error code that indicates the failure in generating the controller.
getErrorCode() - Method in class jp.terasoluna.fw.web.thin.AuthenticationControlFilter
Returns the error code that indicates the failure in generating the controller.
getErrorCode() - Method in class jp.terasoluna.fw.web.thin.AuthorizationControlFilter
Returns the error code that indicates the failure in generating the controller.
getErrorCode() - Method in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Returns the error code that indicates the failure in generating the controller.
getErrorCode() - Method in class jp.terasoluna.fw.web.thin.ServerBlockageControlFilter
Returns the error code that indicates the failure in generating the controller.
getErrorMessage(HttpServletRequest, SystemException, MessageResources) - Method in class jp.terasoluna.fw.web.struts.action.SystemExceptionHandler
Fetches the error mesage by specifying the message key for message resource.
getErrors() - Method in class jp.terasoluna.fw.service.thin.BLogicResult
Fetches BLogicMessages for the errors generated in business logic.
getEvent() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns the event attribute value
getFieldName() - Method in class jp.terasoluna.fw.web.struts.reset.FieldReset
Fetches field name which is the target for reset process.
getFieldNames() - Method in class jp.terasoluna.fw.web.struts.reset.ActionReset
Fetches the list of field name which is the target for reset process.
getFillColumn() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get fillColumn method
getFilter() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Get the filter to decide whether the HTML special character that are being output are to be filtered.
getFilter() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Get the filter to decide whether the HTML special character that are being output are to be filtered.
getFilter() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
getfilter method
getFor() - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Returns the value of the attribute which specifies target text field.
getFormat() - Method in class jp.terasoluna.fw.web.taglib.DateFormatterTagBase
Fetches the date-time format which is enetered.
getFormat() - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Returns the value of attribute which specifies the format.
getFormatKey() - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Returns the value of attribute which specifies the format key.
getForward() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns the forward attribute value.
getGroup() - Method in class jp.terasoluna.fw.service.thin.BLogicMessages
Fetches the iterator that accesses the retained message group name list. Ensure if it is fetched according to the add() sequence.
getHankakuKanaList() - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetch the list of half-width kana.
getHolidayList(ResourceBundle) - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Fetch the holiday definition which is defined in message resource.
getId() - Method in class jp.terasoluna.fw.web.codelist.CodeBean
Returns id.
getId() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns the id attribute value.
getId() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the name of scripting variable.
getId() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Fetches the name of scripting variable.
getIgnore() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Get ignore method when the bean is not found.
getIgnore() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Get ignore method when the bean is not found.
getIgnore() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get ignore method
getIndexCount(String) - Method in class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx
Fetches the records of specified fields.
getIndexCount(String) - Method in interface jp.terasoluna.fw.web.struts.form.FormEx
Fetches the property value records of the specified name.
getIndexCount(String) - Method in class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx
Fetches the records of specified field.
getIndexedValue(String, int) - Method in class jp.terasoluna.fw.web.struts.form.DynaValidatorActionFormEx
Fetches indexed property.
getIndexedValue(String, int) - Method in interface jp.terasoluna.fw.web.struts.form.FormEx
Fetches the property value of specified index.
getIndexedValue(String, int) - Method in class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx
Fetches the property value of specified index.
getIndexProperty() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns the indexProperty attribute value.
getInputBeanName() - Method in class jp.terasoluna.fw.service.thin.BLogicIO
Fetches JavaBean name which is the business logic input information.
getInstance() - Static method in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Returns singleton instance of this class.
getInt(Object) - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Convert the argument object into int and return it.
getKey() - Method in class jp.terasoluna.fw.service.thin.BLogicMessage
Fetches message KEY.
getKey() - Method in class jp.terasoluna.fw.web.struts.action.DBMessageBean
Fetches message KEY.
getLabel() - Method in class jp.terasoluna.fw.web.codelist.CodeBean
Fetches the string in which code and code value (display string) are joined with half-width space.
getLength() - Method in class jp.terasoluna.fw.web.taglib.LeftTag
Fetches the length of string to be trimmed.
getLengthOfData() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Fetches the download size.
getLengthOfData() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadByteArray
Fetches the download size.
getLengthOfData() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadFile
Fetches the download size.
getLengthOfData() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadInputStream
Fetches the download size.
getLengthOfData() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadString
Fetches the download size.
getLinkProperty() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Fetches the link definition for page jump in property file. Stores it in the class variable which is fetched.
getLogger() - Method in class jp.terasoluna.fw.web.struts.action.DefaultExceptionHandler
Fetches the logger of handler.
getLogger() - Method in class jp.terasoluna.fw.web.struts.action.SystemExceptionHandler
Fetches the logger of handler.
getLogLevel() - Method in class jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
Fetches the log level.
getMessage(Locale, String) - Method in class jp.terasoluna.fw.web.struts.action.DBMessageResources
Fetch the message statement based on the specified key. When the same key exists in the different location of message definition, priority sequence of retrieval is as follows. 1.Message resource of message resource definition file 2.Message resource that contain message key and message statements in DB 3.Message resources of application message resource definition file (application-messages.properties) 4.Message resources of system message resource definition file(system-messages.properties)
getMessage(String) - Method in class jp.terasoluna.fw.web.struts.action.DBMessageResources
Fetch the message statement based on the specified key. When the same key exists in the defined location of different messages, priority sequence of retrieval is as follows. 1.Message resource definition file 2.Table that contains message key and message statement in DB 3.Messages of application message resource definition file(application-messages.properties) 4.Messages of system message resource definition file(system-messages.properties) When the initialization process is not performed for all the message resources or when unable to fetch the value corresponding to the message key from any of the definition, returns null.
getMessage(Locale, String) - Method in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Returns actual messages. The priority sequence for fetching the messages, is as follows: 1. Application message resources 2. System message resources
getMessage(Locale, String) - Method in class jp.terasoluna.fw.web.struts.action.PropertyMessageResourcesEx
Returns actual messages. The priority sequence for fetching the messages, is as follows: 1. Message resources defined in each module 2. Messages in the file 3. Application messages 4. System messages
getMessage(Locale, String) - Method in class jp.terasoluna.fw.web.struts.util.SpringMessageResources
Fetches the message statement based on the specified key and locale.
getMessages() - Method in class jp.terasoluna.fw.service.thin.BLogicResult
Fetches the BLogicMessages for the messages that are generated in business logic.
getMethod(ValidatorAction, Class[]) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetch the method that validates the array and collection element. Since this method is for action form, it is not recommended to use it for any class other than form.
getModule() - Method in class jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
Fetches the module name.
getModuleConfig(HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.ModuleUtil
Returns ModuleConfig instance related to the request.
getName() - Method in class jp.terasoluna.fw.web.codelist.CodeBean
Returns name.
getName() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Returns download name.
getName() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns id attribute value.
getName() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the name of bean which includes the data to be formatted.
getName() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Fetches the name of bean which includes the data to be formatted.
getName() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get name method
getOnLoadScript(HttpServletRequest, String, String) - Method in class jp.terasoluna.fw.web.struts.taglib.MessagesPopupTag
Generates the script to open the window specified in onLoad attribute of <body> tag.
getPageContextFlg(PageContext, String) - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Convert the value fetched by the specified KEY into true or false value and return the value. When key argument is null, IllegalArgumentException occurs.
getPageContextFlg(PageContext, String) - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Convert the value fetched by the specified KEY into true or false value and return the value. When key argument is null, NullPointerException occurs.
getPageCount(int, int) - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Calculates the page count and returns the page count.
getPageIndex(int, int) - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Calculates the displayed page number and returns the page number.
getParamClass(ValidatorAction) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetches the array of the class passed as argument to the validation rule method. Since this method is for action form, it is not recommended to use it for any class other than form.
getParameter(ResourceBundle, String, String) - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Fetches the value from the message resource by using the key and returns the value. When key is null or blank or when fetched value is null. returns default value.
getPath() - Method in class jp.terasoluna.fw.service.thin.BLogicIO
Fetches the action path name.
getPath() - Method in class jp.terasoluna.fw.web.struts.reset.ActionReset
Fetches the action path. This action path is the target for reset process.
getPathInfo(ServletRequest) - Static method in class jp.terasoluna.fw.web.RequestUtil
From the ServletRequest class instance, fetch the URIpathInfo after context path. Please note that "pathInfo" referred here differs from the usual extended path information.
getPattern() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the pattern that specifies the output format.
getPrefix(HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.ModuleUtil
Returns prefix path for each module related to the request.
getProperty() - Method in class jp.terasoluna.fw.service.thin.BLogicProperty
Fetches property name.
getProperty() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the property name which is accessed from the specified bean.
getProperty() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Fetches the property name which is accessed from the specified bean.
getProperty() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get property method
getPropertyConfig(String, ActionMapping) - Static method in class jp.terasoluna.fw.web.struts.form.ActionFormUtil
Fetches the configuration information of specified field.
getPublicIdentifier() - Method in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Returns public identifier. Override this method to change the public modifier.
getPublicIdentifier() - Method in class jp.terasoluna.fw.web.struts.plugins.ResetterPlugIn
Returns public identifier. Override this method to change the public modifier.
getReplaceLFtoBR() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get replaceLFtoBR method
getReplaceNullToNbsp() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
getreplaceNullToNbsp method
getReplaceSpToNbsp() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
get replaceSpToNbsp method
getReplaceSpToNbsp() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get replaceSpToNbsp method
getRequestParameterKey(String, String) - Method in class jp.terasoluna.fw.web.struts.taglib.MessagesPopupTag
Create the query string of request parameter based on the error message information key. This error message information is stored in the session.
getResetIndex() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns resetIndex attribute value.
getResetterResources(HttpServletRequest) - Method in class jp.terasoluna.fw.web.struts.reset.ResetterImpl
Fetches instance of ResetterResources.
getResultObject() - Method in class jp.terasoluna.fw.service.thin.BLogicResult
Fetch JavaBean in which execution result of business logic is stored.
getResults(HttpServletRequest, HttpServletResponse, BLogicIO, Object) - Method in class jp.terasoluna.fw.service.thin.AbstractBLogicMapper
Perform mapping in blogic-result of blogic-io.
getResultString() - Method in class jp.terasoluna.fw.service.thin.BLogicResult
Fetches the string that indicates the execution result of business logic.
getRootApplicationMap(Properties) - Method in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Returns the message list map which is specified in root message file of application. Returns empty map even if the message list does not exist.
getRound() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches round mode.
getRowProperty() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns rowProperty attribute value.
getScale() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the number of decimal places after rounding off.
getScope() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns scope attribute value.
getScope() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the search scope of specified bean.
getScope() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Fetches the search scope of specified bean.
getScope(String) - Static method in class jp.terasoluna.fw.web.taglib.TagUtil
Returns the constant of the scope that matches with the scope name argument. Generates exception when the matching scope does not exist.
getScope() - Method in class jp.terasoluna.fw.web.taglib.WriteTag
get scope method
getServerBlockageController() - Static method in class jp.terasoluna.fw.web.thin.ServerBlockageControlFilter
Returns ServerBlockageController.
getServletContext(HttpServletRequest) - Static method in class jp.terasoluna.fw.web.RequestUtil
Fetches the servlet context.
getSessionHash(HttpServletRequest) - Static method in class jp.terasoluna.fw.web.RequestUtil
Fetches the hash value of HTTP session ID.
getSource() - Method in class jp.terasoluna.fw.service.thin.BLogicProperty
Fetches the input source.
getSql() - Method in class jp.terasoluna.fw.web.codelist.DBCodeListLoader
Fetches the SQL to retrieve the code list.
getStream() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Fetches the stream of download contents.
getStreamInternal() - Method in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Fetches the stream of download contents internally.
getStreamInternal() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadByteArray
Fetches the stream of download contents internally.
getStreamInternal() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadFile
Fetches the stream of download contents internally.
getStreamInternal() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadInputStream
Fetches the stream of download contents internally.
getStreamInternal() - Method in class jp.terasoluna.fw.web.struts.actions.DownloadString
Fetches the stream of download contents internally.
getSubmit() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns submit attribute value.
getTarget() - Method in class jp.terasoluna.fw.web.struts.taglib.SubmitTag
Fetches target name.
getTotalPageCount() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns totalPageCount attribute value.
getTotalProperty() - Method in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Returns totalProperty attribute value.
getValue() - Method in class jp.terasoluna.fw.web.struts.action.DBMessageBean
Fetches message statement.
getValue() - Method in class jp.terasoluna.fw.web.taglib.DecimalTag
Fetches the value to be formatted.
getValue() - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Fetches the value to be formatted.
getValueFromApplication(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.AbstractBLogicMapper
Fetches the specified property value from the servlet context.
getValueFromApplication(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.BLogicMapper
Fetches the value from servlet context by using the property name as key.
getValueFromForm(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.BLogicMapper
Fetches the specified property value from the form.
getValueFromRequest(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.AbstractBLogicMapper
Fetches the specified property value from the request.
getValueFromRequest(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.BLogicMapper
Fetches the specified property value from the request.
getValueFromSession(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.AbstractBLogicMapper
Fetches the value from the session by using the specified property name as key.
getValueFromSession(String, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.service.thin.BLogicMapper
Fetches the value from the session by using the specified property name as key.
getValues() - Method in class jp.terasoluna.fw.service.thin.BLogicMessage
Fetches the array in which replacement string is stored.
getVariableInfo(TagData) - Method in class jp.terasoluna.fw.web.taglib.DateFormatterTeiBase
Fetches the scripting variable information corresponding to the id attribute for the custom tag that supports the subclass which inherits DateFormatterTagBase class
getVariableInfo(TagData) - Method in class jp.terasoluna.fw.web.taglib.DecimalTei
Fetch the information related the scripting variable. Creates the custom tag that supports DecimalTag class and fetches the information regarding id attribute that corresponds to the scripting variable.
getVariableInfo(TagData) - Method in class jp.terasoluna.fw.web.taglib.StringFormatterTeiBase
Fetches the scripting variable information corresponding to the id attribute for the custom tag that supports the subclass which inherits StringFormatterTagBase class.
getZenkaku() - Method in class jp.terasoluna.fw.web.taglib.LTrimTag
Fetches whether full-width space should be trimmed or not.
getZenkaku() - Method in class jp.terasoluna.fw.web.taglib.RTrimTag
Fetches whether full-width space should be trimmed or not.
getZenkaku() - Method in class jp.terasoluna.fw.web.taglib.TrimTag
Fetches whether full-width space should be trimmed or not.
getZenkakuKanaList() - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Fetches the full-width kana list.
globalInit() - Method in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Refills the map by reading the property file.
GlobalMessageResources - Class in jp.terasoluna.fw.web.struts.action
Class that generates the application and system message resources.
GlobalMessageResources(MessageResourcesFactory, String) - Constructor for class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Generates GlobalMessageResources by using the specified parameter.
globalMessageResources - Static variable in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Singleton object.
globalMessages - Variable in class jp.terasoluna.fw.web.struts.action.GlobalMessageResources
Retains the messages that are unique in the system.
groupList - Variable in class jp.terasoluna.fw.service.thin.BLogicMessages
List of message group name.

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