org.apache.tapestry.annotations
Class ComponentHousekeepingWorker
java.lang.Object
org.apache.tapestry.annotations.ComponentHousekeepingWorker
- All Implemented Interfaces:
- EnhancementWorker
public class ComponentHousekeepingWorker
- extends Object
- implements EnhancementWorker
An enhancement worker which performs several housekeeping tasks
relating to injected components.
Currently the worker ensures that copies of components contain
the correct bindings.
- Since:
- 4.1.1
- Author:
- Andreas Andreou
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentHousekeepingWorker
public ComponentHousekeepingWorker()
performEnhancement
public void performEnhancement(EnhancementOperation op,
IComponentSpecification spec)
- Specified by:
performEnhancement
in interface EnhancementWorker
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.