org.apache.tapestry.services.impl
Class BindingPrefixContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by 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

Constructor Summary
BindingPrefixContribution()
           
 
Method Summary
 BindingFactory getFactory()
           
 String getPrefix()
           
 void setFactory(BindingFactory factory)
           
 void setPrefix(String prefix)
           
 
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
 

Constructor Detail

BindingPrefixContribution

public BindingPrefixContribution()
Method Detail

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.