@Controller @RequestMapping(value="VIEW") public final class SimpleJspPortletController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTRUCTIONS_VIEW |
static String |
JSP_NAME_PREFERENCE |
| Constructor and Description |
|---|
SimpleJspPortletController() |
| Modifier and Type | Method and Description |
|---|---|
String |
doView(javax.portlet.RenderRequest req) |
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.
|
public static final String JSP_NAME_PREFERENCE
public static final String INSTRUCTIONS_VIEW
@RenderMapping public String doView(javax.portlet.RenderRequest req)
@ActionMapping
public void sendRedirect(@RequestParam(value="redirect")
String redirect,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws IOException
IOExceptionCopyright © 2013 Jasig. All Rights Reserved.