Class ContextHolder
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ContextHolder
-
- All Implemented Interfaces:
ParameterList.ParamGetter
@Deprecated class ContextHolder extends java.lang.Object implements ParameterList.ParamGetter
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ObjecttoInjectDeprecated.
-
Constructor Summary
Constructors Constructor Description ContextHolder(java.lang.Object toInject)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetValue()Deprecated.Returns the value for this param.
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
Deprecated.Description copied from interface:ParameterList.ParamGetterReturns the value for this param.- Specified by:
getValuein interfaceParameterList.ParamGetter- Returns:
- the value for this param.
- See Also:
ContextInjector.ParamGetter#get
-
-