Library:Apache Jakarta Tapestry
Version:4.0.2
Compatibility:JDK 1.5
Annotations in library Apache Jakarta Tapestry.
NamePackageDescription
Assetorg.apache.tapestry.annotationsDefines a new asset.
Beanorg.apache.tapestry.annotationsAnnotation used to define new managed beans, including limited/lightweight initialization.
Componentorg.apache.tapestry.annotationsAnnotation used within a page or component class to define a contained component (which will typically match up against a component reference in the template).
ComponentClassorg.apache.tapestry.annotationsA class-level annotation that identifies a class as a component.
InitialValueorg.apache.tapestry.annotationsAn annotation used to provide the initial value of a transient or persistent property.
InjectAssetorg.apache.tapestry.annotationsAnnotation for injecting an asset by its name.
InjectComponentorg.apache.tapestry.annotationsAnnotation for injecting a nested component.
InjectMetaorg.apache.tapestry.annotationsCreates an InjectSpecification for a <meta> data value, and adds it to the IComponentSpecification .
InjectObjectorg.apache.tapestry.annotationsMethod level annotation used to inject an object, equivalent to te <inject> element in a specification.
InjectPageorg.apache.tapestry.annotationsInjects a page as a property of a page or component.
InjectScriptorg.apache.tapestry.annotationsInjects a compiled IScript .
InjectStateorg.apache.tapestry.annotationsAnnotation used to inject an Application State Object as a read/write property of the component.
InjectStateFlagorg.apache.tapestry.annotationsNo description provided.
Messageorg.apache.tapestry.annotationsAn annotation that may be attached to any method that returns a String.
Metaorg.apache.tapestry.annotationsAllows meta-data information about the page or component to be specified.
Parameterorg.apache.tapestry.annotationsUsed to define a parameter for the component.
Persistorg.apache.tapestry.annotationsAllows a property to be marked as persistent (and, optionally, provide control over how the property is persisted).
Search