org.apache.tapestry.asset
Class AssetFactoryContribution

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

Constructor Summary
AssetFactoryContribution()
           
 
Method Summary
 AssetFactory getFactory()
           
 String getPrefix()
           
 void setFactory(AssetFactory 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

AssetFactoryContribution

public AssetFactoryContribution()
Method Detail

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.