|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
com.plumtree.uiinfrastructure.web.XPPage
com.plumtree.portal.activityspace.HTTPInterpreter
public class HTTPInterpreter
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).
| 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 |
|---|
public HTTPInterpreter()
| Method Detail |
|---|
public IXPPage GetXPPage()
XPPage
GetXPPage in class XPPage
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||