org.apache.tapestry.annotations
Class InjectAssetAnnotationWorker
java.lang.Object
org.apache.tapestry.annotations.InjectAssetAnnotationWorker
- All Implemented Interfaces:
- EnhancementWorker
public class InjectAssetAnnotationWorker
- extends Object
- implements EnhancementWorker
Injects an asset.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
- See Also:
InjectAsset
,
InjectAssetWorker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectAssetAnnotationWorker
public InjectAssetAnnotationWorker()
performEnhancement
public void performEnhancement(EnhancementOperation op,
IComponentSpecification spec)
- Specified by:
performEnhancement
in interface EnhancementWorker
performEnhancement
public void performEnhancement(EnhancementOperation op,
IComponentSpecification spec,
Method method,
org.apache.hivemind.Location location)
setClassResolver
public void setClassResolver(org.apache.hivemind.ClassResolver classResolver)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.