org.apache.tapestry.asset
Class AssetFactoryContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.asset.AssetFactoryContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class AssetFactoryContribution
- extends org.apache.hivemind.impl.BaseLocatable
Contribution to the tapestry.asset.AssetFactories
configuration point.
- Since:
- 4.0
- Author:
- Howard M. 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 |
AssetFactoryContribution
public AssetFactoryContribution()
getFactory
public AssetFactory getFactory()
setFactory
public void setFactory(AssetFactory factory)
getPrefix
public String getPrefix()
setPrefix
public void setPrefix(String prefix)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.