{
MethodDeclaration actionMethod = actionMethods[i];
if ( ! actionMethod.hasModifier( Modifier.ABSTRACT ) )
{
ActionModel actionModel = new GenActionModel( actionMethod, this, _jclass );
addActionMapping( actionModel );
ParameterDeclaration[] params = actionMethod.getParameters();
if ( params.length > 0 )
{