Uses of Class
com.jalios.jcms.document.editor.OpeningMode
-
Packages that use OpeningMode Package Description com.jalios.jcms.document.editor -
-
Uses of OpeningMode in com.jalios.jcms.document.editor
Methods in com.jalios.jcms.document.editor that return OpeningMode Modifier and Type Method Description static OpeningMode
OpeningMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OpeningMode[]
OpeningMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.document.editor with parameters of type OpeningMode Modifier and Type Method Description default java.lang.String
DocumentEditor. getUrl(FileDocument doc, Member mbr, java.lang.String baseUrl, OpeningMode mode)
Returns the URL to open the document.
-