/*     */ public String implementation(String paramString) /*     */ {
   /*     */ try
   /*     */ {
     /*  88 */ if (this.vhandler == null) {
       /*  89 */ this.vhandler = ValueHandlerImpl.getInstance(false);
       /*     */ }
     /*     */
     /*  94 */ String str = Util.getCodebase(this.vhandler.getClassFromType(paramString));
     /*  95 */ if (str == null) {
       /*  96 */ return "";
       /*     */ }
     /*  98 */ return str;
     /*     */ } catch (ClassNotFoundException localClassNotFoundException) {
     /* 100 */ throw this.wrapper.missingLocalValueImpl(
         CompletionStatus.COMPLETED_MAYBE, localClassNotFoundException);
     /*     */ }
   /*     */ }