implement this interface if you have work that needs to be done after a controller.
In the case of forms this method is called after formBackingObject() is called or after
handleRequest is called.
Use this controller when you need to override the way the backing object is created.
If all you are doing is return new MyBackingObject() you won't need to implement this,
Spring will handle that for you.