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