<h2>org.autoplot.servlet.ScriptGUIServlet</h2><p>Run a script on the server side, and produce a client-side GUI for the 
 getParam calls.
 Note this has logging installed which is set up in code, which is bad practice.  This should be 
 removed should this be used in production!</p>
<h2>ScriptGUIServlet( )</h2>
<p></p>

<hr>
<a name="getServletInfo"></a>
<h2>getServletInfo</h2>
getServletInfo(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>Returns a short description of the servlet.</p>

<h3>Returns:</h3>
a String containing servlet description
<br><br>
<a href="https://github.com/autoplot/dev/search?q=getServletInfo&unscoped_q=getServletInfo">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/servlet/ScriptGUIServlet.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/servlet/ScriptGUIServlet.html#getServletInfo">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="init"></a>
<h2>init</h2>
init( ServletConfig config ) &rarr; void

<p></p>

<h3>Parameters</h3>
config - a ServletConfig

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

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