| org.sakaiproject.metaobj.shared.control.ForwardView
ForwardView | public class ForwardView extends AbstractUrlBasedView (Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: May 18, 2004
Time: 3:12:19 PM
To change this template use File | Settings | File Templates.
|
renderMergedOutputModel | protected void renderMergedOutputModel(Map model, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Subclasses must implement this method to render the view.
The first take will be preparing the request: This may include setting
the model elements as request attributes, e.g. in the case of a JSP view.
Parameters: model - combined output Map, with dynamic values taking precedenceover static attributes Parameters: request - current HTTP request Parameters: response - current HTTP response throws: Exception - if rendering failed |
|
|