Changeset 2151 for FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserAction.java
- Timestamp:
- 2008-07-03 00:03:15 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/UserAction.java
r2101 r2151 25 25 26 26 /** 27 * Interface that provides the authorization of the following file based user28 * actions:27 * An interface which provides the authorization of server-side commands.<br /> 28 * The commands are: 29 29 * <ul> 30 30 * <li>{@link #isEnabledForFileBrowsing(HttpServletRequest)}: Enables the user