public class HttpContentRequestImpl extends GenericContentRequestImpl
CONTENT_LOCATION_KEY| Constructor and Description |
|---|
HttpContentRequestImpl() |
HttpContentRequestImpl(javax.portlet.PortletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHeaders() |
String |
getMethod() |
Map<String,String[]> |
getParameters() |
boolean |
isForm() |
void |
setForm(boolean isForm) |
void |
setHeaders(Map<String,String> headers) |
void |
setMethod(String method) |
void |
setParameters(Map<String,String[]> parameters) |
getProxiedLocation, setProxiedLocationpublic HttpContentRequestImpl()
public HttpContentRequestImpl(javax.portlet.PortletRequest request)
Copyright © 2013 Jasig. All Rights Reserved.