|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.gateway.GatewayControl
public class GatewayControl
| Field Summary | |
|---|---|
static java.lang.String |
PROVIDER_CLSID_IGP
ClassID of Intrinsic Portlet Provider |
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
GatewayControl()
|
|
| Method Summary | |
|---|---|
Redirect |
CheckActionSecurityAndExecute(XPHashtable arguments)
Execute the control business logic and optionally return a Redirect object pointing to another AActivitySpace. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(IModel model,
AActivitySpace space)
Initialize the control with the model it should use and it's parent AActivitySpace. |
boolean |
ParseGatewayURL(java.lang.String strURL)
|
boolean |
ParseSpecialHeader(java.lang.String strHeaderValue)
This function is not currently used. |
void |
SetHTTPItems(IXPRequest xpRequest,
IWebData pageData)
This method provides access to the XPRequest. |
| 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 STR_MVC_CLASS_NAME
public static final java.lang.String PROVIDER_CLSID_IGP
| Constructor Detail |
|---|
public GatewayControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlIn this case, the arguments XPHashtable will always be null.public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()
public void Init(IModel model,
AActivitySpace space)
IControl
Init in interface IControlIControl.Init(IModel, AActivitySpace)public boolean ParseGatewayURL(java.lang.String strURL)
public boolean ParseSpecialHeader(java.lang.String strHeaderValue)
strHeaderValue -
public void SetHTTPItems(IXPRequest xpRequest,
IWebData pageData)
IHTTPControl
SetHTTPItems in interface IHTTPControlxpRequest - pageData -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||