<h2>org.autoplot.servletutil.InsertDas2UserIntoVap</h2><p>At the RPW Group, we need to rewrite the vap so that the username is known to the Das2ServerDataSource.</p>
<h2>InsertDas2UserIntoVap( )</h2>
<p></p>

<hr>
<a name="insertExtraParams"></a>
<h2>insertExtraParams</h2>
insertExtraParams( <a href='https://docs.oracle.com/javase/8/docs/api/java/io/File.html'>java.io.File</a> vap, <a href='https://docs.oracle.com/javase/8/docs/api/java/io/File.html'>java.io.File</a> o, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> vapScheme, <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a> extraParams ) &rarr; void

<p>insert extra parameters into the URIs, where the vapScheme is found.</p>

<h3>Parameters</h3>
vap - the original vap
<br>
o - the new vap, which will be written
<br>
vapScheme - the URI type to match.  E.g. "vap+das2server"
<br>
extraParams - the parameters to insert into the matching URIs.

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=insertExtraParams&unscoped_q=insertExtraParams">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/servletutil/InsertDas2UserIntoVap.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/servletutil/InsertDas2UserIntoVap.html#insertExtraParams">[view on old javadoc]</a>
<br>
<br>