Interface OpenSearchUrlParameterInfo

  • All Known Implementing Classes:
    SimpleOpenSearchUrlParameterInfo

    @Deprecated
    public interface OpenSearchUrlParameterInfo
    Deprecated.
    Legacy AEM 6.x API.
    Metadata interface holding information about an Open Search URL parameter.
    • Method Detail

      • getName

        String getName()
        Deprecated.
        Get the parameter name.
      • getValue

        String getValue()
        Deprecated.
        Get the parameter value.
      • isOptional

        boolean isOptional()
        Deprecated.
        Return true if the parameter is optional, false otherwise.