|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletControl
public abstract class IntrinsicPortletControl
Controls process the events generated by users. This is an abstract intrinsic portlet control that handle repost actions.
| Field Summary | |
|---|---|
protected AActivitySpace |
m_asOwner
Parent Activity Space |
protected IModel |
m_model
Model |
| Constructor Summary | |
|---|---|
IntrinsicPortletControl()
|
|
| Method Summary | |
|---|---|
abstract Redirect |
CheckActionSecurityAndExecute(XPHashtable arguments)
Execute the control business logic and optionally return a Redirect object pointing to another AActivitySpace. |
abstract java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
abstract java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(IModel model,
AActivitySpace parent)
Initialize the control with the model it should use and it's parent AActivitySpace. |
abstract void |
PerformRepostAction(int _nAction,
XPHashtable _htFormData)
This method is a dispatcher. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AActivitySpace m_asOwner
protected IModel m_model
| Constructor Detail |
|---|
public IntrinsicPortletControl()
| Method Detail |
|---|
public abstract Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#Execute()public abstract java.lang.Object Create()
Create in interface IManagedObjectpublic abstract java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.portaluiinfrastructure.activityspace.IControl#GetName()
public void Init(IModel model,
AActivitySpace parent)
IControl
Init in interface IControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#Init(IModel,
AActivitySpace)
public abstract void PerformRepostAction(int _nAction,
XPHashtable _htFormData)
_nAction - Action to perform_htFormData - Hash table containing form data
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||