org.apache.clerezza.triaxrs.parameterinjectors
Class PathParameterInjector

java.lang.Object
  extended by org.apache.clerezza.triaxrs.parameterinjectors.PathParameterInjector
All Implemented Interfaces:
ParameterInjector<javax.ws.rs.PathParam>

public class PathParameterInjector
extends Object
implements ParameterInjector<javax.ws.rs.PathParam>

Author:
reto

Constructor Summary
PathParameterInjector()
           
 
Method Summary
<T> T
getValue(WebRequest request, Map<String,String> pathParam, javax.ws.rs.ext.Providers providers, Type parameterType, javax.ws.rs.PathParam annotation, boolean encodingDisabled, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathParameterInjector

public PathParameterInjector()
Method Detail

getValue

public <T> T getValue(WebRequest request,
                      Map<String,String> pathParam,
                      javax.ws.rs.ext.Providers providers,
                      Type parameterType,
                      javax.ws.rs.PathParam annotation,
                      boolean encodingDisabled,
                      String defaultValue)
           throws UnsupportedFieldType
Specified by:
getValue in interface ParameterInjector<javax.ws.rs.PathParam>
Throws:
UnsupportedFieldType


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.