com.esri.gpt.control.cart
Class XslBundler
java.lang.Object
com.esri.gpt.control.cart.KeysetProcessor
com.esri.gpt.control.cart.XslBundler
public class XslBundler
- extends KeysetProcessor
Bundles the XML documents associated with a set of keys into a single response
by applying an XSLT.
|
Constructor Summary |
XslBundler()
Default constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XslBundler
public XslBundler()
- Default constructor
execute
public void execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
- Processes the HTTP request.
- Specified by:
execute in class KeysetProcessor
- Parameters:
request - the HTTP requestresponse - HTTP responsecontext - request context
- Throws:
Exception - if an exception occurs
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.