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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.Get the parameter name.StringgetValue()Deprecated.Get the parameter value.booleanisOptional()Deprecated.Return true if the parameter is optional, false otherwise.
-