@Controller
@RequestMapping(value="VIEW")
public class ViewContentController
extends java.lang.Object
| Constructor and Description |
|---|
ViewContentController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent(javax.portlet.PortletRequest request)
Get the configured user-facing content for this portlet configuration.
|
void |
setContentDao(IContentDao contentDao) |
java.lang.String |
viewContent()
Display the main user-facing view of the portlet.
|
@Autowired public void setContentDao(IContentDao contentDao)
@RequestMapping public java.lang.String viewContent()
@ModelAttribute(value="content") public java.lang.String getContent(javax.portlet.PortletRequest request)
request - PortletRequestCopyright © 2019 Jasig. All Rights Reserved.