{
com.adcaustin.webclient.IWebApp
webApp = (com.adcaustin.webclient.IWebApp)(Object)this.getApp() ;
javax.servlet.http.HttpServletRequest request =
(javax.servlet.http.HttpServletRequest)webApp.getFromUserStorage("javax.servlet.http.HttpServletRequest")
;
String
fileName = &(1:).toString() ;
String
path = fileName.replace( "\\", "/") ;
path =
path.replace( "%", "%25" ).replace( "#",
"%23" ) ;
String
fileUrl = "http://" + request.getServerName() + ":" +
String.valueOf(request.getServerPort()) + request.getContextPath() +
"/" +path ;
&(2:).fromString(
fileUrl ) ;