Compiere 3.1

org.compiere.cm
Class Community

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.compiere.cm.HttpServletCM
              extended by org.compiere.cm.Community
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class Community
extends HttpServletCM

Community Servlet to handle login, BPartner create & Update etc.

Version:
$Id$
Author:
Yves Sandfort
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.compiere.cm.HttpServletCM
chatCache, configLoaded, containerCache, containerElementCache, containerTreeCache, ctx, domainCache, ErrorMessage, externalMediaURL, fatalError, internalMediaURL, mediaServerCache, templateCache, webProjectCache, wikiCache, xmlCache
 
Constructor Summary
Community()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Process Get Request
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Process Post Request (handled by get)
 
Methods inherited from class org.compiere.cm.HttpServletCM
getChatCache, getContainerCache, getContainerElementCache, getContainerTreeCache, getCtx, getDomainCache, getExternalMediaURL, getExternalMediaURL, getInternalMediaURL, getLogger, getMediaServerCache, getSessionMediaURL, getTemplateCache, getWebProjectCache, getWikiTokenCache, getXMLCache, init, resetInternalMediaURL, setAD_Client_ID
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Community

public Community()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Process Get Request

Overrides:
doGet in class HttpServlet
Parameters:
request -
response -
Throws:
ServletException
IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Process Post Request (handled by get)

Overrides:
doPost in class HttpServlet
Parameters:
request -
response -
Throws:
ServletException
IOException

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.