Subversion Repositories SmartDukaan

Rev

Rev 1034 | Rev 1658 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1034 Rev 1044
Line 1... Line -...
1
/**
-
 
2
 * 
-
 
3
 */
-
 
4
package in.shop2020.serving.controllers;
1
package in.shop2020.serving.controllers;
5
 
2
 
6
import in.shop2020.thrift.clients.UserContextServiceClient;
3
import in.shop2020.thrift.clients.UserContextServiceClient;
7
 
4
 
8
import java.util.Date;
5
import java.util.Date;
9
 
-
 
10
import javax.servlet.http.Cookie;
6
import javax.servlet.http.Cookie;
11
 
7
 
12
import org.apache.juli.logging.Log;
-
 
13
import org.apache.juli.logging.LogFactory;
-
 
14
import org.apache.log4j.Logger;
8
import org.apache.log4j.Logger;
15
import org.apache.struts2.convention.annotation.Result;
9
import org.apache.struts2.convention.annotation.Result;
16
import org.apache.struts2.convention.annotation.Results;
10
import org.apache.struts2.convention.annotation.Results;
17
 
11
 
18
/**
12
/**