|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.ProxiesStackTraceElementAnalyzer
public class ProxiesStackTraceElementAnalyzer
Identifies frames for various proxy classes (class name starts with a '$' and there's no line number. They are ommitted.
Constructor Summary | |
---|---|
ProxiesStackTraceElementAnalyzer()
|
Method Summary | |
---|---|
java.lang.String |
classForFrame(java.lang.StackTraceElement frame)
Returns the CSS class appropriate to the frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxiesStackTraceElementAnalyzer()
Method Detail |
---|
public java.lang.String classForFrame(java.lang.StackTraceElement frame)
StackTraceElementAnalyzer
classForFrame
in interface StackTraceElementAnalyzer
frame
- stack trace element to be analyzed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |