org.shept.org.springframework.web.bind.support
Interface ComponentPostprocessor


public interface ComponentPostprocessor

Version:
$$Id: ComponentPostprocessor.java 34 2010-08-20 16:46:49Z aha $$
Author:
Andi

Method Summary
 void postHandle(org.springframework.web.context.request.WebRequest request, org.springframework.web.servlet.ModelAndView modelAndView, String componentPath)
          Initialize the given DataBinder for the given request.
 

Method Detail

postHandle

void postHandle(org.springframework.web.context.request.WebRequest request,
                org.springframework.web.servlet.ModelAndView modelAndView,
                String componentPath)
Initialize the given DataBinder for the given request.

Parameters:
binder - the DataBinder to initialize
request - the web request that the data binding happens within
componentPath - the path within the bound object


Copyright © 2011. All Rights Reserved.