Index: /FCKeditor.Java/trunk/src/site/apt/localization.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/localization.apt	(revision 2810)
+++ /FCKeditor.Java/trunk/src/site/apt/localization.apt	(revision 2811)
@@ -40,13 +40,6 @@
 * The interface
 
-  The interface {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<net.fckeditor.localization.LocaleResolver>>>}}
-  contains only one method:
-
-  * <<<Locale resolveLocale(final HttpServletRequest)>>>: On every request
-    it will passed the current <<<HttpServletRequest>>> instance. It resolves the
-    user locale according to the underlying system or returns <<<null>>> if it
-    can't resolve the locale.
-
-  []
+  Consult the JavaDocs of the interface {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<net.fckeditor.localization.LocaleResolver>>>}}
+  to see how it works.
 
 ** Choosing an implementation
Index: /FCKeditor.Java/trunk/src/site/apt/useraction.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/useraction.apt	(revision 2810)
+++ /FCKeditor.Java/trunk/src/site/apt/useraction.apt	(revision 2811)
@@ -53,27 +53,6 @@
 * The interface
 
-  The interface {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}
-  contains three method of which each one is passed the current <<<HttpServletRequest>>>
-  instance on every request:
-
-  * <<<boolean isCreateFolderEnabled(final HttpServletRequest)>>>:
-    Determines whether the current request/user is enabled to create folders
-    on the server.
-
-  * <<<boolean isEnabledForFileBrowsing(final HttpServletRequest)>>>:
-    Determines whether the current request/user is enabled to retrieve resources
-    on the server.\
-    <<Attention>>: This method maps to the <<<GetResources>>> but remains
-    unrenamed due to compatibility reasons. It may be renamed to
-    <<<isGetResourcesEnabled>>> in future versions.
-
-  * <<<boolean isEnabledForFileUpload(final HttpServletRequest)>>>:
-    Determines whether the current request/user is enabled to upload files
-    to the server.\
-    <<Attention>>: This method maps to the <<<FileUpload>>> but remains
-    unrenamed due to compatibility reasons. It may be renamed to
-    <<<isFileUploadEnabled>>> in future versions.
-
-  []
+  Consult the JavaDocs of the interface {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}
+  to see how it works.
 
 ** Choosing an implementation
Index: /FCKeditor.Java/trunk/src/site/apt/userpathbuilder.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/userpathbuilder.apt	(revision 2810)
+++ /FCKeditor.Java/trunk/src/site/apt/userpathbuilder.apt	(revision 2811)
@@ -52,17 +52,6 @@
 * The interface
 
-  The interface {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}}
-  contains two method of which each one is passed the current <<<HttpServletRequest>>>
-  instance on every request:
-
-  * <<<String getUserFilesAbsolutePath(final HttpServletRequest)>>>:
-    Calculates the local server-side location of the userfiles for the current
-    request.
-
-  * <<<String getUserFilesPath(final HttpServletRequest)>>>:
-    Calculates the local server-side location of the userfiles for the current
-    request.
-
-  []
+  Consult the JavaDocs of the interface {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}}
+  to see how it works.
 
 ** Choosing an implementation
