Uses of Package
org.codehaus.waffle.bind

Packages that use org.codehaus.waffle.bind
org.codehaus.waffle   
org.codehaus.waffle.action   
org.codehaus.waffle.bind   
org.codehaus.waffle.bind.converters   
org.codehaus.waffle.bind.ognl   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.monitor   
org.codehaus.waffle.registrar.pico   
org.codehaus.waffle.servlet   
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle
BindErrorMessageResolver
           
ControllerDataBinder
          Implementor of this interface are responsible for binding the values from the request to the controller.
StringTransmuter
          Not to be confused with the ValueConverter this interface is used to simplify converting (transmuting) a String value into a given type.
ValueConverterFinder
          Finder interface for ValueConverter instances registered per application.
ViewDataBinder
          Implementors of this class allow for properties from a controller to be exposed to the view as request attributes.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.action
StringTransmuter
          Not to be confused with the ValueConverter this interface is used to simplify converting (transmuting) a String value into a given type.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.bind
IntrospectingViewDataBinder
          ViewDataBinder implementation which uses Java beans introspector to bind read methods.
StringTransmuter
          Not to be confused with the ValueConverter this interface is used to simplify converting (transmuting) a String value into a given type.
ValueConverter
          Implementation of this interface will be responsible for converting String values to the specific type.
ValueConverterFinder
          Finder interface for ValueConverter instances registered per application.
ViewDataBinder
          Implementors of this class allow for properties from a controller to be exposed to the view as request attributes.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.bind.converters
BindException
          Thrown when unable bind values
ValueConverter
          Implementation of this interface will be responsible for converting String values to the specific type.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.bind.ognl
BindErrorMessageResolver
           
BindException
          Thrown when unable bind values
ControllerDataBinder
          Implementor of this interface are responsible for binding the values from the request to the controller.
ValueConverter
          Implementation of this interface will be responsible for converting String values to the specific type.
ValueConverterFinder
          Finder interface for ValueConverter instances registered per application.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.context.pico
BindErrorMessageResolver
           
ControllerDataBinder
          Implementor of this interface are responsible for binding the values from the request to the controller.
StringTransmuter
          Not to be confused with the ValueConverter this interface is used to simplify converting (transmuting) a String value into a given type.
ValueConverterFinder
          Finder interface for ValueConverter instances registered per application.
ViewDataBinder
          Implementors of this class allow for properties from a controller to be exposed to the view as request attributes.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.monitor
ValueConverter
          Implementation of this interface will be responsible for converting String values to the specific type.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.registrar.pico
StringTransmuter
          Not to be confused with the ValueConverter this interface is used to simplify converting (transmuting) a String value into a given type.
 

Classes in org.codehaus.waffle.bind used by org.codehaus.waffle.servlet
ControllerDataBinder
          Implementor of this interface are responsible for binding the values from the request to the controller.
ViewDataBinder
          Implementors of this class allow for properties from a controller to be exposed to the view as request attributes.
 



Copyright © 2008. All Rights Reserved.