|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.myportal.communities.PreviewCommunityControl
public class PreviewCommunityControl
File: PreviewCommunityControl.java ---------------------------------- Control that sets the community and page IDs and sets the preview type.
| Field Summary | |
|---|---|
static java.lang.String |
m_CommunityChecked
Community Checked Query String Param |
static java.lang.String |
m_CommunityID
Community ID Query String Param |
static java.lang.String |
m_CommunityIndex
Community Index Query String Param |
static java.lang.String |
m_PreviewType
Preview Type Query String Param |
static java.lang.String |
m_strJoinCommunityJavascriptOverride
QueryString Parameter for the Join Community Javascript override |
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
PreviewCommunityControl()
|
|
| 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. |
| 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_CommunityID
public static final java.lang.String m_PreviewType
public static final java.lang.String m_CommunityIndex
public static final java.lang.String m_CommunityChecked
public static final java.lang.String m_strJoinCommunityJavascriptOverride
| Constructor Detail |
|---|
public PreviewCommunityControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#Execute()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.portaluiinfrastructure.activityspace.IControl#GetName()
public void Init(IModel model,
AActivitySpace space)
IControl
Init in interface IControlcom.plumtree.portaluiinfrastructure.activityspace.IControl#Init(IModel,
AActivitySpace)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||