Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @DocumentURI( "^/overload(?:/(?<hest>[0-9]+))$" )
  2. public class CatchRestPage
  3. {
  4.         @CatchRest(DocURI=false)
  5.         public WebResponse hest1( WebRequest req, int hest )
  6.         {
  7.                 return new StringResponse( "hest1" );
  8.         }
  9. }