org.apache.tapestry5.internal.services
Class TapestryAOPStackFrameAnalyzer

java.lang.Object
  extended by org.apache.tapestry5.internal.services.TapestryAOPStackFrameAnalyzer
All Implemented Interfaces:
StackTraceElementAnalyzer

public class TapestryAOPStackFrameAnalyzer
extends Object
implements 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
TapestryAOPStackFrameAnalyzer()
           
 
Method Summary
 String classForFrame(StackTraceElement frame)
          Returns the CSS class appropriate to the frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapestryAOPStackFrameAnalyzer

public TapestryAOPStackFrameAnalyzer()
Method Detail

classForFrame

public String classForFrame(StackTraceElement frame)
Description copied from interface: StackTraceElementAnalyzer
Returns the CSS class appropriate to the frame.

Specified by:
classForFrame in interface StackTraceElementAnalyzer
Parameters:
frame - stack trace element to be analyzed
Returns:
the CSS class name, or null


Copyright © 2003-2012 The Apache Software Foundation.