Class TapestryAOPStackFrameAnalyzer
java.lang.Object
org.apache.tapestry5.internal.services.TapestryAOPStackFrameAnalyzer
- All Implemented Interfaces:
StackTraceElementAnalyzer
Encapsulates a number of tests for identifying stack frames that are a side-effect
of various Tapestry Aspect Oriented Programming and other code generation behaviors.
- Since:
- 5.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclassForFrame
(StackTraceElement frame) Returns the CSS class appropriate to the frame.
-
Constructor Details
-
TapestryAOPStackFrameAnalyzer
public TapestryAOPStackFrameAnalyzer()
-
-
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
-