Interface ExtensionParametersComp
-
- All Known Subinterfaces:
ExtensionParameters
public interface ExtensionParametersComp
This class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<String>
getParameterNames()
Deprecated.This method is only here to provide binary compatibility with old releases of the software.
-
-
-
Method Detail
-
getParameterNames
@Deprecated Iterator<String> getParameterNames()
Deprecated.This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,ExtensionParameters.getParameterNames()
should always be used instead.Returns anEnumeration
ofString
objects containing the names of the parameters contained in this request. If the request has no parameters, the method returns an emptyEnumeration
.- Returns:
- an
Enumeration
ofString
objects, eachString
containing the name of a request parameter; or an emptyEnumeration
if the request has no parameters
-
-