public class HttpContentRequestImpl extends GenericContentRequestImpl
CONTENT_LOCATION_MAXIMIZED_PREFERENCE, CONTENT_LOCATION_PREFERENCE| Constructor and Description |
|---|
HttpContentRequestImpl() |
HttpContentRequestImpl(javax.portlet.PortletRequest request,
org.jasig.portlet.spring.IExpressionProcessor expressionProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String fieldName,
String value)
add a new parameter to the list of available parameters.
|
HttpContentRequestImpl |
duplicate()
duplicate() creates a duplicate of the HttpContentRequest without
using clone().
|
Map<String,String> |
getHeaders() |
org.apache.http.protocol.HttpContext |
getHttpContext() |
String |
getMethod() |
Map<String,IFormField> |
getParameters()
Returns a map of parameters for the gateway login form.
|
boolean |
isForm() |
void |
setForm(boolean isForm) |
void |
setHeaders(Map<String,String> headers) |
void |
setHttpContext(org.apache.http.protocol.HttpContext httpContext) |
void |
setMethod(String method) |
void |
setParameters(Map<String,IFormField> parameters)
Sets a map of parameters for the gateway login form.
|
getProxiedLocation, setProxiedLocationpublic HttpContentRequestImpl()
public HttpContentRequestImpl(javax.portlet.PortletRequest request,
org.jasig.portlet.spring.IExpressionProcessor expressionProcessor)
public void addParameter(String fieldName, String value)
fieldName - value - public Map<String,IFormField> getParameters()
public void setParameters(Map<String,IFormField> parameters)
parameters - public String getMethod()
public void setMethod(String method)
public boolean isForm()
public void setForm(boolean isForm)
public org.apache.http.protocol.HttpContext getHttpContext()
public void setHttpContext(org.apache.http.protocol.HttpContext httpContext)
public HttpContentRequestImpl duplicate()
Copyright © 2022 Apereo. All rights reserved.