WebSocket 1.0 - Apache Tomcat 7.0.47

javax.websocket.server
Annotation Type PathParam


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface PathParam

Used to annotate method parameters on POJO endpoints the the ServerEndpoint has been defined with a ServerEndpoint.value() that uses a URI template.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value

WebSocket 1.0 - Apache Tomcat 7.0.47

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.