Changeset 1938

Show
Ignore:
Timestamp:
2008-04-21 17:07:09 (4 months ago)
Author:
mosipov
Message:

Corrected links

Location:
FCKeditor.Java/branches/2.4/src/site/apt
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/connector.apt

    r1934 r1938  
    8181    
    8282  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}}. 
    8484   
    8585  At the moment, the integration pack provides two interfaces to extend the connector: 
    8686   
    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>>>}} 
    8888   
    8989  In this interface there is only one method <<<getUserFilesPath(final HttpServletRequest request)>>>,  
     
    9191  the path for all resource files.  
    9292   
    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>>>}} 
    9494   
    9595  There are two methods to authorize users to do file based actions: 
     
    102102   
    103103  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}} 
  • FCKeditor.Java/branches/2.4/src/site/apt/properties.apt

    r1931 r1938  
    136136| connector.userActionImpl              |                                                                | any class implementing the  | Providing custom security functions for the File       | 
    137137|                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} | Browser Connector. For more details see              | 
    138 |                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}here}}. | 
     138|                                                               |                                                                | interface                       | {{{connector.html#Extending_the_Connector}here}}. | 
    139139*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    140140| connector.userPathBuilderImpl |                                                                | any class implementing the  | Providing a custom function to construct a user-dependent 'UserFilesPath' for the | 
    141141|                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | File Browser Connector. For more details see               | 
    142 |                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}here}}. | 
     142|                                                               |                                                                | interface                       | {{{connector.html#Extending_the_Connector}here}}. | 
    143143*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+