public void process(Object content, XDIMEContextInternal context,
String id, String propertyName) throws XDIMEException {
super.process(content, context, id, propertyName);
MarinerPageContext ctx = ContextInternals.getMarinerPageContext(
context.getInitialRequestContext());
TimedRefreshInfo tri = (TimedRefreshInfo) content;
if (null != tri) {
try {
ctx.getProtocol().writeTimedRefresh(tri);
} catch (ProtocolException e) {
throw new XDIMEException(e);