org.zodiac.webui.extension.UiExtension Maven / Gradle / Ivy
package org.zodiac.webui.extension;
public class UiExtension {
private final String resourcePath;
private final String resourceLocation;
public UiExtension(String resourcePath, String resourceLocation) {
super();
this.resourcePath = resourcePath;
this.resourceLocation = resourceLocation;
}
public String getResourcePath() {
return resourcePath;
}
public String getResourceLocation() {
return resourceLocation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy