Class ParameterList.UriInfoGetter
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.UriInfoGetter
-
- All Implemented Interfaces:
ParameterList.ParamGetter
- Enclosing class:
- ParameterList
private static class ParameterList.UriInfoGetter extends java.lang.Object implements ParameterList.ParamGetter
-
-
Field Summary
Fields Modifier and Type Field Description private booleanavailableMandatoryprivate ThreadLocalizedUriInfouriInfo
-
Constructor Summary
Constructors Modifier Constructor Description privateUriInfoGetter(ThreadLocalizedContext tlContext, boolean availableMandatory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue()Returns the value for this param.
-
-
-
Field Detail
-
availableMandatory
private final boolean availableMandatory
-
uriInfo
private final ThreadLocalizedUriInfo uriInfo
-
-
Constructor Detail
-
UriInfoGetter
private UriInfoGetter(ThreadLocalizedContext tlContext, boolean availableMandatory)
-
-
Method Detail
-
getValue
public java.lang.Object getValue() throws java.lang.reflect.InvocationTargetException, ConvertRepresentationException, javax.ws.rs.WebApplicationExceptionDescription copied from interface:ParameterList.ParamGetterReturns the value for this param.- Specified by:
getValuein interfaceParameterList.ParamGetter- Returns:
- the value for this param.
- Throws:
java.lang.reflect.InvocationTargetExceptionConvertRepresentationExceptionjavax.ws.rs.WebApplicationException
-
-