spyhunter99 commented on code in PR #415:
URL: https://github.com/apache/jspwiki/pull/415#discussion_r2532026186
##########
jspwiki-api/src/main/java/org/apache/wiki/api/plugin/Plugin.java:
##########
@@ -48,5 +49,33 @@ public interface Plugin {
* @throws PluginException In case anything goes wrong.
*/
String execute( Context context, Map< String, String > params ) throws
PluginException;
+
+ /**
+ * Provides the ability for a plugin to provide a suggestion or template
+ * for execution within a wiki page. Default returns just the FQCN of the
+ * plugin, which should enable it to fire off, however no parameters are
+ * plugin.
+ *
+ * Example: com.company.Plugin inputParamter='test'
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]