| Package | Description | 
|---|---|
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.modules | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplicationStackTraceElementAnalyzerIdentifies frames for application classes. | 
| class  | PrefixCheckStackTraceElementAnalyzerChecks to see if a class has a given prefix to its class name. | 
| class  | ProxiesStackTraceElementAnalyzerIdentifies frames for various proxy classes (class name starts with a '$' and there's no line number. | 
| class  | RegexpStackTraceElementAnalyzerUses a regular expression to identify which CSS class to apply to a frame. | 
| class  | SyntheticStackTraceElementAnalyzerIdentifies any code associated with line 1 as omitted (i.e., it's a synthetic
 method related to an inner class). | 
| class  | TapestryAOPStackFrameAnalyzerEncapsulates a number of tests for identifying stack frames that are a side-effect
 of various Tapestry Aspect Oriented Programming and other code generation behaviors. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackTraceElementAnalyzer | TapestryModule. buildMasterStackTraceElementAnalyzer(List<StackTraceElementAnalyzer> configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| StackTraceElementAnalyzer | TapestryModule. 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 for  sun.reflect(which are omitted)
 TapestryAOP
 Omits stack frames for classes related to Tapestry AOP (such as advice, etc.)
 OperationTracker
 Omits stack frames related toOperationTrackerAccess
 Omits stack frames used to provide access to container class private members | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.