Subversion Repositories SmartDukaan

Rev

Rev 458 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 458 Rev 462
Line 3... Line 3...
3
 */
3
 */
4
package in.shop2020.serving.controllers;
4
package in.shop2020.serving.controllers;
5
 
5
 
6
import in.shop2020.thrift.clients.UserContextServiceClient;
6
import in.shop2020.thrift.clients.UserContextServiceClient;
7
 
7
 
8
import java.io.UnsupportedEncodingException;
-
 
9
import java.util.Date;
8
import java.util.Date;
10
 
9
 
11
import javax.servlet.http.Cookie;
10
import javax.servlet.http.Cookie;
12
 
11
 
13
import org.apache.juli.logging.Log;
12
import org.apache.juli.logging.Log;
14
import org.apache.juli.logging.LogFactory;
13
import org.apache.juli.logging.LogFactory;
15
import org.apache.struts2.convention.annotation.Result;
14
import org.apache.struts2.convention.annotation.Result;
16
import org.apache.struts2.convention.annotation.Results;
15
import org.apache.struts2.convention.annotation.Results;
17
import org.apache.struts2.interceptor.ParameterAware;
-
 
18
import org.apache.struts2.interceptor.ServletRequestAware;
-
 
19
import org.apache.struts2.rest.DefaultHttpHeaders;
-
 
20
import org.apache.struts2.rest.HttpHeaders;
-
 
21
import org.apache.thrift.TException;
-
 
22
 
-
 
23
import com.opensymphony.xwork2.ModelDriven;
-
 
24
 
16
 
25
/**
17
/**
26
 * @author rajveer
18
 * @author rajveer
27
 *
19
 *
28
 */
20
 */