Subversion Repositories SmartDukaan

Rev

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

Rev 1630 Rev 1677
Line 146... Line 146...
146
	
146
	
147
	public String getServletContextPath(){
147
	public String getServletContextPath(){
148
		return context.getContextPath();
148
		return context.getContextPath();
149
	}
149
	}
150
	
150
	
151
	public static void main(String[] args) {
-
 
152
		StatisticsController sc = new StatisticsController();
-
 
153
		sc.index();
-
 
154
	}
-
 
155
 
-
 
156
	@Override
151
	@Override
157
	public void setServletContext(ServletContext context) {
152
	public void setServletContext(ServletContext context) {
158
		this.context = context;
153
		this.context = context;
159
		
154
		
160
	}
155
	}