Searched refs:stringConvertedFile (Results 1 – 1 of 1) sorted by relevance
115 String stringConvertedFile = convertDocument(stringSourceFile, in doPost() local119 String shortFileName = stringConvertedFile.substring( in doPost()120 stringConvertedFile.lastIndexOf('/') + 1); in doPost()146 ServletUtils.returnFile( stringConvertedFile, in doPost()153 cleanupFile = new File(stringConvertedFile); in doPost()198 String stringConvertedFile = ""; in convertDocument() local292 stringConvertedFile = stringUrl + "." + stringExtension; in convertDocument()296 xstorable.storeAsURL( stringConvertedFile, propertyvalue ); in convertDocument()317 if ( stringConvertedFile.startsWith( "file:///" ) ) { in convertDocument()319 stringConvertedFile = stringConvertedFile.substring( 8 ); in convertDocument()[all …]
Completed in 11 milliseconds