|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.devices.login.common.LoginDevicesControl
public class LoginDevicesControl
| Field Summary | |
|---|---|
static java.lang.String |
DO_HTML32
|
static java.lang.String |
DO_LOGIN
|
static java.lang.String |
HTML_INPUT_AUTHSRC
|
static java.lang.String |
HTML_INPUT_NAME
|
static java.lang.String |
HTML_INPUT_PASSWORD
|
static java.lang.String |
HTML_INPUT_SUBMIT
|
static java.lang.String |
m_strPORTAL_SETTINGS_DATA
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
LoginDevicesControl()
|
|
| 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 r,
IWebData pageData)
This method provides access to the XPRequest. |
void |
SetRedirectForUseAfterLogin(Redirect redirect)
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 HTML_INPUT_NAME
public static final java.lang.String HTML_INPUT_PASSWORD
public static final java.lang.String HTML_INPUT_AUTHSRC
public static final java.lang.String HTML_INPUT_SUBMIT
public static final java.lang.String DO_LOGIN
public static final java.lang.String DO_HTML32
public static final java.lang.String m_strPORTAL_SETTINGS_DATA
| Constructor Detail |
|---|
public LoginDevicesControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlcom.plumtree.xpshared.portalinfrastructure.activityspace.IControl#Execute()public void SetRedirectForUseAfterLogin(Redirect redirect)
ILoginControl
SetRedirectForUseAfterLogin in interface ILoginControlpublic java.lang.Object GetSession()
ILoginControl
GetSession in interface ILoginControlpublic boolean DoGetSession()
ILoginControl
DoGetSession in interface ILoginControlcom.plumtree.xpshared.activityspace.ILoginControl#DoGetSession()
public void SetHTTPItems(IXPRequest r,
IWebData pageData)
IHTTPControl
SetHTTPItems in interface IHTTPControlr - pageData - IHTTPControlpublic java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectcom.plumtree.xpshared.infrastructure.activityspace.IManagedObject#Create()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.xpshared.portalinfrastructure.activityspace.IControl#GetName()
public void Init(IModel model,
AActivitySpace space)
IControl
Init in interface IControlcom.plumtree.xpshared.portalinfrastructure.activityspace.IControl#Init(IModel, AActivitySpace)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||