3233343536373839404142
*/ @Override public void handleRequest() throws IOException { final TApi tpl = new TApi(); tpl.setProperties( getProperties() ); getResponse().showJson( tpl.makeRenderer() ); }