|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsEditorHandler
Provides a method for selecting an individual file editor.
You can define the class of your own editor handler in the OpenCms XML configuration files. changing the <class> subnode of the system node <editorhandler> to another value. The class you enter must implement this interface to obtain the URI of the displayed editor.
Method Summary | |
---|---|
java.lang.String |
getEditorUri(java.lang.String resource,
CmsJspActionElement jsp)
Returns the editor URI which will be used for the selected resource in the OpenCms VFS to the editor selector class. |
Method Detail |
---|
java.lang.String getEditorUri(java.lang.String resource, CmsJspActionElement jsp) throws CmsException
resource
- the selected resourcejsp
- the CmsJspActionElement
null
if resource is not editable
CmsException
- if something goes wrong
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |