vietj / ceylon-cayla

A web framework for Ceylon
39 stars 8 forks source link

Extend Handler declarations #5

Open vietj opened 10 years ago

vietj commented 10 years ago

Until now controllers can be declared as:

Need to do more, for example

shared void run() { shared object controllers { // Here } }

etc...