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

B

background - Variable in class jp.terasoluna.fw.web.struts.taglib.BodyTag
Image to be set in the background.
BEANS_XML - Static variable in class jp.terasoluna.fw.web.struts.action.MessageResourcesDAOImpl
Bean definition file in which data source is defined.
bgcolor - Variable in class jp.terasoluna.fw.web.struts.taglib.BodyTag
Background color.
blockade(String) - Method in interface jp.terasoluna.fw.web.thin.BlockageController
Sets the path to change to blocked state.
blockade(String, ServletRequest) - Method in interface jp.terasoluna.fw.web.thin.BlockageController
Sets the path to change to blocked state.
blockade() - Method in interface jp.terasoluna.fw.web.thin.ServerBlockageController
Transits to blocked state.
BLOCKAGE_CONTROLLER_CLASS - Static variable in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Controller class that delegates the business blockage process.
BLOCKAGE_CONTROLLER_ERROR - Static variable in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Error code indicating the failure in generating the business blockage controller.
BLOCKAGE_THRU_KEY - Static variable in class jp.terasoluna.fw.web.thin.BlockageControlFilter
Request attribute key indicating that the request has passed through the filter.
BlockageControlFilter - Class in jp.terasoluna.fw.web.thin
Checks if the business is in blocked state.
BlockageControlFilter() - Constructor for class jp.terasoluna.fw.web.thin.BlockageControlFilter
 
BlockageController - Interface in jp.terasoluna.fw.web.thin
Interface that performs business blockage check in Filter.
BlockageException - Exception in jp.terasoluna.fw.web.thin
Business blockage exception class.
BlockageException() - Constructor for exception jp.terasoluna.fw.web.thin.BlockageException
 
blockId - Variable in class jp.terasoluna.fw.web.taglib.IfAuthorizedBlockTag
Block ID.
blockId - Variable in class jp.terasoluna.fw.web.taglib.IfAuthorizedTag
Block ID.
BLogic<P> - Interface in jp.terasoluna.fw.service.thin
Business logic implementation class should implement this interface.
BLOGIC_FORM_ILLEGAL_ERROR - Static variable in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Error code when there is a error in the settings of extended action form.
BLOGIC_MAPPER_KEY - Static variable in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Prefix key of BLogicMapper which is registered in servlet context.
BLOGIC_MAPPING_ILLEGAL_ERROR - Static variable in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Error code when there is an error in the settings of extended action mapping.
BLOGIC_RESOURCES_ILLEGAL_ERROR - Static variable in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Error code when there is an error in the settings of extended action resource.
BLOGIC_RESOURCES_KEY - Static variable in class jp.terasoluna.fw.service.thin.BLogicResources
Prefix value of key when the instance of this class is stored in the servlet context.
BLOGIC_RESULT_NULL_ERROR - Static variable in class jp.terasoluna.fw.web.struts.actions.AbstractBLogicAction
Error code when the BLogicResult is returned as null.
BLogicAction<P> - Class in jp.terasoluna.fw.web.struts.actions
This class invokes BLogic.
It invokes BLogic directly from Action. This class is not supported in EJB.
BLogicAction() - Constructor for class jp.terasoluna.fw.web.struts.actions.BLogicAction
 
BLogicIO - Class in jp.terasoluna.fw.service.thin
Class that retains the business logic I/O information.
BLogicIO() - Constructor for class jp.terasoluna.fw.service.thin.BLogicIO
 
blogicIO - Variable in class jp.terasoluna.fw.service.thin.BLogicResources
Map that retains the I/O information by using the action path as key.
BLogicIOPlugIn - Class in jp.terasoluna.fw.web.struts.plugins
Plugin that that loads the configuration information of business logic I/O.
BLogicIOPlugIn() - Constructor for class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
 
BLogicMapper - Class in jp.terasoluna.fw.service.thin
Business logic I/O information mapping class.
BLogicMapper() - Constructor for class jp.terasoluna.fw.service.thin.BLogicMapper
Constructor.
BLogicMapper(String) - Constructor for class jp.terasoluna.fw.service.thin.BLogicMapper
Constructor.
blogicMapper - Variable in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Business logic I/O information mapper.
BLogicMapperException - Exception in jp.terasoluna.fw.service.thin
BLogicMapperException() - Exception when the mapping process fails in AbstractBLogicMapper or its inherited class. Constructor for exception jp.terasoluna.fw.service.thin.BLogicMapperException
Constructor.
BLogicMapperException(Throwable) - Constructor for exception jp.terasoluna.fw.service.thin.BLogicMapperException
Constructor.
BLogicMessage - Class in jp.terasoluna.fw.service.thin
Message information class.
BLogicMessage(String) - Constructor for class jp.terasoluna.fw.service.thin.BLogicMessage
Constructor.
BLogicMessage(String, Object...) - Constructor for class jp.terasoluna.fw.service.thin.BLogicMessage
Constructor.
BLogicMessage(String, boolean) - Constructor for class jp.terasoluna.fw.service.thin.BLogicMessage
Constructor.
BLogicMessages - Class in jp.terasoluna.fw.service.thin
Message information list class.
BLogicMessages() - Constructor for class jp.terasoluna.fw.service.thin.BLogicMessages
Constructor.
BLogicMessages(BLogicMessages) - Constructor for class jp.terasoluna.fw.service.thin.BLogicMessages
Constructor.
blogicParams - Variable in class jp.terasoluna.fw.service.thin.BLogicIO
Business logic I/O information.
BLogicProperty - Class in jp.terasoluna.fw.service.thin
Class that retains the individual property information of business logic I/O information.
BLogicProperty() - Constructor for class jp.terasoluna.fw.service.thin.BLogicProperty
 
blogicProperty - Variable in class jp.terasoluna.fw.service.thin.BLogicProperty
Property name which is handled in business logic.
BLogicResources - Class in jp.terasoluna.fw.service.thin
Class that retains the business logic I/O information.
BLogicResources() - Constructor for class jp.terasoluna.fw.service.thin.BLogicResources
 
blogicResources - Variable in class jp.terasoluna.fw.web.struts.plugins.BLogicIOPlugIn
Instance that retains the business logic I/O information.
BLogicResult - Class in jp.terasoluna.fw.service.thin
Business logic output information class.
BLogicResult() - Constructor for class jp.terasoluna.fw.service.thin.BLogicResult
 
blogicResults - Variable in class jp.terasoluna.fw.service.thin.BLogicIO
Business logic output information.
BodyTag - Class in jp.terasoluna.fw.web.struts.taglib
Implementation class of body tag that extends the body tag of HTML.
BodyTag() - Constructor for class jp.terasoluna.fw.web.struts.taglib.BodyTag
 
businessLogic - Variable in class jp.terasoluna.fw.web.struts.actions.BLogicAction
Business logic to be set.
byteArray - Variable in class jp.terasoluna.fw.web.struts.actions.DownloadByteArray
Download contents.

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