org.jlf.httpRequest
Class HTTPRequestDataLocation

java.lang.Object
  |
  +--org.jlf.dataMap.DataLocation
        |
        +--org.jlf.httpRequest.HTTPRequestDataLocation

public class HTTPRequestDataLocation
extends DataLocation

This class is used to house data mapping properties for an HTTP request. Basically it points off to properties which match the Processor.

See Also:
DataMapper, DataLocation

Field Summary
 
Fields inherited from class org.jlf.dataMap.DataLocation
ATTRIBUTE_ALIAS_PROPERTY_QUALIFIER, CASCADE_WRITE_RELATIONSHIP_PROPERTY_DEFAULT, CASCADE_WRITE_RELATIONSHIP_PROPERTY_QUALIFIER, connectionProperties, DATA_LOCATION_PROPERTY_FILE_PREFIX_PROPERTY, DATA_MAP_CONNECTION_PROPERTY_PREFIX, DATA_MAP_PROPERTY_FILE_SUFFIX_PROPERTY, DATA_MAPPER_CLASS_PROPERTY, INLINE_RELATIONSHIP_PROPERTY_DEFAULT, INLINE_RELATIONSHIP_PROPERTY_QUALIFIER, LAZY_READ_RELATIONSHIP_PROPERTY_DEFAULT, LAZY_READ_RELATIONSHIP_PROPERTY_QUALIFIER, mappingProperties, name, RELATIONSHIP_PROPERTY_QUALIFIER
 
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

HTTPRequestDataLocation

public HTTPRequestDataLocation()
Allow the default constructor, but please use a parameterized constructor!


HTTPRequestDataLocation

public HTTPRequestDataLocation(AbstractProcessor processor)
Constructs a new data mapper which references back to the Processor who created it.