@Controller @RequestMapping(value="VIEW") public class SimpleJspPortletController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTRUCTIONS_VIEW |
static String |
JSP_NAME_PREFERENCE |
static String |
PREF_SECURITY_ROLE_NAMES |
| Constructor and Description |
|---|
SimpleJspPortletController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
addUserInfoToModel(javax.portlet.PortletRequest req) |
String |
doView(javax.portlet.RenderRequest req,
org.springframework.ui.Model model) |
void |
sendRedirect(String redirect,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
This method allows JSPs used with this portlet to provide links that
track user interactions in uPortal Statistics.
|
void |
setProperties(Properties properties)
Set the properties.
|
public static final String JSP_NAME_PREFERENCE
public static final String PREF_SECURITY_ROLE_NAMES
public static final String INSTRUCTIONS_VIEW
public void setProperties(Properties properties)
properties - the properties loader@RenderMapping public String doView(javax.portlet.RenderRequest req, org.springframework.ui.Model model)
@ActionMapping
public void sendRedirect(@RequestParam(value="redirect")
String redirect,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws IOException
IOExceptionCopyright © 2015 Jasig. All Rights Reserved.