{
ClassTransformation ct = mockClassTransformation();
MutableComponentModel model = mockMutableComponentModel();
String value = "text/pdf";
ContentType annotation = newMock(ContentType.class);
train_getAnnotation(ct, ContentType.class, annotation);
expect(annotation.value()).andReturn(value);
model.setMeta(TapestryConstants.RESPONSE_CONTENT_TYPE, value);
replay();