Uses of Class
org.directwebremoting.guice.ParamName

Packages that use ParamName
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
 

Uses of ParamName in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice that return ParamName
static ParamName ParamName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParamName[] ParamName.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.directwebremoting.guice with parameters of type ParamName
protected  com.google.inject.binder.ConstantBindingBuilder AbstractDwrModule.bindParameter(ParamName paramName)
          Call this method in configure to create a binding for a DWR parameter.
 



Copyright © 2007. All Rights Reserved.