
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) |
| 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.
Field _contentField [private] |
ThreadLocal<List<MarkerStats> > _markerList = new ThreadLocal<List<MarkerStats>>() [private] |
boolean _markupEnabled [private] |
Pattern _tagPattern = Pattern.compile("<[a-zA-Z]+[ />]?", Pattern.MULTILINE) [static, private] |
1.5.8