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 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 an Enumeration of String objects containing the names of the parameters contained in this request. If the request has no parameters, the method returns an empty Enumeration.
        Returns:
        an Enumeration of String objects, each String containing the name of a request parameter; or an empty Enumeration if the request has no parameters