Uses of Interface
org.apache.tapestry5.services.StackTraceElementAnalyzer
-
Packages that use StackTraceElementAnalyzer Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.modules -
-
Uses of StackTraceElementAnalyzer in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement StackTraceElementAnalyzer Modifier and Type Class Description class
ApplicationStackTraceElementAnalyzer
Identifies frames for application classes.class
PrefixCheckStackTraceElementAnalyzer
Checks to see if a class has a given prefix to its class name.class
ProxiesStackTraceElementAnalyzer
Identifies frames for various proxy classes (class name starts with a '$' and there's no line number.class
RegexpStackTraceElementAnalyzer
Uses a regular expression to identify which CSS class to apply to a frame.class
SyntheticStackTraceElementAnalyzer
Identifies any code associated with line 1 as omitted (i.e., it's a synthetic method related to an inner class).class
TapestryAOPStackFrameAnalyzer
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 StackTraceElementAnalyzer Modifier and Type Method Description StackTraceElementAnalyzer
TapestryModule. <StackTraceElementAnalyzer> configuration)
Method parameters in org.apache.tapestry5.modules with type arguments of type StackTraceElementAnalyzer Modifier and Type Method Description StackTraceElementAnalyzer
TapestryModule. <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
-