|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.editors.defaultprofile.SetEditDefaultProfileControl
public class SetEditDefaultProfileControl
File: SetEditDefaultProfileControl.java ----------------------------------
| Field Summary | |
|---|---|
static java.lang.String |
m_UserID
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
SetEditDefaultProfileControl()
|
|
| 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. |
boolean |
DoGetSession()
This method is called by the Interpreter to determine whether or not to subsequently call GetSession and perform login/logout code. |
java.lang.String |
GetName()
Return the name of the MVC object. |
java.lang.Object |
GetSession()
This method is called by the Interpreter after calling Execute on the LoginControl. |
void |
Init(IModel model,
AActivitySpace space)
Initialize the control with the model it should use and it's parent AActivitySpace. |
void |
SetHTTPItems(IXPRequest request,
IWebData webdata)
This method provides access to the XPRequest. |
void |
SetRedirectForUseAfterLogin(Redirect r)
This method sets a redirect on the login control for use after a successful login. |
| 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 m_UserID
| Constructor Detail |
|---|
public SetEditDefaultProfileControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#Execute()
public void SetHTTPItems(IXPRequest request,
IWebData webdata)
IHTTPControl
SetHTTPItems in interface IHTTPControlrequest - webdata - public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public boolean DoGetSession()
ILoginControl
DoGetSession in interface ILoginControlcom.plumtree.xpshared.activityspace.ILoginControl#DoGetSession()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.portaluiinfrastructure.activityspace.IControl#GetName()public java.lang.Object GetSession()
ILoginControl
GetSession in interface ILoginControlcom.plumtree.portaluiinfrastructure.activityspace.ILoginControl#GetSession()
public void Init(IModel model,
AActivitySpace space)
IControl
Init in interface IControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#Init(IModel,
AActivitySpace)public void SetRedirectForUseAfterLogin(Redirect r)
ILoginControl
SetRedirectForUseAfterLogin in interface ILoginControlcom.plumtree.portaluiinfrastructure.activityspace.ILoginControl#SetRedirectForUseAfterLogin(Redirect)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||