Skip to content
Adam Tuttle edited this page Aug 30, 2013 · 11 revisions

Upgrading to 2.x

applicationStartEvent and requestStartEvent (were removed)

...

Deprecated features have been obsoleted

Custom Representation Classes

Prior to Taffy 1.1 you could pass an additional argument to the representationOf() method in your resource CFC, as well as to the newRepresentation() method when in onTaffyRequest() that would use a representation class that differed from your default. This feature was deprecated in 1.1 and instead all supported mime types should be implemented by a single representation class. That class is now defined as variables.framework.representationClass

Clone this wiki locally