35363738394041424344
public void handleRequest() throws IOException { final TApi tpl = new TApi(); tpl.setProperties( getProperties() ); getResponse().showJson( tpl.makeRenderer() ); } }