com.esri.gpt.control.cart
Class VolumeTryHandler
java.lang.Object
com.esri.gpt.control.cart.VolumeTryHandler
- All Implemented Interfaces:
- ITryHandler
public class VolumeTryHandler
- extends Object
- implements ITryHandler
Volume "/try" handler.
- Author:
- Esri, Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolumeTryHandler
public VolumeTryHandler()
tryKeys
public TryResponse tryKeys(HttpServletRequest request,
HttpServletResponse response,
RequestContext context,
Cart cart,
List<String> keys)
- Description copied from interface:
ITryHandler
- Tries keys.
- Specified by:
tryKeys
in interface ITryHandler
- Parameters:
request
- HTTP requestresponse
- HTTP responsecontext
- request contextcart
- cartkeys
- keys to try
- Returns:
- response
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.