Subversion Repositories SmartDukaan

Rev

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

Rev 3303 Rev 3311
Line 2... Line 2...
2
 
2
 
3
import in.shop2020.serving.services.SpecialPageConfigurer;
3
import in.shop2020.serving.services.SpecialPageConfigurer;
4
import org.apache.struts2.dispatcher.mapper.ActionMapping;
4
import org.apache.struts2.dispatcher.mapper.ActionMapping;
5
import org.apache.struts2.rest.RestActionMapper;
5
import org.apache.struts2.rest.RestActionMapper;
6
 
6
 
7
 
-
 
8
public class SaholicMapper extends RestActionMapper{
7
public class SaholicMapper extends RestActionMapper{
9
	    
8
	    
10
	@Override
9
	@Override
11
	public org.apache.struts2.dispatcher.mapper.ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager){
10
	public org.apache.struts2.dispatcher.mapper.ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager){
12
		ActionMapping mapping = super.getMapping(request, configManager);
11
		ActionMapping mapping = super.getMapping(request, configManager);