|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.debug.DebugPageImpl
public final class DebugPageImpl
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
Constructor Summary | |
---|---|
DebugPageImpl(Resource file)
|
Method Summary | |
---|---|
int |
getAverageExecutionTime()
return the average execution time of the page |
int |
getCount()
return count of call the page |
Resource |
getFile()
return file represetati9on of the debug page |
int |
getMaximalExecutionTime()
return the maximum execution time of the page |
int |
getMinimalExecutionTime()
return the minimum execution time of the page |
void |
set(long t)
sets the execution time of the page |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp)
method to print out information to a object as HTML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugPageImpl(Resource file)
file
- Method Detail |
---|
public void set(long t)
DebugPage
set
in interface DebugPage
t
- execution time of the pageDebugPage.set(long)
public int getMinimalExecutionTime()
DebugPage
getMinimalExecutionTime
in interface DebugPage
DebugPage.getMinimalExecutionTime()
public int getMaximalExecutionTime()
DebugPage
getMaximalExecutionTime
in interface DebugPage
DebugPage.getMaximalExecutionTime()
public int getAverageExecutionTime()
DebugPage
getAverageExecutionTime
in interface DebugPage
DebugPage.getAverageExecutionTime()
public int getCount()
DebugPage
getCount
in interface DebugPage
DebugPage.getCount()
public Resource getFile()
DebugPage
getFile
in interface DebugPage
DebugPage.getFile()
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp)
Dumpable
toDumpData
in interface Dumpable
railo.runtime.dump.Dumpable#toDumpData(railo.runtime.PageContext, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |