Subversion Repositories SmartDukaan

Rev

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

Rev 9155 Rev 9624
Line 41... Line 41...
41
})
41
})
42
public class CategoryController extends BaseController {
42
public class CategoryController extends BaseController {
43
	
43
	
44
	private static final long serialVersionUID = 8477108528765030321L;
44
	private static final long serialVersionUID = 8477108528765030321L;
45
 
45
 
46
	private static Logger log = Logger.getLogger(Class.class);
46
	private static Logger log = Logger.getLogger(CategoryController.class);
47
 
47
 
48
	private List<String> results;
48
	private List<String> results;
49
	private Map<String, String> snippets;
49
	private Map<String, String> snippets;
50
	private Map<String, List<String[]>> facets;
50
	private Map<String, List<String[]>> facets;
51
	private Map<String, List<List<String>>> crumbs;
51
	private Map<String, List<List<String>>> crumbs;
Line 131... Line 131...
131
		@Action("/mouse"),
131
		@Action("/mouse"),
132
		@Action("/laptop-bags"),
132
		@Action("/laptop-bags"),
133
		@Action("/laptop-batteries"),
133
		@Action("/laptop-batteries"),
134
		@Action("/laptop-chargers"),
134
		@Action("/laptop-chargers"),
135
		@Action("/all-smart-watches"),
135
		@Action("/all-smart-watches"),
-
 
136
		@Action("/smart-watches"),
-
 
137
		@Action("/wi-fi-routers"),
-
 
138
		@Action("/aux-cable"),
136
		@Action("/category")
139
		@Action("/category"),
-
 
140
		@Action("/vehicle-mounts")
137
	})
141
	})
138
	 
142
	 
139
    public HttpHeaders show() throws Exception {
143
    public HttpHeaders show() throws Exception {
140
		contextName = ActionContext.getContext().getName();
144
		contextName = ActionContext.getContext().getName();
141
    	log.info("id=" + id);
145
    	log.info("id=" + id);