Class JsrPathParamId

  • All Implemented Interfaces:
    IJsrParamId

    public class JsrPathParamId
    extends java.lang.Object
    implements IJsrParamId
    Param handling for static parameters annotated with @PathParam
    • Constructor Summary

      Constructors 
      Constructor Description
      JsrPathParamId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean process​(Param param, JsrCallable callable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • JsrPathParamId

        public JsrPathParamId()
    • Method Detail

      • process

        public boolean process​(Param param,
                               JsrCallable callable)
                        throws org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
        Specified by:
        process in interface IJsrParamId
        Throws:
        org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException