Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
A
AbstractBLogicAction
<
P
> - Class in
jp.terasoluna.fw.web.struts.actions
Abstract class that invokes business logic.
AbstractBLogicAction()
- Constructor for class jp.terasoluna.fw.web.struts.actions.
AbstractBLogicAction
AbstractBLogicMapper
- Class in
jp.terasoluna.fw.service.thin
Abstract class that maps business logic I/O information.
AbstractBLogicMapper()
- Constructor for class jp.terasoluna.fw.service.thin.
AbstractBLogicMapper
AbstractControlFilter
<
E
> - Class in
jp.terasoluna.fw.web.thin
Abstract class that performs access control by using the controller. This controller is implemented as bean.
AbstractControlFilter()
- Constructor for class jp.terasoluna.fw.web.thin.
AbstractControlFilter
AbstractDownloadObject
- Class in
jp.terasoluna.fw.web.struts.actions
Abstract class that retains the download contents.
AbstractDownloadObject(String, String, String)
- Constructor for class jp.terasoluna.fw.web.struts.actions.
AbstractDownloadObject
Constructor.
action
- Variable in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
Action name which is invoked after clicking on page link.
ActionEx
- Class in
jp.terasoluna.fw.web.struts.actions
Action class.
ActionEx()
- Constructor for class jp.terasoluna.fw.web.struts.actions.
ActionEx
ActionFormUtil
- Class in
jp.terasoluna.fw.web.struts.form
Utility class related to action form.
ActionFormUtil()
- Constructor for class jp.terasoluna.fw.web.struts.form.
ActionFormUtil
ActionMappingEx
- Class in
jp.terasoluna.fw.web.struts.action
Class extended from ActionMapping.
ActionMappingEx()
- Constructor for class jp.terasoluna.fw.web.struts.action.
ActionMappingEx
ActionReset
- Class in
jp.terasoluna.fw.web.struts.reset
Bean class that retains configuration information to be reset for each action path.
ActionReset()
- Constructor for class jp.terasoluna.fw.web.struts.reset.
ActionReset
actionResets
- Variable in class jp.terasoluna.fw.web.struts.reset.
ResetterResources
Map that retains action elements.
add(String, BLogicMessage)
- Method in class jp.terasoluna.fw.service.thin.
BLogicMessages
Add message.
add(BLogicMessages)
- Method in class jp.terasoluna.fw.service.thin.
BLogicMessages
Add message.
ADD_MESSAGES_FILE
- Static variable in class jp.terasoluna.fw.web.struts.action.
GlobalMessageResources
External message file which is specified in the root mesage file and used for adding message resources.
addBR
- Variable in class jp.terasoluna.fw.web.taglib.
WriteTag
Append <br> to the suffix of the property value.
addDirectLink(StringBuilder, int, int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
Adds page number link to the StringBuilder argument.
addDirectSubmit(StringBuilder, int, int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
Adds page number link to the StringBuilder argument.
addErrors(HttpSession, ActionMessages)
- Method in class jp.terasoluna.fw.web.struts.actions.
ActionEx
Fetches ActionMessages from the session by using Globals.ERROR_KEY as a key, adds the ActionMessages and stores it again.
addHeader(String, String)
- Method in class jp.terasoluna.fw.web.struts.actions.
AbstractDownloadObject
Sets additional response header.
additionalHeaders
- Variable in class jp.terasoluna.fw.web.struts.actions.
AbstractDownloadObject
Map that retains the header to be added.
addMessages(HttpSession, ActionMessages)
- Method in class jp.terasoluna.fw.web.struts.actions.
ActionEx
Fetches ActionMessages from the session by using Globals.ERROR_KEY as a key, adds the ActionMessages and stores it again.
addNextLink(StringBuilder, int, int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
In the StringBuilder argument, add the link to navigate to the next page.
addNextSubmit(StringBuilder, int, int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
In the StringBuilder argument, add the link to navigate to the next page.
addPrevLink(StringBuilder, int, int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
In the StringBuilder argument, add the link to navigate to previous page.
addPrevSubmit(StringBuilder, int, int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
In the StringBuilder argument, add the link to navigate to previous page.
alink
- Variable in class jp.terasoluna.fw.web.struts.taglib.
BodyTag
Color of the selected link.
APPLICATION_CONFIG_KEY
- Static variable in class jp.terasoluna.fw.web.struts.action.
GlobalMessageResources
Application message resource name which is specified in
system.properties
.
applicationInit()
- Method in class jp.terasoluna.fw.web.struts.action.
GlobalMessageResources
Loads application message resource file and fetches message resources.
ATTRIBUTE_FRAME_SCRIPT
- Static variable in class jp.terasoluna.fw.web.struts.taglib.
SubmitTag
frameScript attribute
attributePageCount(int, int)
- Method in class jp.terasoluna.fw.web.struts.taglib.
PageLinksTag
Stores the current page number and total page count to the page context.
AUTHENTICATION_CONTROLLER_CLASS
- Static variable in class jp.terasoluna.fw.web.thin.
AuthenticationControlFilter
Controller class that delegates the logon check process.
AUTHENTICATION_CONTROLLER_ERROR
- Static variable in class jp.terasoluna.fw.web.thin.
AuthenticationControlFilter
Error code indicating the failure in generating the authentication controller.
AUTHENTICATION_THRU_KEY
- Static variable in class jp.terasoluna.fw.web.thin.
AuthenticationControlFilter
Request attribute key indicating that the request has passed through the filter.
AuthenticationControlFilter
- Class in
jp.terasoluna.fw.web.thin
Performs logon check.
AuthenticationControlFilter()
- Constructor for class jp.terasoluna.fw.web.thin.
AuthenticationControlFilter
AuthenticationController
- Interface in
jp.terasoluna.fw.web.thin
Interface that performs logon check for Filter.
AUTHORIZATION_CONTROLLER_CLASS
- Static variable in class jp.terasoluna.fw.web.thin.
AuthorizationControlFilter
Controller class that delegates the access authority check process.
AUTHORIZATION_CONTROLLER_ERROR
- Static variable in class jp.terasoluna.fw.web.thin.
AuthorizationControlFilter
Error code indicating the failure in generating the authorization controller.
AUTHORIZATION_THRU_KEY
- Static variable in class jp.terasoluna.fw.web.thin.
AuthorizationControlFilter
Request attribute key indicating that the request has passed through the filter.
AuthorizationControlFilter
- Class in
jp.terasoluna.fw.web.thin
Performs access authority check.
AuthorizationControlFilter()
- Constructor for class jp.terasoluna.fw.web.thin.
AuthorizationControlFilter
AuthorizationController
- Interface in
jp.terasoluna.fw.web.thin
Interface that performs access authority check for Filter.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z