Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.tapestry5.annotations Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
ActivationRequestParameterMarks a field of a page (not a component) as persistent within the URL, as with a page activation context.Classorg.apache.tapestry5.annotationsApache Tapestry
AfterRenderMarker annotation for methods associated with the AfterRender phase.Classorg.apache.tapestry5.annotationsApache Tapestry
AfterRenderBodyCorresponds to BeforeRenderBody, allowing additional markup after rendering the body of a component, but before rendering the rest of the component's template.Classorg.apache.tapestry5.annotationsApache Tapestry
AfterRenderTemplateCorresponds to BeforeRenderTemplate, allowing additional markup after rendering the component's template.Classorg.apache.tapestry5.annotationsApache Tapestry
BeforeRenderBodyMarks methods to be invoked when the component rendering state machine hits the point in the component's template where the body element occurs.Classorg.apache.tapestry5.annotationsApache Tapestry
BeforeRenderTemplateAssociated with components that have a template, this phase is invoked to allow the component to decorate its template with additional markup.Classorg.apache.tapestry5.annotationsApache Tapestry
BeginRenderMarker annotation for methods that should be executed at the start of rendering the component.Classorg.apache.tapestry5.annotationsApache Tapestry
BindParameterDesignates a field in a mixin which is bound to the parameter of the containing component corresponding to the value of the annotation.Classorg.apache.tapestry5.annotationsApache Tapestry
CachedIndicates that a method should only be evaluated once per request and the result cached.Classorg.apache.tapestry5.annotationsApache Tapestry
CleanupRenderMarker annotation for component methods associated with the terminal phase for the component rendering state machine.Classorg.apache.tapestry5.annotationsApache Tapestry
ComponentUsed to define an embedded component within another component.Classorg.apache.tapestry5.annotationsApache Tapestry
ContentTypeAn annotation on a page component used to identify the content type the page returns.Classorg.apache.tapestry5.annotationsApache Tapestry
DiscardAfterMarks a method of a page or a component to discard all persistent field changes.Classorg.apache.tapestry5.annotationsApache Tapestry
EnvironmentalDefines a field of a component class that is replaced at runtime with a read-only value obtained from the Environment service.Classorg.apache.tapestry5.annotationsApache Tapestry
EventsAnnotation applied to components to document what events a component may trigger.Classorg.apache.tapestry5.annotationsApache Tapestry
HeartbeatDeferredMarks a component method as deferred until the end of the Heartbeat.Classorg.apache.tapestry5.annotationsApache Tapestry
IdOptional 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).Classorg.apache.tapestry5.annotationsApache Tapestry
ImmutableSessionPersistedObjectMarker 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.Classorg.apache.tapestry5.annotationsApache Tapestry
ImportAnnotations to control the importing of JavaScript stacks and libraries as well as stylesheets.Classorg.apache.tapestry5.annotationsApache Tapestry
InjectComponentAllows components defined in the template to be injected as read-only properties.Classorg.apache.tapestry5.annotationsApache Tapestry
InjectPageAllows a a page (really, the root component of the page) to be injected into another component as a read-only field.Classorg.apache.tapestry5.annotationsApache Tapestry
LogMarker annotation for component methods to enable debug-level logging.Classorg.apache.tapestry5.annotationsApache Tapestry
MetaAllows for the specification of per-component meta-data.Classorg.apache.tapestry5.annotationsApache Tapestry
MixinDefines an implementation mixin for a component.Classorg.apache.tapestry5.annotationsApache Tapestry
MixinAfterA 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.Classorg.apache.tapestry5.annotationsApache Tapestry
MixinClassesUsed to attach one or more instance mixins to an embedded component.Classorg.apache.tapestry5.annotationsApache Tapestry
MixinsUsed to attach one ore more instance mixin to an embedded component.Classorg.apache.tapestry5.annotationsApache Tapestry
OnEventMarks a method as a handler for a client side event.Classorg.apache.tapestry5.annotationsApache Tapestry
PageActivationContextAnnotation for a field for which the page activation context handlers (onActivate and onPassivate) should be created.Classorg.apache.tapestry5.annotationsApache Tapestry
PageAttachedMethod annotation used for methods that should be invoked when the page is first attached to a request.Classorg.apache.tapestry5.annotationsApache Tapestry
PageDetachedMethod annotation used for methods that should be invoked when the page is detached at the end of a request, before it is returned to the page pool for later reuse.Classorg.apache.tapestry5.annotationsApache Tapestry
PageLoadedMethod annotation used for methods that should be invoked once the page is fully loaded.Classorg.apache.tapestry5.annotationsApache Tapestry
PageResetMarker annotation for a method that should be invoked when a page is reset.Classorg.apache.tapestry5.annotationsApache Tapestry
ParameterAnnotation placed on a field to indicate that it is, in fact, a component parameter.Classorg.apache.tapestry5.annotationsApache Tapestry
PathUsed in conjunction with the Inject annotation to inject an Asset based on a path.Classorg.apache.tapestry5.annotationsApache Tapestry
PersistIdentifies a field as persistent, meaning its value persists from one request to the next.Classorg.apache.tapestry5.annotationsApache Tapestry
PropertyAnnotation for fields for which accessor methods (getters and setters) should be created.Classorg.apache.tapestry5.annotationsApache Tapestry
RequestParameterAnnotation that may be placed on parameters of event handler methods.Classorg.apache.tapestry5.annotationsApache Tapestry
RetainMarker annotation placed on fields whose value should be retained past the end of the request.Classorg.apache.tapestry5.annotationsApache Tapestry
SecureA marker annotation that indicates that the page in question may only be accessed via HTTPS.Classorg.apache.tapestry5.annotationsApache Tapestry
ServiceUsed in conjunction with the Inject annotation to identify a service by name and not by type.Classorg.apache.tapestry5.annotationsApache Tapestry
SessionAttributeUsed to map a property of a page or component to value stored in session.Classorg.apache.tapestry5.annotationsApache Tapestry
SessionStateMarker annotation for a field that is a session state object (SSO) as controlled by the ApplicationStateManager.Classorg.apache.tapestry5.annotationsApache Tapestry
SetupRenderMarker annotation for methods that should be executed during the SetupRender phase.Classorg.apache.tapestry5.annotationsApache Tapestry
SupportsInformalParametersUsed to identify a component that can support informal parameters.Classorg.apache.tapestry5.annotationsApache Tapestry
WhitelistAccessOnlyIdentifies a page that should only be accessed from clients on the whitelist.Classorg.apache.tapestry5.annotationsApache Tapestry