t.appendHeader(w);
String pathFormat = "/test/testa/myaction?to=:TO";
BasicPatternParser bp = new BasicPatternParser(pathFormat, phFormatter);
t.appendClass(w, TestJsClass.class);
for(Method m: TestJsClass.class.getMethods()){
if(m.getAnnotation(net.infopeers.restrant.Method.class) == null){
continue;