Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 18, 2011 00:40
Show Gist options
  • Save wfaler/783800 to your computer and use it in GitHub Desktop.
Save wfaler/783800 to your computer and use it in GitHub Desktop.
TransformerRegistry.scala
// Register the WidgetTransformer so that we can look up Widgets for pages by ID
TransformerRegistry.registerTransformer(classOf[Widget], classOf[WidgetTransformer])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment