Skip to content

Instantly share code, notes, and snippets.

@jtwaleson
Created May 17, 2012 14:38
Show Gist options
  • Save jtwaleson/2719340 to your computer and use it in GitHub Desktop.
Save jtwaleson/2719340 to your computer and use it in GitHub Desktop.
RequestHandlers2
// BEGIN USER CODE
Core.addRequestHandler("hello/", new HelloWorldRequestHandler());
Core.getLogger("RequestHandlers").info("Registered Hello World requesthandler for 'hello/'");
return true;
// END USER CODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment