Interface IPluginValidationData
- All Superinterfaces:
IPluginDefaultLifecycleData
- All Known Implementing Classes:
DefaultPluginValidationData
Parameters passed to the validation lifecycle method of plugins.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface de.xima.fc.interfaces.plugin.lifecycle.IPluginDefaultLifecycleData
SYSTEM_SCOPE_KEY
-
Method Summary
Modifier and TypeMethodDescriptionGets the locale for the validation check.Returns the properties of the pluginMethods inherited from interface de.xima.fc.interfaces.plugin.lifecycle.IPluginDefaultLifecycleData
getClient, getFileHelper, getFrontendServer, getManifest, getResourceHelper, getRuntimeKey, getScopeKey
-
Method Details
-
getLocale
Locale getLocale()Gets the locale for the validation check. The locale may be used e.g. to generated localized error messages.- Returns:
- The locale for locale-sensitive validation operations.
-
getProperties
Properties getProperties()Description copied from interface:IPluginDefaultLifecycleData
Returns the properties of the plugin- Specified by:
getProperties
in interfaceIPluginDefaultLifecycleData
- Returns:
Properties
-