^/task/(\d+)/$	net.yher.waft.controller.URLMapTestGroovyObject	testInvokeAction	{id:$1, show:\"detail\"}
^/another/(.*?)/$	net.yher.waft.controller.URLMapTestGroovyObject	testInvokeAction	{id:$1, show:\"another\"}
^/task/(\d+)/print/$	net.yher.waft.controller.URLMapTestGroovyObject	testInvokeAction	{id:$1, show:\"print\"}
