class |
DetailManager
Differently from its sibling ResultManager , this class doesn't
collect column orders and orientations as attributes because at the time of
the first processing by the jsp container the dbms inquiry has been already
done and there the order must have been caught by the code: (the application
must invoke ShrController.addDetailsAttribute(java.lang.String, com.sprhibrad.framework.service.IShrService, java.lang.String, T, org.springframework.web.servlet.ModelAndView, javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
in its override of ImplShrController.addDetailsAttributes(org.springframework.web.servlet.ModelAndView, T, javax.servlet.http.HttpServletRequest) ),
so that, here, those two attribute are already known and the delegated
renderer gets them from the request object.
|