@Controller @RequestMapping(value="VIEW") public class ProxyPortletController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHARACTER_ENCODING_DEFAULT |
protected static String |
CONTENT_SERVICE_KEY |
protected static String |
FILTER_LIST_KEY |
protected org.slf4j.Logger |
log |
static String |
PREF_CHARACTER_ENCODING |
| Constructor and Description |
|---|
ProxyPortletController() |
| Modifier and Type | Method and Description |
|---|---|
void |
proxyResourceTarget(String url,
javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
void |
proxyTarget(String url,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setKnownHtmlContentTypes(List<String> contentTypes) |
void |
showContent(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response) |
protected static final String CONTENT_SERVICE_KEY
protected static final String FILTER_LIST_KEY
public static final String PREF_CHARACTER_ENCODING
public static final String CHARACTER_ENCODING_DEFAULT
protected final org.slf4j.Logger log
@Autowired(required=true) public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
@RenderMapping
public void showContent(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
@ActionMapping
public void proxyTarget(@RequestParam(value="proxy.url")
String url,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws IOException
IOException@ResourceMapping
public void proxyResourceTarget(@RequestParam(value="proxy.url")
String url,
javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Copyright © 2014 Jasig. All Rights Reserved.