Uses of Interface
org.apache.tapestry5.services.StackTraceElementAnalyzer
Packages that use StackTraceElementAnalyzer
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of StackTraceElementAnalyzer in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement StackTraceElementAnalyzerModifier and TypeClassDescriptionclass
Identifies frames for application classes.class
Checks to see if a class has a given prefix to its class name.class
Identifies frames for various proxy classes (class name starts with a '$' and there's no line number.class
Uses a regular expression to identify which CSS class to apply to a frame.class
Identifies any code associated with line 1 as omitted (i.e., it's a synthetic method related to an inner class).class
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. -
Uses of StackTraceElementAnalyzer in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return StackTraceElementAnalyzerModifier and TypeMethodDescriptionTapestryModule.buildMasterStackTraceElementAnalyzer
(List<StackTraceElementAnalyzer> configuration) Method parameters in org.apache.tapestry5.modules with type arguments of type StackTraceElementAnalyzerModifier and TypeMethodDescriptionTapestryModule.buildMasterStackTraceElementAnalyzer
(List<StackTraceElementAnalyzer> configuration) static void
TapestryModule.contributeMasterStackTraceElementAnalyzer
(OrderedConfiguration<StackTraceElementAnalyzer> configuration) Contributes: Application Checks for classes in the application package Proxies Checks for classes that appear to be generated proxies. SunReflect Checks forsun.reflect
(which are omitted) TapestryAOP Omits stack frames for classes related to Tapestry AOP (such as advice, etc.) OperationTracker Omits stack frames related toOperationTracker
Access Omits stack frames used to provide access to container class private members