org.infolayer.servlet
Class Process_banner

java.lang.Object
  extended byorg.infolayer.servlet.Process_banner
All Implemented Interfaces:
GetHandler

public class Process_banner
extends java.lang.Object
implements GetHandler

Implements the backend for the <banner> XML element. Draws the given string into a PNG image and returns that image via HTTP.

Author:
Joerg Pleumann (joerg@pleumann.de)

Constructor Summary
Process_banner()
           
 
Method Summary
 void process(RequestHandler handler)
          Is called when a request for this handler is being processed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process_banner

public Process_banner()
Method Detail

process

public void process(RequestHandler handler)
             throws java.io.IOException,
                    ServletException
Is called when a request for this handler is being processed.

Specified by:
process in interface GetHandler
Throws:
java.io.IOException
ServletException