all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.returnthe map with the element name as a key, the setter method as a value Map table = new HashMap(); table.put(WebTagNames.LISTENER_CLASS, "setListener"); return table;
Map table = new HashMap(); table.put(WebTagNames.LISTENER_CLASS, "setListener"); return table;