View implementations may differ widely. An obvious implementation would be JSP-based. Other implementations might be XSLT-based, or use an HTML generation library. This interface is designed to avoid restricting the range of possible implementations.
Views should be beans. They are likely to be instantiated as beans by a ViewResolver. As this interface is stateless, view implementations should be thread-safe. @author Rod Johnson @author Arjen Poutsma @see org.springframework.web.servlet.view.AbstractView @see org.springframework.web.servlet.view.InternalResourceView
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|