Class ProxiesStackTraceElementAnalyzer
java.lang.Object
org.apache.tapestry5.internal.services.ProxiesStackTraceElementAnalyzer
- All Implemented Interfaces:
StackTraceElementAnalyzer
Identifies frames for various proxy classes (class name starts with a '$' and there's no line number. They are
ommitted.
- Since:
- 5.1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclassForFrame
(StackTraceElement frame) Returns the CSS class appropriate to the frame.
-
Constructor Details
-
ProxiesStackTraceElementAnalyzer
public ProxiesStackTraceElementAnalyzer()
-
-
Method Details
-
classForFrame
Description copied from interface:StackTraceElementAnalyzer
Returns the CSS class appropriate to the frame.- Specified by:
classForFrame
in interfaceStackTraceElementAnalyzer
- Parameters:
frame
- stack trace element to be analyzed- Returns:
- the CSS class name, or null
-