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 |
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.
|
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 to OperationTracker
Access
Omits stack frames used to provide access to container class private members
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.