org.nuiton.web.tapestry5.services
Class FormatBindingFactory

java.lang.Object
  extended by org.nuiton.web.tapestry5.services.FormatBindingFactory
All Implemented Interfaces:
org.apache.tapestry5.services.BindingFactory

public class FormatBindingFactory
extends Object
implements org.apache.tapestry5.services.BindingFactory

From Tapestry5HowTo

AppModule contribution :

   public static void contributeBindingSource(
           MappedConfiguration configuration,
           BindingSource bindingSource) {
       configuration.add("format", new FormatBindingFactory(bindingSource));
   }
 

Created: 27 avr. 2010

Version:
$Id: FormatBindingFactory.java 80 2011-06-28 12:25:30Z tchemit $
Author:
fdesbois

Constructor Summary
FormatBindingFactory(org.apache.tapestry5.services.BindingSource bindingSource)
           
 
Method Summary
 org.apache.tapestry5.Binding newBinding(String description, org.apache.tapestry5.ComponentResources container, org.apache.tapestry5.ComponentResources component, String expression, org.apache.tapestry5.ioc.Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatBindingFactory

public FormatBindingFactory(org.apache.tapestry5.services.BindingSource bindingSource)
Method Detail

newBinding

public org.apache.tapestry5.Binding newBinding(String description,
                                               org.apache.tapestry5.ComponentResources container,
                                               org.apache.tapestry5.ComponentResources component,
                                               String expression,
                                               org.apache.tapestry5.ioc.Location location)
Specified by:
newBinding in interface org.apache.tapestry5.services.BindingFactory


Copyright © 2010-2011 CodeLutin. All Rights Reserved.