52535455565758
* */ public class UploadActionItem extends BaseActionItem { public void onComponentSelection() { LinkerSelectionContext lh = linker.getSelectionContext(); new FileUploader(linker, lh.getSingleSelection()); }