|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jlf.dataMap.DataLocation | +--org.jlf.httpRequest.HTTPRequestDataLocation
This class is used to house data mapping properties for an HTTP request. Basically it points off to properties which match the Processor.
DataMapper
,
DataLocation
Field Summary |
Constructor Summary | |
HTTPRequestDataLocation()
Allow the default constructor, but please use a parameterized constructor! |
|
HTTPRequestDataLocation(AbstractProcessor processor)
Constructs a new data mapper which references back to the Processor who created it. |
Methods inherited from class org.jlf.dataMap.DataLocation |
getAttributeAlias, getConnectionProperties, getDataMapper, getMappingProperties, getName, isInlineReadRelationship, isRelationshipLazyRead, retrieveLocationForKey, setConnectionProperties, setMappingProperties, setName, shouldCascadeWriteRelationship |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTTPRequestDataLocation()
public HTTPRequestDataLocation(AbstractProcessor processor)
Processor
who created it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |