public class PFMarkup extends Object implements PFProfiler.Delegate
Modifier and Type | Class and Description |
---|---|
protected static class |
PFMarkup.MarkerStats |
Constructor and Description |
---|
PFMarkup() |
Modifier and Type | Method and Description |
---|---|
protected static void |
append(Object content,
String str) |
void |
didAppendToResponse(WOElement element,
WOResponse response,
WOContext context) |
protected static int |
indexOf(Object content,
String str,
int fromIndex) |
protected static void |
insert(Object content,
int index,
String str) |
protected static boolean |
regionMatches(CharSequence str,
int toffset,
String other,
int ooffset,
int len) |
protected static void |
replace(Object content,
int start,
int end,
String str) |
void |
requestEnded(WORequest request) |
void |
requestStarted(WORequest request) |
void |
responseEnded(WOResponse response,
WOContext context) |
void |
willAppendToResponse(WOElement element,
WOResponse response,
WOContext context) |
public void requestStarted(WORequest request)
requestStarted
in interface PFProfiler.Delegate
public void requestEnded(WORequest request)
requestEnded
in interface PFProfiler.Delegate
public void responseEnded(WOResponse response, WOContext context)
responseEnded
in interface PFProfiler.Delegate
protected static boolean regionMatches(CharSequence str, int toffset, String other, int ooffset, int len)
public void willAppendToResponse(WOElement element, WOResponse response, WOContext context)
willAppendToResponse
in interface PFProfiler.Delegate
public void didAppendToResponse(WOElement element, WOResponse response, WOContext context)
didAppendToResponse
in interface PFProfiler.Delegate
Copyright © 2002 – 2024 Project Wonder.