PFMarkup Class Reference

Inherits er::profiling::PFProfiler::Delegate.

Collaboration diagram for PFMarkup:

Collaboration graph
[legend]

List of all members.

Classes

class  MarkerStats

Public Member Functions

void didAppendToResponse (WOElement element, WOResponse response, WOContext context)
void requestEnded (WORequest request)
void requestStarted (WORequest request)
void responseEnded (WOResponse response, WOContext context)
void willAppendToResponse (WOElement element, WOResponse response, WOContext context)

Static Protected Member Functions

static void append (Object content, String str)
static int indexOf (Object content, String str, int fromIndex)
static void insert (Object content, int index, String str)
static boolean regionMatches (CharSequence str, int toffset, String other, int ooffset, int len)
static void replace (Object content, int start, int end, String str)

Private Attributes

Field _contentField
ThreadLocal< List< MarkerStats > > _markerList = new ThreadLocal<List<MarkerStats>>()
boolean _markupEnabled

Static Private Attributes

static final String _marker = "~~PROFILER_MARKER~~"
static Pattern _tagPattern = Pattern.compile("<[a-zA-Z]+[ />]?", Pattern.MULTILINE)


Member Function Documentation

static void append ( Object  content,
String  str 
) [static, protected]

void didAppendToResponse ( WOElement  element,
WOResponse  response,
WOContext  context 
)

Implements PFProfiler.Delegate.

static int indexOf ( Object  content,
String  str,
int  fromIndex 
) [static, protected]

static void insert ( Object  content,
int  index,
String  str 
) [static, protected]

static boolean regionMatches ( CharSequence  str,
int  toffset,
String  other,
int  ooffset,
int  len 
) [static, protected]

static void replace ( Object  content,
int  start,
int  end,
String  str 
) [static, protected]

void requestEnded ( WORequest  request  ) 

Implements PFProfiler.Delegate.

void requestStarted ( WORequest  request  ) 

Implements PFProfiler.Delegate.

void responseEnded ( WOResponse  response,
WOContext  context 
)

Implements PFProfiler.Delegate.

void willAppendToResponse ( WOElement  element,
WOResponse  response,
WOContext  context 
)

Implements PFProfiler.Delegate.


Member Data Documentation

Field _contentField [private]

final String _marker = "~~PROFILER_MARKER~~" [static, private]

ThreadLocal<List<MarkerStats> > _markerList = new ThreadLocal<List<MarkerStats>>() [private]

boolean _markupEnabled [private]

Pattern _tagPattern = Pattern.compile("<[a-zA-Z]+[ />]?", Pattern.MULTILINE) [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:26 2012 for Project Wonder by  doxygen 1.5.8