|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
com.plumtree.uiinfrastructure.web.XPPage
public abstract class XPPage
Abstract class that extends the platform specific Servlet/Page. This class handles basic session persistence. This class changes Java/.NET http specific request to XP. This Page does pre loading and saving of session state. All classes Plumtree servlet/page classes should extend this.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION_NAME
|
static java.lang.String |
NO_MULTIPART_PARSING_SUBSTR
|
static java.lang.String |
PORTAL_NAME
|
static java.lang.String |
PORTAL_VERSION
|
static java.lang.String |
SESSION_KEY_SECURITYMODE
Session key constant for Security Mode |
static java.lang.String |
VAR_PACK_XML_FILE_NAME
|
| Constructor Summary | |
|---|---|
XPPage()
|
|
| Method Summary | |
|---|---|
abstract IXPPage |
GetXPPage()
Abstract method that needs to be overriden to bridge the gap from Java to XP. |
void |
init()
The init method does the loading of the Plumtree application. |
protected void |
service(HttpServletRequest request,
HttpServletResponse response)
Called by the servlet container to allow the servlet to respond to a request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VAR_PACK_XML_FILE_NAME
public static final java.lang.String APPLICATION_NAME
public static final java.lang.String PORTAL_NAME
public static final java.lang.String PORTAL_VERSION
public static final java.lang.String NO_MULTIPART_PARSING_SUBSTR
public static final java.lang.String SESSION_KEY_SECURITYMODE
| Constructor Detail |
|---|
public XPPage()
| Method Detail |
|---|
public abstract IXPPage GetXPPage()
public void init()
ServletException
protected void service(HttpServletRequest request,
HttpServletResponse response)
request - response -
ServletException
IOException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||