Uses of Class
org.opengis.cite.cat30.opensearch.TemplateParamInfo
Packages that use TemplateParamInfo
Package
Description
This package includes miscellaneous utility classes to support testing.
-
Uses of TemplateParamInfo in org.opengis.cite.cat30.util
Methods in org.opengis.cite.cat30.util with parameters of type TemplateParamInfoModifier and TypeMethodDescriptionstatic void
OpenSearchTemplateUtils.updateOpenSearchParameter
(TemplateParamInfo paramInfo, Element urlElem) Updates the type and default value of a standard OpenSearch parameter.Method parameters in org.opengis.cite.cat30.util with type arguments of type TemplateParamInfoModifier and TypeMethodDescriptionstatic String
OpenSearchTemplateUtils.getDefaultParamValue
(List<TemplateParamInfo> paramList, QName paramName) Returns the default value of the specified template parameter.