|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.form.RepostControl
com.plumtree.portalpages.admin.httpmemorydebugging.HTTPMemoryDebugRepostControl
public class HTTPMemoryDebugRepostControl
This is the main repost control for the HTTPMemoryDebug AS.
| Field Summary | |
|---|---|
static int |
POSTTOSELF_ACTION_CLEAR_CACHE
Repost action: Clear cache |
static int |
POSTTOSELF_ACTION_CLEAR_MEMORY
Repost action: Clear memory |
static int |
POSTTOSELF_ACTION_CLEAR_MEMORY_AND_CACHES
Repost action: Clear memory and caches |
static int |
POSTTOSELF_ACTION_CLEAR_TAGCACHE
Repost action: Clear tag cache |
static int |
POSTTOSELF_ACTION_RELOAD_CURRENT_VIEWED_VARPACK
Repost action: View Var Pack |
static int |
POSTTOSELF_ACTION_RELOAD_DYNAMIC_LOADS
Repost action: Reload custom |
static int |
POSTTOSELF_ACTION_RELOAD_VARPACK
Repost action: Reload Var Pack |
static int |
POSTTOSELF_ACTION_VIEW_VARPACK
Repost action: View Var Pack |
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
| Constructor Summary | |
|---|---|
HTTPMemoryDebugRepostControl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetName()
Returns the Class name. |
protected void |
PerformAction(int _nAction)
Switch between the action modes and call the associated method for each action. |
void |
SetHTTPItems(IXPRequest request,
IWebData pageData)
SetXPRequest is called by the system before calling PerformAction. |
| Methods inherited from class com.plumtree.uiinfrastructure.form.RepostControl |
|---|
CheckActionSecurityAndExecute, GetPageStatus, GetRepostAction, Init, PerformPassthruAction, SaveCurrentPage, SetPageStatus, SetRedirect, SetRepostAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IControl |
|---|
CheckActionSecurityAndExecute, Init |
| Field Detail |
|---|
public static final int POSTTOSELF_ACTION_RELOAD_VARPACK
public static final int POSTTOSELF_ACTION_VIEW_VARPACK
public static final int POSTTOSELF_ACTION_RELOAD_CURRENT_VIEWED_VARPACK
public static final int POSTTOSELF_ACTION_CLEAR_CACHE
public static final int POSTTOSELF_ACTION_CLEAR_MEMORY
public static final int POSTTOSELF_ACTION_CLEAR_MEMORY_AND_CACHES
public static final int POSTTOSELF_ACTION_CLEAR_TAGCACHE
public static final int POSTTOSELF_ACTION_RELOAD_DYNAMIC_LOADS
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public HTTPMemoryDebugRepostControl()
| Method Detail |
|---|
protected void PerformAction(int _nAction)
PerformAction in class RepostControl_nAction - public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectCreate in class RepostControlIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class RepostControl
public void SetHTTPItems(IXPRequest request,
IWebData pageData)
SetHTTPItems in interface IHTTPControlrequest - is the XPRequest object we're operating on
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||