"jquery").deploy();
//
Map<String, ControllerHandler> table = new HashMap<String, ControllerHandler>();
for (ControllerHandler cm : controllerPlugin.getDescriptor().getHandlers()) {
Ajax ajax = cm.getMethod().getAnnotation(Ajax.class);
if (ajax != null) {
table.put(cm.getName(), cm);
}
}