com.raritantechnologies.federated.html
Class HTMLFormatField

java.lang.Object
  extended bycom.raritantechnologies.federated.html.HTMLFormatField

public class HTMLFormatField
extends java.lang.Object

Handles <FormatField> Tags in HTMLSearchSource configurations.

Note: This is a "helper" class for the HTMLQueryProcessor. It is not part of the core set of classes needed to implement a Protocol. XML Configuration Template:
  <FormatField value="[ format string of value (see Formatter ]"
                  xPath="[ destination xPath in http request form ]" >
    <FieldLookup>
      <!-- see FieldLookupMap for configuration details -->
    </FieldLookup>

  </FormatField>
 

Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
HTMLFormatField(org.w3c.dom.Element formatElem)
           
 
Method Summary
 java.lang.String getValue(java.util.Map queryParams)
           
 java.lang.String getXPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFormatField

public HTMLFormatField(org.w3c.dom.Element formatElem)
Method Detail

getValue

public java.lang.String getValue(java.util.Map queryParams)

getXPath

public java.lang.String getXPath()