<h2>org.autoplot.servlet.SecureScriptServlet</h2><p>This provides a generic method for adding a function to the server via Jython scripts. Introduced to support wildcard-de-globing, this could be used for a number of different ways. Unlike the ScriptServlet, this requires a reference to a script that already exists on the server, instead of running possibly malicious updated code. http://localhost:8084/AutoplotServlet/ScriptServlet2?resourceURI=http://autoplot.org/data/versioning/data_$Y_$m_$d_v$v.qds&timerange=2010-03</p> <h2>SecureScriptServlet( )</h2> <p></p> <hr> <a name="getServletInfo"></a> <h2>getServletInfo</h2> getServletInfo( ) → <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/SecureScriptServlet.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/servlet/SecureScriptServlet.html#getServletInfo">[view on old javadoc]</a> <br> <br>