de.smartics.sandbox.mail
Interface MailServerProperties

Package class diagram package MailServerProperties

@PropertySet(value="mail.server")
public interface MailServerProperties

Mail Server Properties.


Method Summary
 String gui()
          The URL to the GUI of the mail server.
 String url()
          The URL to the mail server.
 

Method Detail

url

@NotBlank
String url()
The URL to the mail server.

Returns:
the mail server URL.

gui

@PropertyExpression(value="${mail.server.url}/index.html")
String gui()
The URL to the GUI of the mail server.

If not given, the URL will simply not be displayed to the user.

Returns:
the URL to the GUI of the mail server.


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