Subversion Repositories SmartDukaan

Rev

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

Rev 6084 Rev 6593
Line 77... Line 77...
77
		@Action("/cameras"),
77
		@Action("/cameras"),
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("/laptop-accessories"),
82
		@Action("/entity")
82
		@Action("/entity"),
-
 
83
		@Action("/music-players")
83
	})
84
	})
84
    public String show() throws SecurityException, IOException, JSONException {
85
    public String show() throws SecurityException, IOException, JSONException {
85
    	log.info("id=" + id);
86
    	log.info("id=" + id);
86
 
87
 
87
    	String entityUrl = "";
88
    	String entityUrl = "";