Searched refs:sourceUrl (Results 1 – 3 of 3) sorted by relevance
193 URL sourceUrl = null; in invoke() local196 sourceUrl = metaData.getSourceURL(); in invoke()246 sourceUrl ); in invoke()302 URL sourceUrl = metaData.getSourceURL(); in raiseEditor() local303 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor()310 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor()
192 URL sourceUrl = null; in invoke() local195 sourceUrl = metaData.getSourceURL(); in invoke()216 String editorURL = sourceUrl.toString(); in invoke()335 URL sourceUrl = metaData.getSourceURL(); in raiseEditor() local336 editor = ScriptEditorForJavaScript.getEditor( sourceUrl ); in raiseEditor()343 editor = ScriptEditorForJavaScript.getEditor( sourceUrl ); in raiseEditor()
319 URL sourceUrl = getSourceURL(); in loadSource() local320 LogUtils.DEBUG("** In load source BUT not loading yet for " + sourceUrl ); in loadSource()322 if ( sourceUrl != null ) in loadSource()325 InputStream in = sourceUrl.openStream(); in loadSource()
Completed in 45 milliseconds