org.apache.tapestry.pageload
Class ComponentTypeVisitor
java.lang.Object
org.apache.tapestry.pageload.ComponentTypeVisitor
- All Implemented Interfaces:
- org.apache.hivemind.PoolManageable, IComponentVisitor
public class ComponentTypeVisitor
- extends Object
- implements IComponentVisitor, org.apache.hivemind.PoolManageable
Looks for components of type IForm and IWidget so
that the appropriate javascript includes can be made on an as needed basis by AjaxShellDelegate.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTypeVisitor
public ComponentTypeVisitor()
visitComponent
public void visitComponent(IComponent component)
- Specified by:
visitComponent in interface IComponentVisitor
activateService
public void activateService()
- Specified by:
activateService in interface org.apache.hivemind.PoolManageable
passivateService
public void passivateService()
- Specified by:
passivateService in interface org.apache.hivemind.PoolManageable
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.