contains some "free" services (i18n)
GET /commonServices/getAllI18nResources
will return properties available in org/apache/archiva/i18n/default.properties
load default (en) then override with locale used so at least en are returned if no
translation in the locale asked.
This method will add redback resources too. note Archva wins
Request Parameters
name |
type |
description |
default |
locale |
query |
|
n/a |
Response Body
media type |
data type |
text/plain |
(custom)
|
GET /commonServices/getI18nResources
will return properties available in org/apache/archiva/i18n/default.properties
load default (en) then override with locale used so at least en are returned if no
translation in the locale asked.
Request Parameters
name |
type |
description |
default |
locale |
query |
|
n/a |
Response Body
media type |
data type |
text/plain |
(custom)
|
GET /commonServices/validateCronExpression
Request Parameters
name |
type |
description |
default |
cronExpression |
query |
|
n/a |
Response Body
media type |
data type |
application/json |
boolean
(JSON) |
application/xml |
boolean
(XML) |