@Path(value="/internal/configuration")
@Produces(value={"application/xml","application/json"})
public interface ConfigurationService
| Modifier and Type | Method and Description |
|---|---|
LicenseDto |
getLicenseInfo() |
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
@GET @Path(value="properties") java.util.Map<java.lang.String,java.lang.String> getProperties()
@GET @Path(value="license-info") LicenseDto getLicenseInfo()