tomyeh / ZUSS

An extension to CSS providing mixins, nested rules, conditional content, variables and seamless Java integration.
http://books.zkoss.org/wiki/ZUSS_Reference
19 stars 5 forks source link

RequestResolver should use Callable<String> as Returntype instead of Method for "getMethod" #18

Open laeubi opened 10 years ago

laeubi commented 10 years ago

This would allow a more convient way of providing custom methods and make the overall handling easier. ATM Only static methods can be used and the complete calling is error prone (you must provide a method that returns string).

With a Callable it would be more flexible and type save.