|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.common.PassthruControl
public class PassthruControl
| Field Summary | |
|---|---|
protected AActivitySpace |
m_asOwner
|
protected IModel |
m_model
|
static java.lang.String |
QS_MAIN_CONTROL
|
static java.lang.String |
QS_PASSTHRU_CONTROL
|
static java.lang.String |
STR_MVC_CLASS_NAME
Object Name for AS |
| Constructor Summary | |
|---|---|
PassthruControl()
|
|
| 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 class name. |
void |
Init(IModel model,
AActivitySpace space)
Inits the class with the associated model and activity space. |
| 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 QS_PASSTHRU_CONTROL
public static final java.lang.String QS_MAIN_CONTROL
protected IModel m_model
protected AActivitySpace m_asOwner
| Constructor Detail |
|---|
public PassthruControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlpublic java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObject
public void Init(IModel model,
AActivitySpace space)
Init in interface IControlmodel - space -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||