org.chenillekit.tapestry.core.factories
Class URIAssetFactory
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIAssetFactory
public URIAssetFactory(ResourceCache cache,
URIAssetAliasManager aliasManager)
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.