Uses of Class
org.craftercms.studio.api.v2.exception.MissingPluginParameterException
Packages that use MissingPluginParameterException
Package
Description
-
Uses of MissingPluginParameterException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw MissingPluginParameterException -
Uses of MissingPluginParameterException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type MissingPluginParameterExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleMissingPluginParameterException
(jakarta.servlet.http.HttpServletRequest request, MissingPluginParameterException e) -
Uses of MissingPluginParameterException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw MissingPluginParameterException -
Uses of MissingPluginParameterException in org.craftercms.studio.impl.v2.utils
Methods in org.craftercms.studio.impl.v2.utils that throw MissingPluginParameterExceptionModifier and TypeMethodDescriptionstatic void
PluginUtils.validatePluginParameters
(org.craftercms.commons.plugin.model.Plugin plugin, Map<String, String> params) Validates that all required parameters are provided and have a value