Class DefaultFileUploadPreProcessorPlugin
java.lang.Object
org.hippoecm.frontend.plugin.Plugin
org.hippoecm.frontend.plugins.yui.upload.processor.DefaultFileUploadPreProcessorPlugin
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IPlugin
This plugin is loaded from configuration. Its purpose is to initialize a
DefaultFileUploadPreProcessorService
which will contain a set of preprocessors (specified on that configuration).
There is a default DefaultFileUploadPreProcessorPlugin
configured in
'/hippo:configuration/hippo:frontend/cms/cms-services/fileUploadPreProcessorService', but additional instances of
this plugin can be configured as well.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDefaultFileUploadPreProcessorPlugin
(IPluginContext context, IPluginConfig config) Construct a new Plugin. -
Method Summary
Methods inherited from class org.hippoecm.frontend.plugin.Plugin
getPluginConfig, getPluginContext, start, stop
-
Field Details
-
PRE_PROCESSORS_NODE_KEY
- See Also:
-
CLASS_NAME_KEY
- See Also:
-
-
Constructor Details
-
DefaultFileUploadPreProcessorPlugin
Construct a new Plugin.- Parameters:
context
- the plugin contextconfig
- the plugin config
-
-
Method Details
-
getPreProcessorService
-