public class ActionMethodParamNameResolver
extends java.lang.Object
| Constructor and Description |
|---|
ActionMethodParamNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
convertTypeNames(java.lang.reflect.Method actionClassMethod)
Converts method type short names into names.
|
java.lang.String[] |
resolveParamNames(java.lang.reflect.Method actionClassMethod)
Returns method parameter names.
|
public java.lang.String[] resolveParamNames(java.lang.reflect.Method actionClassMethod)
protected java.lang.String[] convertTypeNames(java.lang.reflect.Method actionClassMethod)
Copyright © 2003-2013 Jodd Team