Uses of Interface
org.apache.tapestry.util.IPropertyHolder

Packages that use IPropertyHolder
org.apache.tapestry.spec Classes to represent application and component specifications. 
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
 

Uses of IPropertyHolder in org.apache.tapestry.spec
 

Subinterfaces of IPropertyHolder in org.apache.tapestry.spec
 interface IApplicationSpecification
          Defines and interface for the configuration for a Tapestry application.
 interface IAssetSpecification
          Defines an internal, external or private asset.
 interface IBeanSpecification
          A specification of a helper bean for a component.
 interface IComponentSpecification
          A specification for a component, as read from an XML specification file.
 interface IContainedComponent
          Defines a contained component.
 interface IExtensionSpecification
          Defines an "extension", which is much like a helper bean, but is part of a library or application specification (and has the same lifecycle as the application).
 interface ILibrarySpecification
          Interface for the Specification for a library.
 

Classes in org.apache.tapestry.spec that implement IPropertyHolder
 class ApplicationSpecification
          Defines the configuration for a Tapestry application.
 class AssetSpecification
          Defines an internal, external or private asset.
 class BeanSpecification
          A specification of a helper bean for a component.
 class ComponentSpecification
          A specification for a component, as read from an XML specification file.
 class ContainedComponent
          Defines a contained component.
 class ExtensionSpecification
          Defines an "extension", which is much like a helper bean, but is part of a library or application specification (and has the same lifecycle as the application).
 class LibrarySpecification
          Specification for a library.
 class LocatablePropertyHolder
          Base class for implementing both interfaces IPropertyHolder and LocationHolder.
 

Uses of IPropertyHolder in org.apache.tapestry.util
 

Classes in org.apache.tapestry.util that implement IPropertyHolder
 class BasePropertyHolder
          Base class implementation for the IPropertyHolder interface.
 

Constructors in org.apache.tapestry.util with parameters of type IPropertyHolder
PropertyHolderPropertySource(IPropertyHolder holder)
           
 



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