* convenience binding for time expressions

This commit is contained in:
Reinhard Pointner 2013-12-31 03:51:59 +00:00
parent 6927a6f7b8
commit e1409b5c30
1 changed files with 5 additions and 0 deletions

View File

@ -652,6 +652,11 @@ public class MediaBindingBean {
return new File(System.getProperty("user.home"));
}
@Define("now")
public long getNow() {
return System.currentTimeMillis();
}
@Define("object")
public Object getInfoObject() {
return infoObject;