LinkChooserController
public LinkChooserController(UserRequest ureq,
WindowControl wControl,
VFSContainer rootDir,
java.lang.String uploadRelPath,
java.lang.String[] suffixes,
java.lang.String fileName,
CustomLinkTreeModel customLinkTreeModel)
- 参数:
ureq - wControl - rootDir - Root directory for file-chooser.uploadRelPath - The relative path within the rootDir where uploaded files should be put into. If NULL, the root Dir is usedsuffixes - Supported file suffixes for file-chooser.fileName - Base file-path for file-chooser.userActivityLogger - internalLinkTreeModel - Model with internal links e.g. course-node tree model. The internal-link chooser tab won't be shown when the internalLinkTreeModel is null.