com.plumtree.portal.activityspace
Class HTTPInterpreter

java.lang.Object
  extended by HttpServlet
      extended by com.plumtree.uiinfrastructure.web.XPPage
          extended by com.plumtree.portal.activityspace.HTTPInterpreter

public class HTTPInterpreter
extends XPPage

The HTTPInterpreter Servlet passes HTTP requests to the Interpreter class. This implements a java servlet, and therefore must be completely re-written as a .aspx page in C#. Any changes to this file need to be duplicated in the corresponding .NET file (HTTPInterpreterBridge.cs).

Author:
Don Hayler

Field Summary
 
Fields inherited from class com.plumtree.uiinfrastructure.web.XPPage
APPLICATION_NAME, PORTAL_NAME, PORTAL_VERSION, SESSION_KEY_SECURITYMODE, USE_NEW_SESSION_FLAG, VAR_PACK_XML_FILE_NAME
 
Constructor Summary
HTTPInterpreter()
           
 
Method Summary
 IXPPage GetXPPage()
          Abstract method that needs to be overriden to bridge the gap from Java to XP.
 
Methods inherited from class com.plumtree.uiinfrastructure.web.XPPage
init, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPInterpreter

public HTTPInterpreter()
Method Detail

GetXPPage

public IXPPage GetXPPage()
Description copied from class: XPPage
Abstract method that needs to be overriden to bridge the gap from Java to XP.

Specified by:
GetXPPage in class XPPage
Returns:



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.