@Controller @RequestMapping(value="VIEW") public class AppLauncherViewController extends Object
| Constructor and Description |
|---|
AppLauncherViewController() |
| Modifier and Type | Method and Description |
|---|---|
AppDefinition |
getAppDefinition(javax.portlet.PortletRequest req) |
String |
getAppUrl(javax.portlet.PortletRequest req,
javax.portlet.RenderResponse res) |
String |
getIconSizePixels(javax.portlet.PortletRequest req) |
void |
setExpressionProcessor(IExpressionProcessor expressionProcessor) |
String |
view(javax.portlet.PortletRequest req) |
@Autowired public void setExpressionProcessor(IExpressionProcessor expressionProcessor)
@RenderMapping public String view(javax.portlet.PortletRequest req) throws Exception
Exception@ModelAttribute(value="iconSizePixels") public String getIconSizePixels(javax.portlet.PortletRequest req)
@ModelAttribute(value="appDefinition") public AppDefinition getAppDefinition(javax.portlet.PortletRequest req) throws javax.portlet.WindowStateException
javax.portlet.WindowStateException@ModelAttribute(value="appUrl") public String getAppUrl(javax.portlet.PortletRequest req, javax.portlet.RenderResponse res) throws javax.portlet.WindowStateException
javax.portlet.WindowStateExceptionCopyright © 2016 Jasig. All Rights Reserved.