org.apache.tapestry.pageload
Class ComponentTypeVisitor

java.lang.Object
  extended by 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.


Constructor Summary
ComponentTypeVisitor()
           
 
Method Summary
 void activateService()
           
 void passivateService()
           
 void visitComponent(IComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTypeVisitor

public ComponentTypeVisitor()
Method Detail

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-2011 Apache Software Foundation. All Rights Reserved.