@Controller @RequestMapping(value="VIEW") public class XsltPortletController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTENT_LOCATION_KEY |
protected static String |
CONTENT_SERVICE_KEY |
protected org.slf4j.Logger |
log |
protected static String |
MAIN_XSLT_KEY |
protected static String |
MOBILE_XSLT_KEY |
| Constructor and Description |
|---|
XsltPortletController() |
| Modifier and Type | Method and Description |
|---|---|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setViewSelector(IViewSelector viewSelector) |
org.springframework.web.portlet.ModelAndView |
showContent(javax.portlet.PortletRequest request) |
protected static final String CONTENT_LOCATION_KEY
protected static final String CONTENT_SERVICE_KEY
protected static final String MAIN_XSLT_KEY
protected static final String MOBILE_XSLT_KEY
protected final org.slf4j.Logger log
@Autowired(required=true) public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
@Autowired(required=true) public void setViewSelector(IViewSelector viewSelector)
@RequestMapping public org.springframework.web.portlet.ModelAndView showContent(javax.portlet.PortletRequest request)
Copyright © 2014 Jasig. All Rights Reserved.