Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.corelib.base |
Base components intended to be extended by other components rather than
used directly in templates.
|
org.apache.tapestry5.corelib.components |
The set of core components available in all Tapestry applications
|
org.apache.tapestry5.corelib.mixins |
The set of core mixins available in all Tapestry applications
|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.hibernate.pages |
Pages included with the Tapestry-hibernate module
|
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.meta |
[INTERNAL USE ONLY] metadata support classes; API subject to change
|
org.apache.tapestry5.internal.t5internal.components |
[INTERNAL USE ONLY] components used for Tapestry support pages; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.kaptcha.components |
Kaptcha components
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
org.apache.tapestry5.upload.components |
Tapestry-upload module components
|
org.apache.tapestry5.upload.internal.services |
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
|
Class and Description |
---|
ImmutableSessionPersistedObject
Marker annotation that can be placed on a session-persisted object to indicate that the object is immutable, and
therefore does not require end-of-request restoring into the session.
|
Class and Description |
---|
Events
Annotation applied to components to document what events a component may trigger.
|
SupportsInformalParameters
Used to identify a component that can support informal parameters.
|
Class and Description |
---|
Events
Annotation applied to components to document what events a component may trigger.
|
Import
Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets.
|
SupportsInformalParameters
Used to identify a component that can support informal parameters.
|
Class and Description |
---|
Events
Annotation applied to components to document what events a component may trigger.
|
Import
Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets.
|
MixinAfter
A marker annotation applied to a mixin to indicate that the mixin's render state behavior is deferred until after the
the behavior of the component to which the mixin is attached.
|
SupportsInformalParameters
Used to identify a component that can support informal parameters.
|
Class and Description |
---|
ContentType
An annotation on a page component used to identify the content type the page returns.
|
Import
Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets.
|
WhitelistAccessOnly
Identifies a page that should only be accessed from clients on the whitelist.
|
Class and Description |
---|
ContentType
An annotation on a page component used to identify the content type the page returns.
|
WhitelistAccessOnly
Identifies a page that should only be accessed from clients on the whitelist.
|
Class and Description |
---|
ImmutableSessionPersistedObject
Marker annotation that can be placed on a session-persisted object to indicate that the object is immutable, and
therefore does not require end-of-request restoring into the session.
|
Class and Description |
---|
Path |
Class and Description |
---|
ContentType
An annotation on a page component used to identify the content type the page returns.
|
Meta
Allows for the specification of per-component meta-data.
|
Class and Description |
---|
Import
Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets.
|
Class and Description |
---|
MixinClasses
Used to attach one or more instance mixins to an embedded component.
|
Class and Description |
---|
Import
Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets.
|
SupportsInformalParameters
Used to identify a component that can support informal parameters.
|
Class and Description |
---|
Path |
Class and Description |
---|
Id
Optional annotation, used with
Inject , which exists to provide the id of an object when it can not be
determined by other means (such as from the field name). |
Parameter
Annotation placed on a field to indicate that it is, in fact, a component parameter.
|
Path |
Class and Description |
---|
Events
Annotation applied to components to document what events a component may trigger.
|
Class and Description |
---|
Events
Annotation applied to components to document what events a component may trigger.
|
Copyright © 2003-2012 The Apache Software Foundation.