Uses of Interface
org.apache.tapestry5.commons.Location
Packages that use Location
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] 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] 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] utility classes for Tapestry IOC services; API subject to change
Interfaces for various types of component and parameter models used by Tapestry
Core services
Support for testing Tapestry pages
-
Uses of Location in org.apache.tapestry5
Methods in org.apache.tapestry5 that return LocationConstructors in org.apache.tapestry5 with parameters of type Location -
Uses of Location in org.apache.tapestry5.beanmodel.services
Methods in org.apache.tapestry5.beanmodel.services that return LocationModifier and TypeMethodDescriptionPlasticProxyFactoryImpl.getConstructorLocation
(Constructor constructor) PlasticProxyFactoryImpl.getMemberLocation
(Member member, String methodName, String memberTypeDesc, ObjectCreator<String> textDescriptionCreator) PlasticProxyFactoryImpl.getMethodLocation
(Method method) -
Uses of Location in org.apache.tapestry5.commons
Methods in org.apache.tapestry5.commons that return LocationModifier and TypeMethodDescriptionLocatable.getLocation()
Returns the location associated with this object for error reporting purposes. -
Uses of Location in org.apache.tapestry5.commons.internal.services
Classes in org.apache.tapestry5.commons.internal.services that implement LocationModifier and TypeClassDescriptionfinal class
Implementation ofLocation
used when the underlying resource isn't really known. -
Uses of Location in org.apache.tapestry5.commons.internal.util
Methods in org.apache.tapestry5.commons.internal.util that return LocationModifier and TypeMethodDescriptionTapestryException.getLocation()
static Location
InternalCommonsUtils.locationOf
(Object location) Constructors in org.apache.tapestry5.commons.internal.util with parameters of type LocationModifierConstructorDescriptionTapestryException
(String message, Location location, Throwable cause) -
Uses of Location in org.apache.tapestry5.commons.services
Methods in org.apache.tapestry5.commons.services that return LocationModifier and TypeMethodDescriptionPlasticProxyFactory.getConstructorLocation
(Constructor constructor) Return a string representation for the constructor (including class and parameters) and (if available) file name and line number.PlasticProxyFactory.getMethodLocation
(Method method) Converts a method to aLocation
, which includes information about the source file name and line number. -
Uses of Location in org.apache.tapestry5.corelib.internal
Methods in org.apache.tapestry5.corelib.internal that return Location -
Uses of Location in org.apache.tapestry5.internal.bindings
Methods in org.apache.tapestry5.internal.bindings with parameters of type LocationModifier and TypeMethodDescriptionAssetBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) BlockBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) ComponentBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) ContextBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) LiteralBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) MessageBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) NullFieldStrategyBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) PropBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) RenderVariableBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) SymbolBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) TranslateBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) ValidateBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) Constructors in org.apache.tapestry5.internal.bindings with parameters of type LocationModifierConstructorDescriptionprotected
AbstractBinding
(Location location) AssetBinding
(Location location, String description, Asset asset) BlockBinding
(Location location, String description, ComponentResources component, String blockId) ComponentBinding
(Location location, String description, ComponentResources resources, String componentId) InvariantBinding
(Location location, Class bindingType, String description) LiteralBinding
(Location location, String description, Object value) PropBinding
(Location location, Object root, PropertyConduit conduit, String expression, String toString) RenderVariableBinding
(Location location, String description, ComponentResources resources, String name) -
Uses of Location in org.apache.tapestry5.internal.model
Methods in org.apache.tapestry5.internal.model with parameters of type LocationModifier and TypeMethodDescriptionMutableComponentModelImpl.addEmbeddedComponent
(String id, String type, String componentClassName, boolean inheritInformalParameters, Location location) Constructors in org.apache.tapestry5.internal.model with parameters of type Location -
Uses of Location in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload that return LocationConstructors in org.apache.tapestry5.internal.pageload with parameters of type LocationModifierConstructorDescriptionEmbeddedComponentAssemblerImpl
(ComponentAssemblerSource assemblerSource, ComponentInstantiatorSource instantiatorSource, ComponentClassResolver componentClassResolver, String componentClassName, ComponentResourceSelector selector, EmbeddedComponentModel embeddedModel, String templateMixins, Location location, boolean strictMixinParameters) -
Uses of Location in org.apache.tapestry5.internal.parser
Methods in org.apache.tapestry5.internal.parser that return types with arguments of type LocationModifier and TypeMethodDescriptionComponentTemplate.getComponentIds()
IdentifiesStartComponentToken
s with a non-blank id, mapping the id to its location (within the template).ComponentTemplateImpl.getComponentIds()
Constructors in org.apache.tapestry5.internal.parser with parameters of type LocationModifierConstructorDescriptionAttributeToken
(String namespaceURI, String name, String value, Location location) BlockToken
(String id, Location location) CDATAToken
(String content, Location location) CommentToken
(String comment, Location location) DefineNamespacePrefixToken
(String namespaceURI, String namespacePrefix, Location location) EndElementToken
(Location location) ExpansionToken
(String expression, Location location) ExtensionPointToken
(String extensionPointId, Location location) ParameterToken
(String name, Location location) StartElementToken
(String namespaceURI, String name, Location location) protected
TemplateToken
(TokenType tokenType, Location location) Constructor parameters in org.apache.tapestry5.internal.parser with type arguments of type LocationModifierConstructorDescriptionComponentTemplateImpl
(Resource resource, List<TemplateToken> tokens, Map<String, Location> componentIds, boolean extension, boolean strictMixinParameters, Map<String, List<TemplateToken>> overrides) -
Uses of Location in org.apache.tapestry5.internal.renderers
Methods in org.apache.tapestry5.internal.renderers with parameters of type LocationModifier and TypeMethodDescriptionvoid
LocationRenderer.render
(Location location, MarkupWriter writer) -
Uses of Location in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return LocationMethods in org.apache.tapestry5.internal.services with parameters of type LocationModifier and TypeMethodDescriptionBindingSourceImpl.newBinding
(String description, ComponentResources container, ComponentResources component, String defaultPrefix, String expression, Location location) PageElementFactory.newBinding
(String parameterName, ComponentResources loadingComponentResources, ComponentResources embeddedComponentResources, String defaultBindingPrefix, String expression, Location location) Creates a new binding as withBindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location)
.PageElementFactoryImpl.newBinding
(String parameterName, ComponentResources loadingComponentResources, ComponentResources embeddedComponentResources, String defaultBindingPrefix, String expression, Location location) Constructors in org.apache.tapestry5.internal.services with parameters of type LocationModifierConstructorDescriptionAttributeExpansionBinding
(Location location, StringProvider provider) -
Uses of Location in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return LocationMethods in org.apache.tapestry5.internal.structure with parameters of type LocationModifier and TypeMethodDescriptionComponentPageElement.newChild
(String id, String nestedId, String completeId, String elementName, Instantiator instantiator, Location location) Creates a new child component of the invoked component.ComponentPageElementImpl.newChild
(String id, String nestedId, String completeId, String elementName, Instantiator instantiator, Location location) Constructors in org.apache.tapestry5.internal.structure with parameters of type Location -
Uses of Location in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc that return LocationConstructors in org.apache.tapestry5.ioc with parameters of type Location -
Uses of Location in org.apache.tapestry5.ioc.internal.util
Classes in org.apache.tapestry5.ioc.internal.util that implement LocationMethods in org.apache.tapestry5.ioc.internal.util that return Location -
Uses of Location in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return LocationModifier and TypeMethodDescriptionprotected final Location
IOCTestCase.mockLocation()
Deprecated. -
Uses of Location in org.apache.tapestry5.model
Methods in org.apache.tapestry5.model with parameters of type LocationModifier and TypeMethodDescriptionMutableComponentModel.addEmbeddedComponent
(String id, String type, String componentClassName, boolean inheritInformalParameters, Location location) Defines a new embedded component. -
Uses of Location in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services with parameters of type LocationModifier and TypeMethodDescriptionBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) Creates a new binding instance.BindingSource.newBinding
(String description, ComponentResources container, ComponentResources component, String defaultPrefix, String expression, Location location) Examines the expression and strips off the leading prefix. -
Uses of Location in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test with parameters of type LocationModifier and TypeMethodDescriptionfinal void
TapestryTestCase.train_getLine
(Location location, int line) final void
TapestryTestCase.train_getLocation
(Locatable locatable, Location location) final void
TapestryTestCase.train_getResource
(Location location, Resource resource) protected final void
TapestryTestCase.train_newBinding
(BindingFactory factory, String description, ComponentResources container, ComponentResources component, String expression, Location l, Binding binding)