public class DocumentScannerServlet
extends javax.servlet.http.HttpServlet
name { "#" folder name } "." extension. Files with
 the same name are mapped to the same Document. Documents are assigned to the
 document folders specified by the # separated folder list. Successfully imported
 files are removed so the import directory should be used as import directory only 
 and not as document archive.| Constructor and Description | 
|---|
DocumentScannerServlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse res)  | 
protected void | 
doPost(javax.servlet.http.HttpServletRequest req,
      javax.servlet.http.HttpServletResponse res)  | 
protected void | 
handleRequest(javax.servlet.http.HttpServletRequest req,
             javax.servlet.http.HttpServletResponse res)  | 
void | 
init(javax.servlet.ServletConfig config)  | 
void | 
scanDocuments(String id,
             String providerName,
             String segmentName,
             javax.servlet.http.HttpServletRequest req,
             javax.servlet.http.HttpServletResponse res)  | 
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void scanDocuments(String id, String providerName, String segmentName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException
IOExceptionprotected void handleRequest(javax.servlet.http.HttpServletRequest req,
                 javax.servlet.http.HttpServletResponse res)
                      throws javax.servlet.ServletException,
                             IOException
javax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
         javax.servlet.http.HttpServletResponse res)
              throws javax.servlet.ServletException,
                     IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
          javax.servlet.http.HttpServletResponse res)
               throws javax.servlet.ServletException,
                      IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.