org.thdl.tib.scanner
Class RemoteScannerFilter

java.lang.Object
  |
  +--GenericServlet
        |
        +--org.thdl.tib.scanner.RemoteScannerFilter

public class RemoteScannerFilter
extends GenericServlet

Running on the server, receives the tibetan text from applet/applications running on the client and sends them the words with their definitions through the Internet. Requests are made through RemoteTibetanScanner.

Author:
Andrés Montano Pellegrini
See Also:
RemoteTibetanScanner, Serialized Form

Field Summary
private  org.thdl.tib.scanner.DictionarySource ds
           
private  org.thdl.tib.scanner.TibetanScanner scanner
           
 
Constructor Summary
RemoteScannerFilter()
           
 
Method Summary
 void service(ServletRequest req, ServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scanner

private org.thdl.tib.scanner.TibetanScanner scanner

ds

private org.thdl.tib.scanner.DictionarySource ds
Constructor Detail

RemoteScannerFilter

public RemoteScannerFilter()
                    throws Exception
Method Detail

service

public void service(ServletRequest req,
                    ServletResponse res)
             throws ServletException,
                    IOException
ServletException
IOException


These API docs were created 02/02/2003 08:20 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo