com.plumtree.portalpages.admin.httpmemorydebugging
Class HTTPMemoryDebugRepostControl

java.lang.Object
  extended by com.plumtree.uiinfrastructure.form.RepostControl
      extended by com.plumtree.portalpages.admin.httpmemorydebugging.HTTPMemoryDebugRepostControl
All Implemented Interfaces:
IControl, IHTTPControl, IManagedObject, IMVCObject

public class HTTPMemoryDebugRepostControl
extends RepostControl
implements IHTTPControl

This is the main repost control for the HTTPMemoryDebug AS.

Author:
Julie Fournier

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
 
Fields inherited from class com.plumtree.uiinfrastructure.form.RepostControl
HTMLINPUT_PASSTHRU_ARGS, HTMLINPUT_PASSTHRU_CONTROL, HTMLINPUT_POSTTOSELF, HTMLSUBMIT_508_POSTTOSELF, m_asOwner, m_bInitialized, m_htFormData, m_model, m_nAction, m_nPageStatus, m_rRedirect, PAGE_STATUS_INVALID, PAGE_STATUS_VALID, POSTTOSELF_ACTION_APPLY_CHANGES, POSTTOSELF_ACTION_CANCEL, POSTTOSELF_ACTION_FINISH, POSTTOSELF_ACTION_GOTOPAGE, POSTTOSELF_ACTION_IN_PLACE_REFRESH, POSTTOSELF_ACTION_PASSTHRU, POSTTOSELF_ACTION_SIMPLEREPOST, POSTTOSELF_ACTION_UNDEFINED
 
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

POSTTOSELF_ACTION_RELOAD_VARPACK

public static final int POSTTOSELF_ACTION_RELOAD_VARPACK
Repost action: Reload Var Pack

See Also:
Constant Field Values

POSTTOSELF_ACTION_VIEW_VARPACK

public static final int POSTTOSELF_ACTION_VIEW_VARPACK
Repost action: View Var Pack

See Also:
Constant Field Values

POSTTOSELF_ACTION_RELOAD_CURRENT_VIEWED_VARPACK

public static final int POSTTOSELF_ACTION_RELOAD_CURRENT_VIEWED_VARPACK
Repost action: View Var Pack

See Also:
Constant Field Values

POSTTOSELF_ACTION_CLEAR_CACHE

public static final int POSTTOSELF_ACTION_CLEAR_CACHE
Repost action: Clear cache

See Also:
Constant Field Values

POSTTOSELF_ACTION_CLEAR_MEMORY

public static final int POSTTOSELF_ACTION_CLEAR_MEMORY
Repost action: Clear memory

See Also:
Constant Field Values

POSTTOSELF_ACTION_CLEAR_MEMORY_AND_CACHES

public static final int POSTTOSELF_ACTION_CLEAR_MEMORY_AND_CACHES
Repost action: Clear memory and caches

See Also:
Constant Field Values

POSTTOSELF_ACTION_CLEAR_TAGCACHE

public static final int POSTTOSELF_ACTION_CLEAR_TAGCACHE
Repost action: Clear tag cache

See Also:
Constant Field Values

POSTTOSELF_ACTION_RELOAD_DYNAMIC_LOADS

public static final int POSTTOSELF_ACTION_RELOAD_DYNAMIC_LOADS
Repost action: Reload custom

See Also:
Constant Field Values

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
Class name for the activity space

See Also:
Constant Field Values
Constructor Detail

HTTPMemoryDebugRepostControl

public HTTPMemoryDebugRepostControl()
Method Detail

PerformAction

protected void PerformAction(int _nAction)
Switch between the action modes and call the associated method for each action.

Overrides:
PerformAction in class RepostControl
Parameters:
_nAction -

Create

public java.lang.Object Create()
Description copied from interface: IManagedObject
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Overrides:
Create in class RepostControl
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class RepostControl
Returns:
String

SetHTTPItems

public void SetHTTPItems(IXPRequest request,
                         IWebData pageData)
SetXPRequest is called by the system before calling PerformAction.

Specified by:
SetHTTPItems in interface IHTTPControl
Parameters:
request - is the XPRequest object we're operating on



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.