|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.admin.httpmemorydebugging.HTTPMemoryDebugModel
public class HTTPMemoryDebugModel
This is the Model class for the HTTPMemoryDebug AS. It replements the reload Var Pack feature.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
| Constructor Summary | |
|---|---|
HTTPMemoryDebugModel()
|
|
| Method Summary | |
|---|---|
void |
CleanupAllData()
This method is called when an ActivitySpace is removed from the cache. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
int |
ClearAdaptiveTagCache()
|
void |
ClearCache()
Method to clear the AS cache. |
void |
ClearMemory()
Method to clear unused memory. |
void |
ClearMemoryAndCaches()
Method to clear unused memory and caches. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
Finish()
Implement some code to execute when the user clicks on "Finish". |
boolean |
GetAllowVarPackReload()
|
java.lang.String |
GetCurrentVarPackID()
Returns the ID of the current Var Pack being viewed by the user. |
java.lang.String |
GetName()
Return the name of the MVC object. |
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end of the Editor). |
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
ReloadCurrentViewedVarPack()
Method reloading the current viewed var pack. |
void |
ReloadDynamicLoads(IXPRequest request)
Method to reload custom. |
void |
ReloadVarPack()
Method reloading the var pack. |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
| 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
| Constructor Detail |
|---|
public HTTPMemoryDebugModel()
| Method Detail |
|---|
public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public java.lang.String GetCurrentVarPackID()
IVarPackModelRO
GetCurrentVarPackID in interface IVarPackModelROcom.plumtree.portalpages.admin.ptutilities.diagnostic.varpack.IVarPackModelRO#GetCurrentVarPackID()public boolean GetAllowVarPackReload()
GetAllowVarPackReload in interface IVarPackModelROcom.plumtree.portalpages.admin.ptutilities.diagnostic.varpack.IVarPackModelRO#GetAllowVarPackReload()public void ReloadVarPack()
public void ClearCache()
public void ReloadDynamicLoads(IXPRequest request)
public void ClearMemory()
public void ClearMemoryAndCaches()
public void ReloadCurrentViewedVarPack()
public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public void Finish()
IRepostModel
Finish in interface IRepostModelIRepostModel.Finish()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()public Redirect GetRedirectAfterFinish()
IRepostModel
GetRedirectAfterFinish in interface IRepostModelIRepostModel.GetRedirectAfterFinish()public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity SpaceIModel.Init(AActivitySpace)
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
IRepostModel
SavePage in interface IRepostModelIRepostModel.SavePage(String, XPHashtable)public int ClearAdaptiveTagCache()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||