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

de.swm.gwt.linker.server.propertyprovider.PropertyProvider Maven / Gradle / Ivy

The newest version!
package de.swm.gwt.linker.server.propertyprovider;

import java.io.Serializable;

import javax.servlet.http.HttpServletRequest;

/**
 * 
 * @author Daniel Kurka (see http://code.google.com/p/mgwt/)
 *
 */
public interface PropertyProvider extends Serializable {

        public String getPropertyName();

        public String getPropertyValue(HttpServletRequest req) throws PropertyProviderException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy