Subversion Repositories SmartDukaan

Rev

Rev 6244 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6244 Rev 6371
Line 134... Line 134...
134
 
134
 
135
    public String getServletContextPath() {
135
    public String getServletContextPath() {
136
        return context.getContextPath();
136
        return context.getContextPath();
137
    }
137
    }
138
    
138
    
139
    public Map<Long, String> getProviderMap() {
139
    public static Map<Long, String> getProviderMap() {
140
        return providers;
140
        return providers;
141
    }
141
    }
142
}
142
}
143
 
143