|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.tapestry.spec | |
---|---|
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.asset | Implementations of IAsset , as well as
the ExternalResource , used to handle private assets. |
org.apache.tapestry.binding | Implementations of IBinding . |
org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
org.apache.tapestry.contrib.tree.components | The tapestry contributed tree component. |
org.apache.tapestry.engine | Implementations of the IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.enhance | Classes used for performing dynamic bytecode enhancement of component and page classes. |
org.apache.tapestry.html | Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. |
org.apache.tapestry.internal.event | Event related internal classes only. |
org.apache.tapestry.internal.event.impl | Event related internal classes only. |
org.apache.tapestry.pageload | Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. |
org.apache.tapestry.parse | Classes used when parsing templates, application and component specifications. |
org.apache.tapestry.request | Deals with upload form data. |
org.apache.tapestry.resolver | Namespace resolution of pages/components/etc.. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | Service implementations. |
org.apache.tapestry.spec | Classes to represent application and component specifications. |
org.apache.tapestry.test | Various testing utilities to make testing tapestry pages/components easier. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
IContainedComponent
Defines a contained component. |
|
ILibrarySpecification
Interface for the Specification for a library. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.annotations | |
---|---|
BeanLifecycle
An enumeration of the different possible lifecycles for a JavaBean. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
IContainedComponent
Defines a contained component. |
|
IPropertySpecification
Defines a transient or persistant property of a component or page. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.asset | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.binding | |
---|---|
IParameterSpecification
Defines a formal parameter to a component. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.contrib.inspector | |
---|---|
IBeanSpecification
A specification of a helper bean for a component. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
IParameterSpecification
Defines a formal parameter to a component. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.contrib.tree.components | |
---|---|
ComponentSpecification
A specification for a component, as read from an XML specification file. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.engine | |
---|---|
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
ILibrarySpecification
Interface for the Specification for a library. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.enhance | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
InjectSpecification
|
|
IPropertySpecification
Defines a transient or persistant property of a component or page. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.html | |
---|---|
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.internal.event | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.internal.event.impl | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.pageload | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.parse | |
---|---|
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
ILibrarySpecification
Interface for the Specification for a library. |
|
SpecFactory
A Factory used by SpecificationParser
to create Tapestry domain objects. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.request | |
---|---|
ILibrarySpecification
Interface for the Specification for a library. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.resolver | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.services | |
---|---|
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
ILibrarySpecification
Interface for the Specification for a library. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.services.impl | |
---|---|
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
ILibrarySpecification
Interface for the Specification for a library. |
|
IParameterSpecification
Defines a formal parameter to a component. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.spec | |
---|---|
BeanLifecycle
An enumeration of the different possible lifecycles for a JavaBean. |
|
BindingType
Defines the different types of bindings possible for a component. |
|
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application. |
|
IAssetSpecification
Defines an internal, external or private asset. |
|
IBeanSpecification
A specification of a helper bean for a component. |
|
IBindingSpecification
Stores a binding specification, which identifies the static value or OGNL expression for the binding. |
|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
IContainedComponent
Defines a contained component. |
|
IEventListener
Specification for something that can listen to and act on client side generated browser events. |
|
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). |
|
ILibrarySpecification
Interface for the Specification for a library. |
|
InjectSpecification
|
|
IParameterSpecification
Defines a formal parameter to a component. |
|
IPropertySpecification
Defines a transient or persistant property of a component or page. |
|
LibrarySpecification
Specification for a library. |
|
LocatablePropertyHolder
Base class for implementing both interfaces IPropertyHolder and
LocationHolder . |
|
PropertyInjectable
Interface extended by several specification interfaces to indicate that the runtime object constructed from the specification can be injected into the component class. |
Classes in org.apache.tapestry.spec used by org.apache.tapestry.test | |
---|---|
IComponentSpecification
A specification for a component, as read from an XML specification file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |