net.sf.tacos.formatter
Class JsFormatterBinding

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBinding
      extended by net.sf.tacos.formatter.JsFormatterBinding
All Implemented Interfaces:
Locatable, org.apache.tapestry.IBinding

public class JsFormatterBinding
extends org.apache.tapestry.binding.AbstractBinding

Implementation of IBinding that wraps around a JsFormatter.

Author:
lquijano

Constructor Summary
JsFormatterBinding(String description, org.apache.tapestry.coerce.ValueConverter valueConverter, Location location, JsFormatter formatter)
          Constructor.
 
Method Summary
 Object getObject()
           
 
Methods inherited from class org.apache.tapestry.binding.AbstractBinding
createReadOnlyBindingException, extendDescription, getComponent, getDescription, getLocation, getObject, getValueConverter, isInvariant, setObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsFormatterBinding

public JsFormatterBinding(String description,
                          org.apache.tapestry.coerce.ValueConverter valueConverter,
                          Location location,
                          JsFormatter formatter)
Constructor.

Parameters:
description - the binding description.
valueConverter - value converter object.
location - location of the binding in the spec.
formatter - formatter to wrap.
Method Detail

getObject

public Object getObject()
Returns:
The formatter.