Interface PluginPropertiesProvider
-
- All Known Implementing Classes:
PluginLocationProvider
public interface PluginPropertiesProvider
Allows to register a hook to plugin's Jsp servlet processing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
addExtraProperties(PluginDescriptor desr, String fullJspPath)
-
-
-
Method Detail
-
addExtraProperties
Map<String,Object> addExtraProperties(PluginDescriptor desr, String fullJspPath)
-
-