Subversion Repositories SmartDukaan

Rev

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

Rev 507 Rev 517
Line 30... Line 30...
30
/**
30
/**
31
 * @author rajveer
31
 * @author rajveer
32
 *
32
 *
33
 */
33
 */
34
 
34
 
35
public class LogindetailsController extends BaseController 
35
public class LoginDetailsController extends BaseController 
36
	implements ParameterAware {
36
	implements ParameterAware {
37
 
37
 
38
	
38
	
39
	/**
39
	/**
40
	 * 
40
	 * 
41
	 */
41
	 */
42
	private static Log log = LogFactory.getLog(LogindetailsController.class);
42
	private static Log log = LogFactory.getLog(LoginDetailsController.class);
43
	
43
	
44
	private Map<String,String> htmlSnippets;
44
	private Map<String,String> htmlSnippets;
45
	/**
45
	/**
46
	 * 
46
	 * 
47
	 */
47
	 */
Line 52... Line 52...
52
	private String id;
52
	private String id;
53
	
53
	
54
	private int action;
54
	private int action;
55
	
55
	
56
	
56
	
57
	public LogindetailsController() {
57
	public LoginDetailsController() {
58
		super();
58
		super();
59
	}
59
	}
60
	
60
	
61
    // POST /logindetails
61
    // POST /logindetails
62
    public String create() {
62
    public String create() {