com.almende.eve.rpc
Class RequestParams

java.lang.Object
  extended by com.almende.eve.rpc.RequestParams

public class RequestParams
extends Object


Constructor Summary
RequestParams()
           
 
Method Summary
 Object get(Annotation annotation)
           
 Object get(Class<?> annotationType)
           
 boolean has(Annotation annotation)
           
 boolean has(Class<?> annotationType)
           
 void put(Class<?> annotationType, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestParams

public RequestParams()
Method Detail

put

public void put(Class<?> annotationType,
                Object value)

get

public Object get(Class<?> annotationType)

has

public boolean has(Class<?> annotationType)

get

public Object get(Annotation annotation)

has

public boolean has(Annotation annotation)


Copyright © 2013 Almende BV. All Rights Reserved.