de.smartics.properties.tutorial.property.expressions
Interface ExpressionsProperties

Package class diagram package ExpressionsProperties

@PropertySet(value="tutorial.property.expressions")
public interface ExpressionsProperties

A sample property set for the PropertyExpressionsTutorial.


Method Summary
 URL homePageUrl()
           
 String host()
           
 int port()
           
 

Method Detail

host

@PropertyExpression(value="localhost")
String host()

port

@PropertyExpression(value="8080")
int port()

homePageUrl

@PropertyExpression(value="http://${tutorial.property.expressions.host}:${tutorial.property.expressions.port}/index.html")
URL homePageUrl()


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