| java.lang.Object org.strecks.dispatch.internal.DispatchControllerHelper
DispatchControllerHelper | public class DispatchControllerHelper (Code) | | Class used internally by BasicDispatchController and NavigableDispatchController to
store method name to method mappings, and other tasks
author: Phil Zoio |
Field Summary | |
protected HashMap<String, Method> | methods The set of Method objects we have introspected for this class, keyed by method name. |
methods | protected HashMap<String, Method> methods(Code) | | The set of Method objects we have introspected for this class, keyed by method name. This collection is populated
as different methods are called, so that introspection needs to occur only once per method name.
|
checkParameterName | public void checkParameterName(ActionMapping mapping, String parameterName)(Code) | | |
|
|