org.jboss.resteasy.links.impl
Class RESTUtils

java.lang.Object
  extended by org.jboss.resteasy.links.impl.RESTUtils

public class RESTUtils
extends java.lang.Object


Constructor Summary
RESTUtils()
           
 
Method Summary
static
<T> T
addDiscovery(T entity, UriInfo uriInfo, ResourceMethodRegistry registry)
           
static java.util.Map<java.lang.String,? extends java.lang.Object> derivePathParameters(UriInfo uriInfo)
           
static java.lang.Object evaluateEL(java.lang.reflect.Method m, javax.el.ELContext context, java.lang.Object base, java.lang.String expression)
           
static java.lang.Boolean evaluateELBoolean(java.lang.reflect.Method m, javax.el.ELContext context, java.lang.Object base, java.lang.String expression)
           
static java.util.List<java.lang.reflect.Method> getServiceMethods(ResourceMethodRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTUtils

public RESTUtils()
Method Detail

addDiscovery

public static <T> T addDiscovery(T entity,
                                 UriInfo uriInfo,
                                 ResourceMethodRegistry registry)

getServiceMethods

public static java.util.List<java.lang.reflect.Method> getServiceMethods(ResourceMethodRegistry registry)

derivePathParameters

public static java.util.Map<java.lang.String,? extends java.lang.Object> derivePathParameters(UriInfo uriInfo)

evaluateEL

public static java.lang.Object evaluateEL(java.lang.reflect.Method m,
                                          javax.el.ELContext context,
                                          java.lang.Object base,
                                          java.lang.String expression)

evaluateELBoolean

public static java.lang.Boolean evaluateELBoolean(java.lang.reflect.Method m,
                                                  javax.el.ELContext context,
                                                  java.lang.Object base,
                                                  java.lang.String expression)


Copyright © 2010. All Rights Reserved.