bexee.web
Class AdminServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bybexee.web.AdminServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AdminServlet
extends javax.servlet.http.HttpServlet

This servlet serves as a user interface for bexee administration. Internally it will use a web service interface exposed by the bexee manager and core administration. In the current version of bexee, this servlet will be left unimplemented, it merely serves as a placeholder.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:20 $
Author:
Patric Fornasier
See Also:
Serialized Form

Constructor Summary
AdminServlet()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminServlet

public AdminServlet()


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.