Adempiere 3.5.2a

org.compiere.cm
Class AdRedirector

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.AdRedirector
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class AdRedirector
extends HttpServletCM

AdRedirector will forward the Ad Request to the destination URL and log the request

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

Field Summary
 
Fields inherited from class org.compiere.cm.HttpServletCM
buildDate, chatCache, configLoaded, containerCache, containerElementCache, containerTreeCache, ctx, domainCache, ErrorMessage, externalMediaURL, fatalError, internalMediaURL, log, mediaServerCache, templateCache, webProjectCache, xmlCache
 
Constructor Summary
AdRedirector()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Get request
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Process the HTTP Post request to simplify we reuse the doGet functionality
 
Methods inherited from class org.compiere.cm.HttpServletCM
getBuildDate, getChatCache, getContainerCache, getContainerElementCache, getContainerTreeCache, getCtx, getDomainCache, getExternalMediaURL, getExternalMediaURL, getInternalMediaURL, getLogger, getMediaServerCache, getSessionMediaURL, getTemplateCache, getWebProjectCache, 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

AdRedirector

public AdRedirector()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Process the HTTP 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 the HTTP Post request to simplify we reuse the doGet functionality

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

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.