Subversion Repositories SmartDukaan

Rev

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

Rev 5094 Rev 5182
Line 76... Line 76...
76
	@Actions({
76
	@Actions({
77
		@Action("/mobile-phones"),
77
		@Action("/mobile-phones"),
78
		@Action("/mobile-accessories"),
78
		@Action("/mobile-accessories"),
79
		@Action("/tablets"),
79
		@Action("/tablets"),
80
		@Action("/laptops"),
80
		@Action("/laptops"),
-
 
81
		@Action("/laptop-accessories"),
81
		@Action("/entity")
82
		@Action("/entity")
82
	})
83
	})
83
    public String show() throws SecurityException, IOException, JSONException {
84
    public String show() throws SecurityException, IOException, JSONException {
84
    	log.info("id=" + id);
85
    	log.info("id=" + id);
85
 
86