org.apache.clerezza.triaxrs.parameterinjectors
Class ContextInjector

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

public class ContextInjector
extends Object
implements ParameterInjector<javax.ws.rs.core.Context>

Author:
reto

Constructor Summary
ContextInjector()
           
 
Method Summary
<T> T
getValue(WebRequest request, Map<String,String> pathParam, javax.ws.rs.ext.Providers providers, Type parameterType, javax.ws.rs.core.Context 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

ContextInjector

public ContextInjector()
Method Detail

getValue

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


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