org.autoplot.servlet.SimpleServlet

SimpleServlet produces PNG,PDF, and SVG products for .vap files and Autoplot URIs. A simple set of controls is provided to tweak layout when automatic settings are not satisfactory. If the URI is not whitelisted, then it will be logged. If the URI or VAP is blacklisted, then it will throw an exception. Some known instances:

SimpleServlet( )


destroy

destroy( ) → void

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


getServletInfo

getServletInfo( ) → String

Returns a short description of the servlet.

Returns:

a short description of the servlet.

[search for examples] [view on GitHub] [view on old javadoc]