Subversion Repositories SmartDukaan

Rev

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

Rev 3561 Rev 3715
Line 62... Line 62...
62
	// GET /*/1000001
62
	// GET /*/1000001
63
	@Actions({
63
	@Actions({
64
		@Action("/mobile-phones"),
64
		@Action("/mobile-phones"),
65
		@Action("/mobile-accessories"),
65
		@Action("/mobile-accessories"),
66
		@Action("/tablets"),
66
		@Action("/tablets"),
-
 
67
		@Action("/laptops"),
67
		@Action("/entity")
68
		@Action("/entity")
68
	})
69
	})
69
    public String show() throws SecurityException, IOException, JSONException {
70
    public String show() throws SecurityException, IOException, JSONException {
70
    	log.info("id=" + id);
71
    	log.info("id=" + id);
71
 
72