Package net.sf.jasperreports.data.http
Class StandardHttpDataLocation
java.lang.Object
net.sf.jasperreports.data.http.StandardHttpDataLocation
- All Implemented Interfaces:
Cloneable,DataFile,HttpDataLocation,JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getBody()getUrl()voidvoidsetHeaders(List<HttpLocationParameter> headers) voidsetMethod(RequestMethod method) voidsetPassword(String password) voidsetPostParameters(List<HttpLocationParameter> postParameters) voidvoidsetUrlParameters(List<HttpLocationParameter> urlParameters) voidsetUsername(String username)
-
Constructor Details
-
StandardHttpDataLocation
public StandardHttpDataLocation()
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceHttpDataLocation
-
setMethod
-
getUrl
- Specified by:
getUrlin interfaceHttpDataLocation
-
setUrl
-
getUsername
- Specified by:
getUsernamein interfaceHttpDataLocation
-
setUsername
-
getPassword
- Specified by:
getPasswordin interfaceHttpDataLocation
-
setPassword
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
getUrlParameters
- Specified by:
getUrlParametersin interfaceHttpDataLocation
-
setUrlParameters
-
getBody
- Specified by:
getBodyin interfaceHttpDataLocation
-
setBody
-
getPostParameters
- Specified by:
getPostParametersin interfaceHttpDataLocation
-
setPostParameters
-
getHeaders
- Specified by:
getHeadersin interfaceHttpDataLocation
-
setHeaders
-