Uses of Class
oracle.stellent.ridc.common.util.NameValuePair
Packages that use NameValuePair
Package
Description
-
Uses of NameValuePair in oracle.stellent.ridc.common.http
Method parameters in oracle.stellent.ridc.common.http with type arguments of type NameValuePairModifier and TypeMethodDescriptionvoid
RIDCHttpMethod.setQueryString
(List<NameValuePair> paramList) Set the query string for the request -
Uses of NameValuePair in oracle.stellent.ridc.common.http.impl
Subclasses of NameValuePair in oracle.stellent.ridc.common.http.impl -
Uses of NameValuePair in oracle.stellent.ridc.common.util
Methods in oracle.stellent.ridc.common.util that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionstatic List<NameValuePair>
HttpUtils.convertToNVPairs
(String query) Convert the query string into a list of Name Value pairsMethods in oracle.stellent.ridc.common.util with parameters of type NameValuePairModifier and TypeMethodDescriptionint
NameValuePair.compareTo
(NameValuePair namevaluePair) Compare two name value pairs by the key. -
Uses of NameValuePair in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionprotected List<NameValuePair>
IdcHttpProtocol.getDefaultParameters()
Create a list of the defaultNameValuePair
parametersMethod parameters in oracle.stellent.ridc.protocol.http with type arguments of type NameValuePairModifier and TypeMethodDescriptionprotected int
IdcHttpProtocol.executeBinderMethod
(List<NameValuePair> parameters, Boolean followRedirects) Execute an HTTP method against the content server that POSTs a binder in HDA formatprotected int
IdcHttpProtocol.executeStreamMethod
(List<NameValuePair> parameters) Execute a multipart POST method against the content server that uploads the given files. -
Uses of NameValuePair in oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Method parameters in oracle.stellent.ridc.protocol.http.httpurlconnection.impl with type arguments of type NameValuePairModifier and TypeMethodDescriptionvoid
HttpURLConnectionMethod.setQueryString
(List<NameValuePair> paramList) -
Uses of NameValuePair in oracle.stellent.ridc.protocol.http.oracle.impl
Method parameters in oracle.stellent.ridc.protocol.http.oracle.impl with type arguments of type NameValuePairModifier and TypeMethodDescriptionvoid
HttpOracleMethod.setQueryString
(List<NameValuePair> paramList)