org.jasig.portlet.proxy.service.web
Class HttpContentRequestImpl

java.lang.Object
  extended by org.jasig.portlet.proxy.service.GenericContentRequestImpl
      extended by org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
All Implemented Interfaces:
IContentRequest

public class HttpContentRequestImpl
extends GenericContentRequestImpl


Field Summary
 
Fields inherited from class org.jasig.portlet.proxy.service.GenericContentRequestImpl
CONTENT_LOCATION_KEY
 
Constructor Summary
HttpContentRequestImpl()
           
HttpContentRequestImpl(javax.portlet.PortletRequest request)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.jasig.portlet.proxy.service.GenericContentRequestImpl
getProxiedLocation, setProxiedLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContentRequestImpl

public HttpContentRequestImpl()

HttpContentRequestImpl

public HttpContentRequestImpl(javax.portlet.PortletRequest request)
Method Detail

getParameters

public Map<String,String[]> getParameters()

setParameters

public void setParameters(Map<String,String[]> parameters)

getHeaders

public Map<String,String> getHeaders()

setHeaders

public void setHeaders(Map<String,String> headers)

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

isForm

public boolean isForm()

setForm

public void setForm(boolean isForm)


Copyright © 2012 Jasig. All Rights Reserved.