Skip to content

Instantly share code, notes, and snippets.

@luksrn
Last active April 29, 2016 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luksrn/a2e81dcdfa5097da03541c35083e025f to your computer and use it in GitHub Desktop.
Save luksrn/a2e81dcdfa5097da03541c35083e025f to your computer and use it in GitHub Desktop.
trait Controller implements ResponseRenderer,
ResponseRedirector,
RequestForwarder,
DataBinder,
WebAttributes,
ServletAttributes {
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment