info.aduna.gee.publication.servlets
Class StoreServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by info.aduna.gee.publication.servlets.StoreServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class StoreServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
protected static int _storeID
           
protected static StoreReloader _storeReloader
           
 
Constructor Summary
StoreServlet()
           
 
Method Summary
protected  void _sendResponsePackage(javax.servlet.http.HttpServletResponse response, int no)
           
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 String getServletInfo()
           
 String toString()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_storeID

protected static int _storeID

_storeReloader

protected static StoreReloader _storeReloader
Constructor Detail

StoreServlet

public StoreServlet()
Method Detail

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws javax.servlet.ServletException,
                   IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

toString

public String toString()
Overrides:
toString in class Object

_sendResponsePackage

protected void _sendResponsePackage(javax.servlet.http.HttpServletResponse response,
                                    int no)
                             throws IOException
Throws:
IOException


Copyright © 1997-2008 Aduna. All Rights Reserved.