|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.cart.KeysetProcessor
com.esri.gpt.control.cart.MergeThenTransform
public class MergeThenTransform
Merges the XML documents associated with a set of keys into a single document, applies an XSLT, then returns the response.
Field Summary |
---|
Fields inherited from class com.esri.gpt.control.cart.KeysetProcessor |
---|
XSLTTEMPLATES |
Constructor Summary | |
---|---|
MergeThenTransform()
Default constructor |
Method Summary | |
---|---|
protected StringBuilder |
appendPropertyElement(StringAttributeMap cfgParams,
StringBuilder xml,
String nl,
String cfgKey)
Appends an XML property element based upon a gpt.xml configuration parameter. |
protected StringBuilder |
appendPropertyElement(StringBuilder xml,
String nl,
String name,
String value)
Appends an XML property element. |
protected StringBuilder |
appendXmlAttribute(StringBuilder xml,
String name,
String value)
Appends an XML attribute value. |
void |
execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
Processes the HTTP request. |
Methods inherited from class com.esri.gpt.control.cart.KeysetProcessor |
---|
getCompiledTemplate, newProcessor, readKeys, readXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergeThenTransform()
Method Detail |
---|
protected StringBuilder appendXmlAttribute(StringBuilder xml, String name, String value)
xml
- the XML being constructedname
- the attribute namevalue
- the attribute valueprotected StringBuilder appendPropertyElement(StringBuilder xml, String nl, String name, String value)
xml
- the XML being constructedname
- the property namevalue
- the property valueprotected StringBuilder appendPropertyElement(StringAttributeMap cfgParams, StringBuilder xml, String nl, String cfgKey)
cfgParams
- the configuration parametersxml
- the XML being constructednl
- the new line prefixcfgKey
- the configuration parameter keypublic void execute(HttpServletRequest request, HttpServletResponse response, RequestContext context) throws Exception
execute
in class KeysetProcessor
request
- the HTTP requestresponse
- HTTP responsecontext
- request context
Exception
- if an exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |