GATE
Version 3.1-2270

gate.util.web
Class WebCrimeReportAnalyser

java.lang.Object
  extended by gate.util.web.WebCrimeReportAnalyser

public class WebCrimeReportAnalyser
extends Object


Nested Class Summary
static class WebCrimeReportAnalyser.SortedAnnotationList
           
 
Field Summary
 String filePath
           
static String GATE_INIT_KEY
           
static String SOCIS_CONTROLLER_KEY
           
 
Constructor Summary
WebCrimeReportAnalyser()
           
 
Method Summary
 void initCrimeReportAnalyser()
           
 String process(javax.servlet.ServletContext app, String url, String[] annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOCIS_CONTROLLER_KEY

public static final String SOCIS_CONTROLLER_KEY
See Also:
Constant Field Values

GATE_INIT_KEY

public static final String GATE_INIT_KEY
See Also:
Constant Field Values

filePath

public String filePath
Constructor Detail

WebCrimeReportAnalyser

public WebCrimeReportAnalyser()
Method Detail

initCrimeReportAnalyser

public void initCrimeReportAnalyser()
                             throws GateException
Throws:
GateException

process

public String process(javax.servlet.ServletContext app,
                      String url,
                      String[] annotations)
               throws GateException,
                      IOException
Throws:
GateException
IOException

GATE
Version 3.1-2270