org.jclouds.ec2.binders
Class BindUserIdsToIndexedFormParams

java.lang.Object
  extended by org.jclouds.ec2.binders.BindUserIdsToIndexedFormParams
All Implemented Interfaces:
Binder

@Singleton
public class BindUserIdsToIndexedFormParams
extends Object
implements Binder

Binds the Iterable to form parameters named with UserId.index

Author:
Adrian Cole

Constructor Summary
BindUserIdsToIndexedFormParams()
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindUserIdsToIndexedFormParams

public BindUserIdsToIndexedFormParams()
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Object input)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2011 jclouds. All Rights Reserved.