public class RequestVariables
extends atg.search.routing.command.SearchXMLObject
RequestVariables used in rank configs.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RequestVariables() |
| Modifier and Type | Method and Description |
|---|---|
protected static RequestVariables |
fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
creates a new RequestVariables from the xml parser
|
protected void |
getBodyXML(java.lang.StringBuilder sb) |
java.lang.String |
getRequestTag() |
atg.nucleus.ResolvingMap |
getVars()
Returns the map of variables
|
void |
setVars(atg.nucleus.ResolvingMap pVars)
Sets the map of variables
|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectpublic atg.nucleus.ResolvingMap getVars()
public void setVars(atg.nucleus.ResolvingMap pVars)
pVars - the map of variablesprotected static RequestVariables fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
xml - an xml parserrootIdx - index for elementprotected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException