Class SearchQuestion.RequestParameters.Cart

  • Enclosing class:
    SearchQuestion.RequestParameters

    public static class SearchQuestion.RequestParameters.Cart
    extends java.lang.Object
    Common request parameters used in the ResultsCartController
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String URL
      URL of the result being added/removed
    • Constructor Summary

      Constructors 
      Constructor Description
      Cart()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • URL

        public static final java.lang.String URL
        URL of the result being added/removed
        See Also:
        Constant Field Values
    • Constructor Detail

      • Cart

        public Cart()