The (web) path this plugin should be available at. This value should start with a / . However, it must not contain the system's plugin base path or the plugin will fail to load. Here are some examples where path --(is available at)--> serve
()
| 98 | * @return a slash separated path |
| 99 | */ |
| 100 | public abstract String getPath(); |
| 101 | |
| 102 | /** |
| 103 | * Executes the plugin for the given query received on the path derived from |
no outgoing calls