org.apache.tapestry.services.impl
Class BindingPrefixContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.services.impl.BindingPrefixContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class BindingPrefixContribution
- extends org.apache.hivemind.impl.BaseLocatable
Contribution to the tapestry.bindings.BindingFactories
configuration point.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingPrefixContribution
public BindingPrefixContribution()
getFactory
public BindingFactory getFactory()
setFactory
public void setFactory(BindingFactory factory)
getPrefix
public String getPrefix()
setPrefix
public void setPrefix(String prefix)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.