public class HttpContentRequestImpl extends GenericContentRequestImpl
HttpContentRequestImpl class.
CONTENT_LOCATION_MAXIMIZED_PREFERENCE, CONTENT_LOCATION_PREFERENCE| Constructor and Description |
|---|
HttpContentRequestImpl()
Constructor for HttpContentRequestImpl.
|
HttpContentRequestImpl(javax.portlet.PortletRequest request,
org.jasig.portlet.spring.IExpressionProcessor expressionProcessor)
Constructor for HttpContentRequestImpl.
|
| 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()
Getter for the field
headers. |
org.apache.http.protocol.HttpContext |
getHttpContext()
Getter for the field
httpContext. |
String |
getMethod()
Getter for the field
method. |
Map<String,IFormField> |
getParameters()
Returns a map of parameters for the gateway login form.
|
boolean |
isForm()
isForm.
|
void |
setForm(boolean isForm)
setForm.
|
void |
setHeaders(Map<String,String> headers)
Setter for the field
headers. |
void |
setHttpContext(org.apache.http.protocol.HttpContext httpContext)
Setter for the field
httpContext. |
void |
setMethod(String method)
Setter for the field
method. |
void |
setParameters(Map<String,IFormField> parameters)
Sets a map of parameters for the gateway login form.
|
getProxiedLocation, setProxiedLocationpublic HttpContentRequestImpl()
Constructor for HttpContentRequestImpl.
public HttpContentRequestImpl(javax.portlet.PortletRequest request,
org.jasig.portlet.spring.IExpressionProcessor expressionProcessor)
Constructor for HttpContentRequestImpl.
request - a PortletRequest objectexpressionProcessor - a IExpressionProcessor objectpublic void addParameter(String fieldName, String value)
public Map<String,IFormField> getParameters()
public void setParameters(Map<String,IFormField> parameters)
parameters - a Map objectpublic Map<String,String> getHeaders()
Getter for the field headers.
Map objectpublic void setHeaders(Map<String,String> headers)
Setter for the field headers.
headers - a Map objectpublic void setMethod(String method)
Setter for the field method.
method - a String objectpublic boolean isForm()
isForm.
public void setForm(boolean isForm)
setForm.
isForm - a booleanpublic org.apache.http.protocol.HttpContext getHttpContext()
Getter for the field httpContext.
HttpContext objectpublic void setHttpContext(org.apache.http.protocol.HttpContext httpContext)
Setter for the field httpContext.
httpContext - a HttpContext objectpublic HttpContentRequestImpl duplicate()
Copyright © 2022 Apereo. All rights reserved.