Show
Ignore:
Timestamp:
2008-04-13 19:36:32 (6 months ago)
Author:
th-schwarz
Message:

added requestcycle stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt

    r1907 r1914  
    3535  ... 
    3636  fckeditor.toolbarSet=Silver 
    37   connector.sessionDataImpl=net.fckeditor.impl.BasicSessionData 
     37  connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl 
    3838  ... 
    3939+-------------------------------------------------------+ 
     
    4646  ... 
    4747  PropertiesLoader.setProperty("fckeditor.toolbarSet", "Silver"); 
    48   PropertiesLoader.setProperty("connector.sessionDataImpl", "net.fckeditor.impl.BasicSessionData"); 
     48  PropertiesLoader.setProperty("connector.userActionImpl",  
     49                   "net.fckeditor.requestcycle.impl.UserActionImpl"); 
    4950  ... 
    5051+-------------------------------------------------------+    
     
    133134|                                                               |                                                                |                                                         | other renamed file type.                                                   | 
    134135*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    135 | connector.sessionDataImpl             |                                                                | any class implementing the  | Providing custom security functions for the File       | 
    136 |                                                               |                                                                | {{{apidocs/net/fckeditor/SessionData.html}<<<net.fckeditor.SessionData>>>}} | Browser Connector. For more details see                | 
     136| connector.userActionImpl              |                                                                | any class implementing the  | Providing custom security functions for the File       | 
     137|                                                               |                                                                | {{{apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} | Browser Connector. For more details see                | 
    137138|                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 
    138139*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
     140| connector.userPathBuilderImpl |                                                                | any class implementing the  | Providing a custom function to construct an user depended 'BaseDir' for the | 
     141|                                                               |                                                                | {{{apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | Browser Connector. For more details see              | 
     142|                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 
     143*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+