@Controller @RequestMapping(value="VIEW") public class XsltPortletController extends Object
XsltPortletController class.
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTENT_LOCATION_KEY
Constant
CONTENT_LOCATION_KEY="location" |
protected static String |
CONTENT_SERVICE_KEY
Constant
CONTENT_SERVICE_KEY="contentService" |
protected org.slf4j.Logger |
log |
protected static String |
MAIN_XSLT_KEY
Constant
MAIN_XSLT_KEY="mainXslt" |
protected static String |
MOBILE_XSLT_KEY
Constant
MOBILE_XSLT_KEY="mobileXslt" |
| Constructor and Description |
|---|
XsltPortletController() |
| Modifier and Type | Method and Description |
|---|---|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Setter for the field
applicationContext. |
void |
setViewSelector(IViewSelector viewSelector)
Setter for the field
viewSelector. |
org.springframework.web.portlet.ModelAndView |
showContent(javax.portlet.PortletRequest request)
showContent.
|
protected static final String CONTENT_LOCATION_KEY
CONTENT_LOCATION_KEY="location"protected static final String CONTENT_SERVICE_KEY
CONTENT_SERVICE_KEY="contentService"protected static final String MAIN_XSLT_KEY
MAIN_XSLT_KEY="mainXslt"protected static final String MOBILE_XSLT_KEY
MOBILE_XSLT_KEY="mobileXslt"protected final org.slf4j.Logger log
@Autowired(required=true) public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Setter for the field applicationContext.
applicationContext - a ApplicationContext object@Autowired(required=true) public void setViewSelector(IViewSelector viewSelector)
Setter for the field viewSelector.
viewSelector - a IViewSelector object@RequestMapping public org.springframework.web.portlet.ModelAndView showContent(javax.portlet.PortletRequest request)
showContent.
request - a PortletRequest objectModelAndView objectCopyright © 2022 Apereo. All rights reserved.