|
||||||||||
Previous class Subsequent class | Frames No frames | |||||||||
Overview: Nested | Field | Constructor | Method | Details: Field | Constructor | Method |
java.lang.Objectjp.terasoluna.fw.service.thin.BLogicResources
public class BLogicResources
Class that retains the business logic input/output information.
This class retains the configuration information read from
blogic-io.xml as the parent class.
Individual configuration information is retained as
instance of BLogicIO and BLogicProperty.
The instance of this class is stored with the key name
"BLOGIC_RESOURCES + module name" in the servlet context.
For details of reading the blogic-io.xml, refer to
BLogicIOPlugIn
BLogicIOPlugIn
,
AbstractBLogicMapper
,
BLogicMapper
,
BLogicIO
,
BLogicProperty
,
BLogicResult
,
AbstractBLogicAction
,
BLogicAction
,
Serialized formField Summary | |
---|---|
static java.lang.String |
BLOGIC_RESOURCES_KEY
Prefix value of key at the time of storing the instance of this class into the servlet context. |
private java.util.Map<java.lang.String,BLogicIO> |
blogicIO
Map that retains input/output informaton by considering action path as key. |
private static long |
serialVersionUID
Serial version ID |
Constructor Summary | |
---|---|
BLogicResources()
|
Method Summary | |
---|---|
BLogicIO |
getBLogicIO(java.lang.String path)
Fetches input/output information by considering action path name as key. |
void |
setBLogicIO(BLogicIO blogicIO)
Sets input/output information. |
Method inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Details |
---|
private static final long serialVersionUID
public static final java.lang.String BLOGIC_RESOURCES_KEY
private java.util.Map<java.lang.String,BLogicIO> blogicIO
Constructor Details |
---|
public BLogicResources()
Method Details |
---|
public BLogicIO getBLogicIO(java.lang.String path)
path
- Action path name
public void setBLogicIO(BLogicIO blogicIO)
blogicIO
- Business logic input/output information
|
||||||||||
Previous class Subsequent class | Frames No frames | |||||||||
Overview: Nested | Field | Constructor | Method | Details: Field | Constructor | Method |