| Returns an editor for the current context. The editor names are matched in
a case insensitive manner. At the moment, the only place that this method
looks in is the property file, but in the future this will also look at
user preferences.
Determines the editor to use by the following order of conditions:
1. Editor set in User Preferences
2. Default Editor set in jspwiki.properties
For the PREVIEW context, this method returns the "preview" editor.
Parameters: context - The context that is chosen. The name of the chosen editor. If no match could be found, willrevert to the default "plain" editor. |