net.sf.tacos.binding
Class TemplateBindingFactory

java.lang.Object
  extended by org.apache.tapestry.binding.AbstractBindingFactory
      extended by net.sf.tacos.binding.TemplateBindingFactory
All Implemented Interfaces:
org.apache.tapestry.binding.BindingFactory

public class TemplateBindingFactory
extends org.apache.tapestry.binding.AbstractBindingFactory

Author:
andyhot

Constructor Summary
TemplateBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root, String bindingDescription, String path, Location location)
           
 void setNestedBindingFactory(org.apache.tapestry.binding.BindingFactory nestedBindingFactory)
          The BindingFactory for creating the inside variable IBinding.
 
Methods inherited from class org.apache.tapestry.binding.AbstractBindingFactory
getValueConverter, setValueConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBindingFactory

public TemplateBindingFactory()
Method Detail

setNestedBindingFactory

public void setNestedBindingFactory(org.apache.tapestry.binding.BindingFactory nestedBindingFactory)
The BindingFactory for creating the inside variable IBinding.

Parameters:
nestedBindingFactory - Internal used BindingFactory

createBinding

public org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root,
                                                  String bindingDescription,
                                                  String path,
                                                  Location location)
See Also:
BindingFactory.createBinding(org.apache.tapestry.IComponent, String, String, org.apache.hivemind.Location)


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.