Subversion Repositories SmartDukaan

Rev

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

Rev 2434 Rev 2460
Line 51... Line 51...
51
 
51
 
52
	// GET /*/1000001
52
	// GET /*/1000001
53
	@Actions({
53
	@Actions({
54
		@Action("/mobile-phones"),
54
		@Action("/mobile-phones"),
55
		@Action("/mobile-accessories"),
55
		@Action("/mobile-accessories"),
-
 
56
		@Action("/tablets"),
56
		@Action("/entity")
57
		@Action("/entity")
57
	})
58
	})
58
    public String show() throws SecurityException, IOException, JSONException {
59
    public String show() throws SecurityException, IOException, JSONException {
59
    	log.info("id=" + id);
60
    	log.info("id=" + id);
60
 
61