Uses of Interface
org.apache.tapestry.spec.IContainedComponent

Packages that use IContainedComponent
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.annotations Contains all of the annotation features (jdk >= 1.5) available in tapestry. 
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of IContainedComponent in org.apache.tapestry
 

Methods in org.apache.tapestry that return IContainedComponent
 IContainedComponent IComponent.getContainedComponent()
          Returns the IContainedComponent.
 IContainedComponent AbstractComponent.getContainedComponent()
           
 

Methods in org.apache.tapestry with parameters of type IContainedComponent
 void IComponent.setContainedComponent(IContainedComponent containedComponent)
          Sets the IComponent.getContainedComponent() property; this may only be done once.
 void AbstractComponent.setContainedComponent(IContainedComponent containedComponent)
           
 

Uses of IContainedComponent in org.apache.tapestry.annotations
 

Methods in org.apache.tapestry.annotations with parameters of type IContainedComponent
static void AnnotationUtils.copyBindings(IContainedComponent source, IContainedComponent target)
          Copies all bindings of a component to another one.
 

Uses of IContainedComponent in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement IContainedComponent
 class ContainedComponent
          Defines a contained component.
 

Methods in org.apache.tapestry.spec that return IContainedComponent
 IContainedComponent SpecFactory.createContainedComponent()
          Creates a concrete instance of IContainedComponent.
 IContainedComponent IComponentSpecification.getComponent(String id)
          Returns the specification of a contained component with the given id, or null if no such contained component exists.
 IContainedComponent ComponentSpecification.getComponent(String id)
          Returns the specification of a contained component with the given id, or null if no such contained component exists.
 

Methods in org.apache.tapestry.spec with parameters of type IContainedComponent
 void IComponentSpecification.addComponent(String id, IContainedComponent component)
           
 void ComponentSpecification.addComponent(String id, IContainedComponent component)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.