Interface ExtensionParametersComp
- 
- All Known Subinterfaces:
- ExtensionParameters
 
 public interface ExtensionParametersCompThis class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
- 
- 
Method SummaryAll 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 anEnumerationofStringobjects containing the names of the parameters contained in this request. If the request has no parameters, the method returns an emptyEnumeration.- Returns:
- an EnumerationofStringobjects, eachStringcontaining the name of a request parameter; or an emptyEnumerationif the request has no parameters
 
 
- 
 
-