Class ViewContentController
java.lang.Object
org.jasig.portlet.cms.mvc.portlet.ViewContentController
@Controller
@RequestMapping("VIEW")
public class ViewContentController
extends Object
ViewContentController provides the main view of the portlet.
- Version:
- $Revision$
- Author:
- Jen Bourey, jbourey@unicon.net
-
Constructor Summary
Constructors Constructor Description ViewContentController() -
Method Summary
Modifier and Type Method Description StringgetContent(javax.portlet.PortletRequest request)Get the configured user-facing content for this portlet configuration.StringviewContent()Display the main user-facing view of the portlet.
-
Constructor Details
-
ViewContentController
public ViewContentController()
-
-
Method Details
-
viewContent
Display the main user-facing view of the portlet.- Returns:
- view name
-
getContent
Get the configured user-facing content for this portlet configuration.- Parameters:
request- PortletRequest- Returns:
- content for portlet configuration
-