Searched refs:rootDocPath (Results 1 – 2 of 2) sorted by relevance
43 String rootDocPath = ( String )tParam.get( "DOCPTH" ); in initialize() local44 System.out.println( "DOCPTH is " + rootDocPath ); in initialize()45 rootDocPath = util.utils.getFullTestURL( "ExampleSpreadSheetLatest.sxc" ); in initialize()46 if ( rootDocPath != null && rootDocPath.length() > 1 ){ in initialize()48 if ( rootDocPath.indexOf( "\\" ) > 0 ){ in initialize()49 rootDocPath = rootDocPath.replace( '\\','/' ); in initialize()51 System.out.println("After processing the path is " + rootDocPath); in initialize()53 String encodedPath = URLEncoder.encode( rootDocPath ); in initialize()
46 String rootDocPath = ( String )tParam.get( "DOCPTH" ); in initialize() local47 System.out.println( "DOCPTH is " + rootDocPath ); in initialize()48 rootDocPath = util.utils.getFullTestURL( "ExampleSpreadSheetLatest.sxc" ); in initialize()49 if ( rootDocPath != null && rootDocPath.length() > 1 ){ in initialize()51 if ( rootDocPath.indexOf( "\\" ) > 0 ){ in initialize()52 rootDocPath = rootDocPath.replace( '\\','/' ); in initialize()54 System.out.println("After processing the path is " + rootDocPath); in initialize()56 String encodedPath = URLEncoder.encode( rootDocPath ); in initialize()
Completed in 15 milliseconds