Package com.kaboomerang.gwt.rest.client.uri.impl

Examples of com.kaboomerang.gwt.rest.client.uri.impl.RailsUriBuilder


* @author Jon Crosby
*/
public class RailsJsonResourceCollection extends JsonResourceCollection {
    public RailsJsonResourceCollection(String url, ResourceFactory factory) {
        super(url, factory);
        this.uriBuilder = new RailsUriBuilder();
    }
View Full Code Here

TOP

Related Classes of com.kaboomerang.gwt.rest.client.uri.impl.RailsUriBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.