Refresh page in xblock

Hi,
I want to call student_view on json handler method @Xblock.jsonHandler
I add this line on my handler method
self.student_view()
but it doesn’t refresh the html nothing change , I need to click to F5 to refresh the page it doen’t refresh automatically.
I need help please