Class JsrPathParamId

java.lang.Object
org.eclipse.jetty.websocket.jsr356.server.JsrPathParamId
All Implemented Interfaces:
IJsrParamId

public class JsrPathParamId extends Object implements IJsrParamId
Param handling for static parameters annotated with @PathParam
  • Field Details

  • Constructor Details

    • JsrPathParamId

      public JsrPathParamId()
  • Method Details

    • process

      public boolean process(Param param, JsrCallable callable) throws InvalidSignatureException
      Description copied from interface: IJsrParamId
      Process the potential parameter.

      If known to be a valid parameter, bind a role to it.

      Specified by:
      process in interface IJsrParamId
      Parameters:
      param - the parameter being processed
      callable - the callable this param belongs to (used to obtain extra state about the callable that might impact decision making)
      Returns:
      true if processed, false if not processed
      Throws:
      InvalidSignatureException - if a violation of the signature rules occurred