org.jclouds.elb.binders
Class BindAvailabilityZonesToIndexedFormParams

java.lang.Object
  extended by org.jclouds.elb.binders.BindAvailabilityZonesToIndexedFormParams
All Implemented Interfaces:
Binder

@Singleton
public class BindAvailabilityZonesToIndexedFormParams
extends Object
implements Binder

Binds the Iterable to form parameters named with AvailabilityZones.member.N

Author:
Adrian Cole

Constructor Summary
BindAvailabilityZonesToIndexedFormParams()
           
 
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

BindAvailabilityZonesToIndexedFormParams

public BindAvailabilityZonesToIndexedFormParams()
Method Detail

bindToRequest

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


Copyright © 2009-2012 jclouds. All Rights Reserved.