All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.britesnow.snow.web.path.DefaultResourcePathResolver Maven / Gradle / Ivy

package com.britesnow.snow.web.path;

import com.britesnow.snow.web.RequestContext;

public class DefaultResourcePathResolver implements ResourcePathResolver {

    @Override
    public String resolve(RequestContext rc) {
        return rc.getPathInfo();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy