Changeset 1938 for FCKeditor.Java/branches/2.4/src/site/apt/connector.apt
- Timestamp:
- 2008-04-21 17:07:09 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/connector.apt
r1934 r1938 81 81 82 82 The fully-qualified class name of the implemented classes can now be set as described in 83 {{{ ../properties.html}Configuration settings}}.83 {{{properties.html}Configuration settings}}. 84 84 85 85 At the moment, the integration pack provides two interfaces to extend the connector: 86 86 87 [[1]] {{{ ../java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}}87 [[1]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} 88 88 89 89 In this interface there is only one method <<<getUserFilesPath(final HttpServletRequest request)>>>, … … 91 91 the path for all resource files. 92 92 93 [[2]] {{{ ../java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}93 [[2]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} 94 94 95 95 There are two methods to authorize users to do file based actions: … … 102 102 103 103 For those who wants to enable all users for browsing and uploading files, there is an implementation 104 of <<<UserAction>>> you can use: {{{ ../java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}}104 of <<<UserAction>>> you can use: {{{java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}}