Uses of Interface
org.apache.tapestry5.commons.Locatable
Packages that use Locatable
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] support classes for the Tapestry-core module; API subject to change
core components.
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] support classes for binding; API subject to change
[INTERNAL USE ONLY] support classes for component models; API subject to change
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
Interfaces for various types of component and parameter models used by Tapestry
Contains interfaces that are added to component classes at runtime.
Support for testing Tapestry pages
-
Uses of Locatable in org.apache.tapestry5
Subinterfaces of Locatable in org.apache.tapestry5Modifier and TypeInterfaceDescriptioninterface
Provides a component instance with the resources provided by the framework.interface
Operations shared by the publicComponentResources
interface andComponentPageElement
interface (on the internal side).Classes in org.apache.tapestry5 that implement Locatable -
Uses of Locatable in org.apache.tapestry5.commons.internal.util
Classes in org.apache.tapestry5.commons.internal.util that implement LocatableModifier and TypeClassDescriptionclass
Exception class used as a replacement forRuntimeException
when the exception is related to a particular location. -
Uses of Locatable in org.apache.tapestry5.commons.util
Classes in org.apache.tapestry5.commons.util that implement LocatableModifier and TypeClassDescriptionclass
Exception used when aCoercion
throws an exception while trying to coerce a value.class
Exception used whenTypeCoercer
doesn't find a coercion from a type to another.class
Exception used when trying to assemble a page but different versions of the same class are found.class
Special exception used when a value (typically from a map) is referenced that does not exist. -
Uses of Locatable in org.apache.tapestry5.corelib.internal
Classes in org.apache.tapestry5.corelib.internal that implement LocatableModifier and TypeClassDescriptionclass
Provides support to components enclosed by a form when the form is rendering (allowing the components to registry form submit callback commands), and also during form submission time. -
Uses of Locatable in org.apache.tapestry5.internal
Subinterfaces of Locatable in org.apache.tapestry5.internalModifier and TypeInterfaceDescriptioninterface
An extension ofComponentResources
that represents additional methods that are private to the framework and not exposed in any public APIs.Classes in org.apache.tapestry5.internal that implement LocatableModifier and TypeClassDescriptionclass
Exception thrown by Tapestry'sForm
component when the request method is other than POST. -
Uses of Locatable in org.apache.tapestry5.internal.bindings
Classes in org.apache.tapestry5.internal.bindings that implement LocatableModifier and TypeClassDescriptionclass
Abstract base class for bindings.class
class
class
class
ExtendsAbstractBinding
with a description and a binding type, with invariant forced to true.class
Binding type for literal, immutable values.class
Base class for bindings created by thePropBindingFactory
.class
-
Uses of Locatable in org.apache.tapestry5.internal.model
Classes in org.apache.tapestry5.internal.model that implement Locatable -
Uses of Locatable in org.apache.tapestry5.internal.pageload
Classes in org.apache.tapestry5.internal.pageload that implement Locatable -
Uses of Locatable in org.apache.tapestry5.internal.parser
Classes in org.apache.tapestry5.internal.parser that implement LocatableModifier and TypeClassDescriptionclass
Stores an attribute/value pair (as part of an XML element).class
A block, used to enclose a chunk of template (including components) and control when or if the content is rendered.class
Placeholder for a component's body (within the component's template).class
Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output).class
A node representing a comment embedded in the source input.class
A token from a template that defines a namespace prefix.class
Represents the presence of a Document Type declaration within a template.class
Ends a previously started element (including components, parameters, blocks, etc.).class
A token containing an expression expansion from the template.class
A token that represents the replacement of a portion of the template with the content of an extension point, or an override of that extension point.class
A parameter block to be passed to a component as a parameter.class
The start element of a component within the template.class
The start of an ordinary element within the template (as opposed toStartComponentToken
, which represents an active Tapestry token.class
Base class for tokens parsed out of a template.class
-
Uses of Locatable in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement LocatableModifier and TypeClassDescriptionclass
Wraps aStringProvider
as a read-onlyBinding
.class
Exception used when rendering, to capture the stack of active components (for propery reporting in the exception page). -
Uses of Locatable in org.apache.tapestry5.internal.structure
Subinterfaces of Locatable in org.apache.tapestry5.internal.structureModifier and TypeInterfaceDescriptioninterface
Classes in org.apache.tapestry5.internal.structure that implement LocatableModifier and TypeClassDescriptionclass
class
ImplementsRenderCommand
and represents a component within an overall page.class
The bridge between a component and itsComponentPageElement
, that supplies all kinds of resources to the component, including access to its parameters, parameter bindings, and persistent field data. -
Uses of Locatable in org.apache.tapestry5.ioc
Classes in org.apache.tapestry5.ioc that implement Locatable -
Uses of Locatable in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement LocatableModifier and TypeClassDescriptionclass
An exception caught and reported by anOperationTracker
; the trace property identifies what operations were active at the time of the exception. -
Uses of Locatable in org.apache.tapestry5.model
Subinterfaces of Locatable in org.apache.tapestry5.modelModifier and TypeInterfaceDescriptioninterface
The model for a component embedded within another component, as defined by theComponent
annotation.interface
A mutable version ofEmbeddedComponentModel
that allows the parameters to be incrementally stored. -
Uses of Locatable in org.apache.tapestry5.runtime
Classes in org.apache.tapestry5.runtime that implement LocatableModifier and TypeClassDescriptionclass
A wrapper exception around any exception thrown when invoking a component event handler. -
Uses of Locatable in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test with parameters of type LocatableModifier and TypeMethodDescriptionfinal void
TapestryTestCase.train_getLocation
(Locatable locatable, Location location)