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

C

calculateURL() - Method in class jp.terasoluna.fw.web.struts.taglib.LinkTag
Add the random ID in URL to prevent caching.
CALENDAR_BUTTON_VALUE - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the button display string from message resource. This button display string is used in the calendar input function.
CALENDAR_DEFAULT_BUTTON_VALUE - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Default calendar button display string.
CALENDAR_DEFAULT_FORMAT - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Default format.
CALENDAR_DEFAULT_IMAGE_PATH - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Default image storage path.
CALENDAR_DEFAULT_JAVASCRIPT_DIR - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Default external JavaScript storage location of calendar.
CALENDAR_DEFAULT_STYLEPREFIX_NAME - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Default style prefix name.
CALENDAR_DEFAULT_STYLESHEET_DIR - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Default style sheet storage location.
CALENDAR_HOLIDAY_PREFIX - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the holiday information from the mesage resource. This holiday information is used in calendar input function, .
CALENDAR_IMG_DIR - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the calendar image storage location from the message resource. This calendar image storage location is used in calendar input function, .
CALENDAR_JAVASCRIPT_DIR - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the external JavaScript storage location of calendar from message resource. This external JavaScript storage location of calendar is used in calendar input function.
CALENDAR_JAVASCRIPT_FILE_NAME - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
File name of JavaScript. This JavaScript is used in calendar input function.
CALENDAR_STYLE_THEMEPREFIX - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the style prefix from the message resource. This style prefix is used in in calendar input function.
CALENDAR_STYLESHEET_DIR - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the style sheet storage location from the message resource. This style sheet storage location is used in the calendar input function.
CALENDAR_STYLESHEET_FILE_NAME - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
File name (without prefix) of the style sheet which is used in calendar input function.
CALENDAR_TODAY_STRING - Static variable in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Key to fetch the string which is attached to the current date value. This string is used in calendar input function.
cancelled(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jp.terasoluna.fw.web.struts.actions.DispatchAction
Decides the forward path when cancellation flag is set in the request. Since ActionForward is returned as null at the time of cancellation, the forward path should be implemented by overriding the method in the sub class of this class.
cancelPopulate - Variable in class jp.terasoluna.fw.web.struts.action.ActionMappingEx
Check if the processPopulate is to be skipped. Default is false (Do not skip).
ChangeStyleClassTag - Class in jp.terasoluna.fw.web.struts.taglib
Implementation class of changeStyleClass tag.
ChangeStyleClassTag() - Constructor for class jp.terasoluna.fw.web.struts.taglib.ChangeStyleClassTag
 
CHAR_LINKS - Static variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Property name element of the link for page jump of symbol display in ApplicationResources file.
charset - Variable in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Encoding.
chooseClass(HttpServletRequest, String, String, String) - Method in class jp.terasoluna.fw.web.struts.taglib.ChangeStyleClassTag
Returns the class name of stylesheet depending on whether the error information has been set in the specified field.
clear() - Method in class jp.terasoluna.fw.service.thin.BLogicMessages
Clears the messages which are retained.
clearActionForm(HttpSession, String) - Static method in class jp.terasoluna.fw.web.struts.form.ActionFormUtil
Utility method which deletes all the action forms starting with "_" and stored in session scope.
clearActionForm(HttpSession) - Static method in class jp.terasoluna.fw.web.struts.form.ActionFormUtil
Utility method which deletes all the action forms starting with "_" and stored in session scope.
clearForm - Variable in class jp.terasoluna.fw.web.struts.action.ActionMappingEx
Check whether it is madatory to newly create the action form. Default is false(re-use if it already exists).
ClearSessionAction - Class in jp.terasoluna.fw.web.struts.actions
Deletes the specified property from the session.
ClearSessionAction() - Constructor for class jp.terasoluna.fw.web.struts.actions.ClearSessionAction
 
clearSessionKeys - Variable in class jp.terasoluna.fw.web.struts.actions.ClearSessionAction
List of the keys to be deleted from the session.
CodeBean - Class in jp.terasoluna.fw.web.codelist
Bean class which retains the code and code value (display string).
CodeBean() - Constructor for class jp.terasoluna.fw.web.codelist.CodeBean
 
codeList - Variable in class jp.terasoluna.fw.web.taglib.WriteCodeValueTag
Code list name.
CodeListLoader - Interface in jp.terasoluna.fw.web.codelist
Interface of code list functionality.
Loads the code list. Returns the code list which is loaded.
codeListLoader - Variable in class jp.terasoluna.fw.web.struts.actions.ReloadCodeListAction
ReloadableCodeListLoader which is used to reload the code list.
codeListMap - Variable in class jp.terasoluna.fw.web.codelist.MappedCodeListLoader
Map which is provided at the time of initializing the code list information.
codeLists - Variable in class jp.terasoluna.fw.web.codelist.DBCodeListLoader
Code list.
codeLists - Variable in class jp.terasoluna.fw.web.codelist.MappedCodeListLoader
Code list.
config - Variable in class jp.terasoluna.fw.web.thin.AbstractControlFilter
Filter configuration information.
contentType - Variable in class jp.terasoluna.fw.web.struts.actions.AbstractDownloadObject
Content type.
context - Variable in class jp.terasoluna.fw.web.struts.util.SpringMessageResources
Application context.
controller - Static variable in class jp.terasoluna.fw.web.thin.AuthenticationControlFilter
AuthenticationController instance.
controller - Static variable in class jp.terasoluna.fw.web.thin.AuthorizationControlFilter
AuthorizationController instance.
controller - Static variable in class jp.terasoluna.fw.web.thin.BlockageControlFilter
BlockageController instance.
controller - Static variable in class jp.terasoluna.fw.web.thin.ServerBlockageControlFilter
ServerBlockageController instance.
convertMessages(BLogicMessages) - Method in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Store the contents of BLogicMessages again in the ActionMessages.
createCodeBean(ResultSet) - Method in class jp.terasoluna.fw.web.codelist.DBCodeListQuery
Fetches the value from ResultSet and generates CodeBean instance.
createDBMessageBean(ResultSet) - Method in class jp.terasoluna.fw.web.struts.action.DBMessageBeanMappingSqlQuery
Fills DBMessageBean with row and returns DBMessageBean
createFormat(String) - Method in class jp.terasoluna.fw.web.taglib.InputCalendarTag
Check the date format for the string arguments. When string is null or blank, return the string as it is. When the string does not correspond to date format, ignore it.
createResources(String) - Method in class jp.terasoluna.fw.web.struts.action.DBMessageResourcesFactory
Generates new DBMessageResources.
createResources(String) - Method in class jp.terasoluna.fw.web.struts.action.PropertyMessageResourcesExFactory
Generates new PropertyMessageResourcesEx.
createResources(String) - Method in class jp.terasoluna.fw.web.struts.util.SpringMessageResourcesFactory
Generates new SpringMessageResources.
createUserValueObject() - Static method in class jp.terasoluna.fw.web.UserValueObject
Generates user information object.
CURRENT_PAGE_INDEX - Static variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Key to register the current page count to the page context.
currentPageIndex - Variable in class jp.terasoluna.fw.web.struts.taglib.PageLinksTag
Parameter to store the current page number.

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