public class SpringMVCViewDecorator extends com.opensymphony.module.sitemesh.mapper.DefaultDecorator implements com.opensymphony.sitemeshDecorator
Encapsulates the logic for rendering a layout.
| Constructor and description |
|---|
SpringMVCViewDecorator
(java.lang.String name, org.springframework.web.servlet.View view) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public groovy.text.Template |
getTemplate() |
|
public org.springframework.web.servlet.View |
getView() |
|
public void |
render(com.opensymphony.sitemesh.Content content, com.opensymphony.sitemesh.SiteMeshContext context) |
|
public void |
render(com.opensymphony.sitemesh.Content content, java.util.Map<java.lang.String, ?> model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext) |
| Methods inherited from class | Name |
|---|---|
class com.opensymphony.module.sitemesh.mapper.DefaultDecorator |
com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getPage(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getURIPath(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getRole(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getInitParameter(java.lang.String), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getInitParameterNames(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getName(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#wait(long), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#wait(long, int), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#wait(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#equals(java.lang.Object), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#toString(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#hashCode(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#getClass(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#notify(), com.opensymphony.module.sitemesh.mapper.DefaultDecorator#notifyAll() |