net.sf.tacos.binding
Class TemplateBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
net.sf.tacos.binding.TemplateBindingFactory
- All Implemented Interfaces:
- org.apache.tapestry.binding.BindingFactory
public class TemplateBindingFactory
- extends org.apache.tapestry.binding.AbstractBindingFactory
- Author:
- andyhot
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 |
TemplateBindingFactory
public TemplateBindingFactory()
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.