assert servletContextObject instanceof ServletContext : servletContextObject.getClass().getName();
ServletContext servletContext = ( ServletContext ) servletContextObject;
Method method = _methodCache.getMethod( backingClass, _methodName, _params );
if ( method == null ) throw new MethodNotFoundException( _methodName );
AnnotationReader annReader = AnnotationReader.getAnnotationReader( backingClass, servletContext );
ProcessedAnnotation ann = annReader.getJpfAnnotation( method, "CommandHandler" );
if ( ann != null )
{
ProcessedAnnotation[] raiseActions =
AnnotationReader.getAnnotationArrayAttribute( ann, "raiseActions" );