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

com.ksyzt.gwt.server.servlet.ImageLocationInfo Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ksyzt.gwt.server.servlet;

// TODO: Auto-generated Javadoc

/**
 * The Class ImageLocationInfo.
 */
public class ImageLocationInfo {

    /**
     * The path.
     */
    public String path;

    /**
     * The url.
     */
    public String url;

    /**
     * The id.
     */
    public String id;
}	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy