Class PathParamIntrospector

java.lang.Object
org.atmosphere.inject.InjectIntrospectorAdapter<String>
org.atmosphere.inject.PathParamIntrospector
All Implemented Interfaces:
Injectable, InjectIntrospector

@RequestScoped(PathParam.class) public class PathParamIntrospector extends InjectIntrospectorAdapter<String>
PathParam injection support.
Author:
Jeanfrancois Arcand