Subversion Repositories SmartDukaan

Rev

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

Rev 21615 Rev 21987
Line 6... Line 6...
6
 
6
 
7
import org.slf4j.Logger;
7
import org.slf4j.Logger;
8
import org.slf4j.LoggerFactory;
8
import org.slf4j.LoggerFactory;
9
import org.springframework.beans.factory.annotation.Autowired;
9
import org.springframework.beans.factory.annotation.Autowired;
10
import org.springframework.stereotype.Controller;
10
import org.springframework.stereotype.Controller;
-
 
11
import org.springframework.transaction.annotation.Transactional;
11
import org.springframework.ui.Model;
12
import org.springframework.ui.Model;
12
import org.springframework.ui.ModelMap;
13
import org.springframework.ui.ModelMap;
13
import org.springframework.web.bind.annotation.ModelAttribute;
14
import org.springframework.web.bind.annotation.ModelAttribute;
14
import org.springframework.web.bind.annotation.RequestMapping;
15
import org.springframework.web.bind.annotation.RequestMapping;
15
import org.springframework.web.bind.annotation.RequestMethod;
16
import org.springframework.web.bind.annotation.RequestMethod;
Line 21... Line 22...
21
import com.spice.profitmandi.web.util.CookiesFetcher;
22
import com.spice.profitmandi.web.util.CookiesFetcher;
22
import com.spice.profitmandi.web.util.GoogleLoginUtil;
23
import com.spice.profitmandi.web.util.GoogleLoginUtil;
23
import com.spice.profitmandi.web.util.MVCResponseSender;
24
import com.spice.profitmandi.web.util.MVCResponseSender;
24
 
25
 
25
@Controller
26
@Controller
-
 
27
@Transactional
26
public class LoginController {
28
public class LoginController {
27
 
29
 
28
	private static final Logger LOGGER = LoggerFactory.getLogger(LoginController.class);
30
	private static final Logger LOGGER = LoggerFactory.getLogger(LoginController.class);
29
	
31
	
30
	@Autowired
32
	@Autowired