play.data.binding
Class DateBinder

java.lang.Object
  extended by play.data.binding.DateBinder
All Implemented Interfaces:
SupportedType<java.util.Date>

public class DateBinder
extends java.lang.Object
implements SupportedType<java.util.Date>

Binder that support Date class.


Nested Class Summary
static class DateBinder.AlternativeDateFormat
           
 
Constructor Summary
DateBinder()
           
 
Method Summary
 java.util.Date bind(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateBinder

public DateBinder()
Method Detail

bind

public java.util.Date bind(java.lang.String value)
                    throws java.lang.Exception
Specified by:
bind in interface SupportedType<java.util.Date>
Throws:
java.lang.Exception


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly