|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.ohf.stem.ui.ge.servlet.ImageServlet
public class ImageServlet
Servlet that returns a png image containing the specified text string. This builds a PNG image based on specified parameters: text= Works for Tomcat on Windows but on other platforms It may require the following for the webserver -Djava.awt.headless=true
Constructor Summary | |
---|---|
ImageServlet()
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getImage()
create a Buffered Image based on the parameters gathered from the request. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageServlet()
Method Detail |
---|
public java.awt.image.BufferedImage getImage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |