|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="app") public interface ApplicationProperties
Provides sample application properties.
Method Summary | |
---|---|
List<URL> |
additionalUrls() A list of optional additional URLs. |
String |
domain() The domain the application is assigned to. |
de.smartics.properties.api.core.domain.PropertyDescriptor |
getHomePagePropertyDescriptor() The property descriptor for the homePage() property. |
de.smartics.properties.api.core.domain.PropertyKey |
getHomePagePropertyKey() The property key for the homePage() property. |
de.smartics.properties.api.core.domain.PropertyKey |
getUrlPropertyKey() The property key for the url() property. |
URL |
homePage() The URL to the application to be used from within the application. |
String |
url() The URL to the application to be used from within the application. |
Method Detail |
---|
@NotBlank @PropertySet(value="app.server") @PropertyLifecycle(access=READ_WRITE) String url()
de.smartics.properties.api.core.domain.PropertyKey getUrlPropertyKey()
url()
property.
url()
property.
@NotBlank String domain()
URL homePage()
de.smartics.properties.api.core.domain.PropertyKey getHomePagePropertyKey()
homePage()
property.
homePage()
property.
de.smartics.properties.api.core.domain.PropertyDescriptor getHomePagePropertyDescriptor()
homePage()
property.
homePage()
property.
@PropertyElementType(value=java.net.URL.class) List<URL> additionalUrls()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |