Class FCKConnectorResponseFactory


  • @VelocityCallable("singleton")
    public final class FCKConnectorResponseFactory
    extends Object
    • Constructor Detail

      • FCKConnectorResponseFactory

        public FCKConnectorResponseFactory()
    • Method Detail

      • getGetFolders

        public de.uplanet.lucy.server.auxiliaries.fckeditorconnector.IFCKConnectorResponse getGetFolders​(String p_strBaseDir,
                                                                                                         String p_strBaseUrl,
                                                                                                         String p_strCustomSubFolder,
                                                                                                         String p_strResourceType,
                                                                                                         String p_strCurrentFolder)
      • getGetFoldersAndFiles

        public de.uplanet.lucy.server.auxiliaries.fckeditorconnector.IFCKConnectorResponse getGetFoldersAndFiles​(String p_strBaseDir,
                                                                                                                 String p_strBaseUrl,
                                                                                                                 String p_strCustomSubFolder,
                                                                                                                 String p_strResourceType,
                                                                                                                 String p_strCurrentFolder)
      • getCreateFolder

        public de.uplanet.lucy.server.auxiliaries.fckeditorconnector.IFCKConnectorResponse getCreateFolder​(String p_strBaseDir,
                                                                                                           String p_strBaseUrl,
                                                                                                           String p_strCustomSubFolder,
                                                                                                           String p_strResourceType,
                                                                                                           String p_strCurrentFolder,
                                                                                                           String p_strNewFolder)
      • getFileUpload

        public de.uplanet.lucy.server.auxiliaries.fckeditorconnector.FCKConnectorFileUpload getFileUpload​(String p_strBaseDir,
                                                                                                          String p_strBaseUrl,
                                                                                                          String p_strCustomSubFolder,
                                                                                                          String p_strResourceType,
                                                                                                          String p_strCurrentFolder,
                                                                                                          String p_strInputName,
                                                                                                          de.uplanet.lucy.server.connector.IUploadFiles p_uploadFiles)
        Get a file upload object.
        Parameters:
        p_strBaseDir - The fixed base directory. This parameter must not be dynamic.
        p_strBaseUrl - The base URL.
        p_strCustomSubFolder - An optional custom sub-folder.
        p_strResourceType - The resource type. Must be one of File, Image, Flash, or Media.
        p_strCurrentFolder - A path below the resource-type folder.
        p_strInputName - The name of the file input element.
        p_uploadFiles - The uploaded files.
        Returns:
        The file upload object.