org.chenillekit.tapestry.core.factories
Class URIAssetFactory

java.lang.Object
  extended by org.chenillekit.tapestry.core.factories.URIAssetFactory
All Implemented Interfaces:
AssetFactory

public class URIAssetFactory
extends Object
implements AssetFactory

Version:
$Id: URIAssetFactory.java 594 2009-12-05 15:17:26Z mlusetti $

Constructor Summary
URIAssetFactory(ResourceCache cache, URIAssetAliasManager aliasManager)
           
 
Method Summary
 Asset createAsset(Resource resource)
           
 Resource getRootResource()
          Returns the Resource representing the root folder of the domain this factory is responsible for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIAssetFactory

public URIAssetFactory(ResourceCache cache,
                       URIAssetAliasManager aliasManager)
Method Detail

getRootResource

public Resource getRootResource()
Returns the Resource representing the root folder of the domain this factory is responsible for.

Specified by:
getRootResource in interface AssetFactory

createAsset

public Asset createAsset(Resource resource)
Specified by:
createAsset in interface AssetFactory


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.