de.smartics.properties.at.classpath
Interface ApplicationProperties

Package class diagram package ApplicationProperties

@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

url

@NotBlank
@PropertySet(value="app.server")
@PropertyLifecycle(access=READ_WRITE)
String url()
The URL to the application to be used from within the application.

Returns:
the URL to the application to be used from within the application.

getUrlPropertyKey

de.smartics.properties.api.core.domain.PropertyKey getUrlPropertyKey()
The property key for the url() property.

Returns:
the property key for the url() property.

domain

@NotBlank
String domain()
The domain the application is assigned to.

Returns:
the domain the application is assigned to.

homePage

URL homePage()
The URL to the application to be used from within the application.

Returns:
the URL to the application to be used from within the application.

getHomePagePropertyKey

de.smartics.properties.api.core.domain.PropertyKey getHomePagePropertyKey()
The property key for the homePage() property.

Returns:
the property key for the homePage() property.

getHomePagePropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor getHomePagePropertyDescriptor()
The property descriptor for the homePage() property.

Returns:
the property descriptor for the homePage() property.

additionalUrls

@PropertyElementType(value=java.net.URL.class)
List<URL> additionalUrls()
A list of optional additional URLs.

Returns:
list of optional additional URLs.


Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.