A B C D E F G H I J L M N O P Q R S T U V W _

L

LIBRARY_ID_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for library ids.
LINK_COMPONENT_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.Tapestry
The name of an IRequestCycle attribute in which the currently rendering ILinkComponent is stored.
LITERAL_PREFIX - Static variable in class org.apache.tapestry.binding.BindingConstants
Prefix used to ensure that the value is interpreted as a literal string.
LOCALE_COOKIE_NAME - Static variable in class org.apache.tapestry.TapestryConstants
Name of the cookie written to the client web browser to identify the locale.
LOCALIZATION - Static variable in class org.apache.tapestry.parse.TokenType
A reference to a localized string.
LOCALIZATION_KEY_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.parse.TemplateParser
The attribute, checked for in <span> tags, that signfies that the span is being used as an invisible localization.
LabeledPropertySelectionModel - class org.apache.tapestry.form.LabeledPropertySelectionModel.
Decorates an underlying IPropertySelectionModeladding an initial property.
LabeledPropertySelectionModel() - Constructor for class org.apache.tapestry.form.LabeledPropertySelectionModel
Constructs a new LabeledPropertySelectionModel using an empty model and default label, option, and value.
LabeledPropertySelectionModel(IPropertySelectionModel) - Constructor for class org.apache.tapestry.form.LabeledPropertySelectionModel
Constructs a new LabeledPropertySelectionModel using the specified model and default label, option, and value.
LabeledPropertySelectionModel(IPropertySelectionModel, String) - Constructor for class org.apache.tapestry.form.LabeledPropertySelectionModel
Constructs a new LabeledPropertySelectionModel using the specified model and label, and default option and value.
LabeledPropertySelectionModel(IPropertySelectionModel, String, Object) - Constructor for class org.apache.tapestry.form.LabeledPropertySelectionModel
Constructs a new LabeledPropertySelectionModel using the specified model, label, and option; and default value.
LabeledPropertySelectionModel(IPropertySelectionModel, String, Object, String) - Constructor for class org.apache.tapestry.form.LabeledPropertySelectionModel
Constructs a new LabeledPropertySelectionModel using the specified model, label, option, and value.
LibrarySpecification - class org.apache.tapestry.spec.LibrarySpecification.
Specification for a library.
LibrarySpecification() - Constructor for class org.apache.tapestry.spec.LibrarySpecification
 
LightweightBeanInitializer - class org.apache.tapestry.bean.LightweightBeanInitializer.
Performs "lightweight" initialization of a bean; this is based on a term (and code) from HiveMind, where the settings for a bean's properties are expressed as a single string.
LightweightBeanInitializer(String) - Constructor for class org.apache.tapestry.bean.LightweightBeanInitializer
 
LinkEventType - class org.apache.tapestry.components.LinkEventType.
Different types of JavaScript events that an ILinkComponent can provide handlers for.
LinkEventType(String, String) - Constructor for class org.apache.tapestry.components.LinkEventType
Constructs a new type of event.
LinkFactory - interface org.apache.tapestry.services.LinkFactory.
A source of ILinkinstances.
LinkFactoryImpl - class org.apache.tapestry.services.impl.LinkFactoryImpl.
 
LinkFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.LinkFactoryImpl
 
LinkMessages - class org.apache.tapestry.link.LinkMessages.
Generates error messages related to link components.
LinkMessages() - Constructor for class org.apache.tapestry.link.LinkMessages
 
LinkSubmit - class org.apache.tapestry.form.LinkSubmit.
Implements a component that submits its enclosing form via a JavaScript link.
LinkSubmit() - Constructor for class org.apache.tapestry.form.LinkSubmit
 
ListEdit - class org.apache.tapestry.form.ListEdit.
Deprecated. As of release 4.0, replaced by ForBean
ListEdit() - Constructor for class org.apache.tapestry.form.ListEdit
Deprecated.  
ListEditMap - class org.apache.tapestry.form.ListEditMap.
A utility class often used with the ListEdit component.
ListEditMap() - Constructor for class org.apache.tapestry.form.ListEditMap
 
ListenerBindingFactory - class org.apache.tapestry.binding.ListenerBindingFactory.
Factory of ListenerMethodBinding, mapped to the "listener:" prefix.
ListenerBindingFactory() - Constructor for class org.apache.tapestry.binding.ListenerBindingFactory
 
ListenerInvoker - interface org.apache.tapestry.listener.ListenerInvoker.
Pipeline service interface for the tapestry.listener.ListenerInvoker pipeline service.
ListenerInvokerFilter - interface org.apache.tapestry.listener.ListenerInvokerFilter.
Filter interface used with ListenerInvoker.
ListenerInvokerTerminator - class org.apache.tapestry.listener.ListenerInvokerTerminator.
Terminator implementation for the tapestry.listener.InvokeListener pipeline; this is what finally turns around and invokes IActionListener.actionTriggered(IComponent, IRequestCycle).
ListenerInvokerTerminator() - Constructor for class org.apache.tapestry.listener.ListenerInvokerTerminator
 
ListenerMap - interface org.apache.tapestry.listener.ListenerMap.
 
ListenerMapImpl - class org.apache.tapestry.listener.ListenerMapImpl.
 
ListenerMapImpl(Object, Map) - Constructor for class org.apache.tapestry.listener.ListenerMapImpl
 
ListenerMapPropertyAccessor - class org.apache.tapestry.listener.ListenerMapPropertyAccessor.
Exposes IActionListener listeners provided by the ListenerMap as read-only properties of the map.
ListenerMapPropertyAccessor() - Constructor for class org.apache.tapestry.listener.ListenerMapPropertyAccessor
 
ListenerMapSource - interface org.apache.tapestry.listener.ListenerMapSource.
A service which provides access to ListenerMap  objects.
ListenerMapSourceImpl - class org.apache.tapestry.listener.ListenerMapSourceImpl.
 
ListenerMapSourceImpl() - Constructor for class org.apache.tapestry.listener.ListenerMapSourceImpl
 
ListenerMethodBinding - class org.apache.tapestry.binding.ListenerMethodBinding.
 
ListenerMethodBinding(String, ValueConverter, Location, IComponent, String) - Constructor for class org.apache.tapestry.binding.ListenerMethodBinding
 
ListenerMethodInvoker - interface org.apache.tapestry.listener.ListenerMethodInvoker.
An object, used by a ListenerMap, to match requests (possibly with service parameters) to methods (possibly with arguments).
ListenerMethodInvokerImpl - class org.apache.tapestry.listener.ListenerMethodInvokerImpl.
Logic for mapping a listener method name to an actual method invocation; this may require a little searching to find the correct version of the method, based on the number of parameters to the method (there's a lot of flexibility in terms of what methods may be considered a listener method).
ListenerMethodInvokerImpl(String, Method[]) - Constructor for class org.apache.tapestry.listener.ListenerMethodInvokerImpl
 
LiteralBinding - class org.apache.tapestry.binding.LiteralBinding.
Stores a static (invariant) string as the value.
LiteralBinding(String, ValueConverter, Location, String) - Constructor for class org.apache.tapestry.binding.LiteralBinding
 
LiteralBindingFactory - class org.apache.tapestry.binding.LiteralBindingFactory.
Implementation of BindingFactorythat constructs LiteralBindinginstances.
LiteralBindingFactory() - Constructor for class org.apache.tapestry.binding.LiteralBindingFactory
 
LiteralDeferredObject - class org.apache.tapestry.services.impl.LiteralDeferredObject.
 
LiteralDeferredObject(String, Location) - Constructor for class org.apache.tapestry.services.impl.LiteralDeferredObject
 
LocalizationToken - class org.apache.tapestry.parse.LocalizationToken.
Represents localized text from the template.
LocalizationToken(String, String, boolean, Map, Location) - Constructor for class org.apache.tapestry.parse.LocalizationToken
Creates a new token.
LocalizedProperties - class org.apache.tapestry.util.text.LocalizedProperties.
A version of java.util.Properties that can read the properties from files using an encoding other than ISO-8859-1.
LocalizedProperties() - Constructor for class org.apache.tapestry.util.text.LocalizedProperties
Create a new object with an empty property storage
LocalizedProperties(Map) - Constructor for class org.apache.tapestry.util.text.LocalizedProperties
Use the provided argument as the storage location for the properties managed by this object.
LocalizedPropertiesLoader - class org.apache.tapestry.util.text.LocalizedPropertiesLoader.
An object that loads a properties file from the provided input stream or reader.
LocalizedPropertiesLoader(InputStream) - Constructor for class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Creates a new loader that will load the properties from the given input stream using the default character encoding
LocalizedPropertiesLoader(InputStream, String) - Constructor for class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Creates a new loader that will load the properties from the given input stream using the provided character encoding
LocalizedPropertiesLoader(Reader) - Constructor for class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Creates a new loader that will load the properties from the given reader
LocalizedPropertySource - class org.apache.tapestry.services.impl.LocalizedPropertySource.
Wraps around a IPropertySourceto query a series of localized keys.
LocalizedPropertySource(IPropertySource) - Constructor for class org.apache.tapestry.services.impl.LocalizedPropertySource
 
LocalizedStringRender - class org.apache.tapestry.services.impl.LocalizedStringRender.
A class used with invisible localizations.
LocalizedStringRender(IComponent, LocalizationToken) - Constructor for class org.apache.tapestry.services.impl.LocalizedStringRender
 
LocalizedWebContextResourceFinder - class org.apache.tapestry.web.LocalizedWebContextResourceFinder.
Finds localized resources within a WebContext..
LocalizedWebContextResourceFinder(WebContext) - Constructor for class org.apache.tapestry.web.LocalizedWebContextResourceFinder
 
LocatablePropertyHolder - class org.apache.tapestry.spec.LocatablePropertyHolder.
Base class for implementing both interfaces IPropertyHolder and org.apache.tapestry.ILocationHolder.
LocatablePropertyHolder() - Constructor for class org.apache.tapestry.spec.LocatablePropertyHolder
 
LocationRenderStrategy - class org.apache.tapestry.describe.LocationRenderStrategy.
Adapter for displaying Location objects as HTML.
LocationRenderStrategy() - Constructor for class org.apache.tapestry.describe.LocationRenderStrategy
 
LongAdaptor - class org.apache.tapestry.util.io.LongAdaptor.
Squeezes a Long.
LongAdaptor() - Constructor for class org.apache.tapestry.util.io.LongAdaptor
 
lifecycle - Variable in class org.apache.tapestry.spec.BeanSpecification
 
load(InputStream) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Loads the properties from the given stream using the default character encoding.
load(InputStream, String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Loads the properties from the given stream using the provided character encoding.
load(Reader) - Method in class org.apache.tapestry.util.text.LocalizedProperties
Loads the properties from the given reader.
load(Map) - Method in class org.apache.tapestry.util.text.LocalizedPropertiesLoader
Read the properties from the provided stream and store them into the given map
loadPage(String, INamespace, IRequestCycle, IComponentSpecification) - Method in interface org.apache.tapestry.engine.IPageLoader
Invoked by the IPageSourceto load a specific page.
loadPage(String, INamespace, IRequestCycle, IComponentSpecification) - Method in class org.apache.tapestry.pageload.PageLoader
 
loadTemplate(IRequestCycle, ITemplateComponent) - Method in interface org.apache.tapestry.services.ComponentTemplateLoader
 
loadTemplate(IRequestCycle, ITemplateComponent) - Method in class org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl
 
loadTemplate(IRequestCycle, ITemplateComponent, ComponentTemplate) - Method in class org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic
 
loadTemplateForComponent(IRequestCycle, ITemplateComponent) - Method in interface org.apache.tapestry.engine.IPageLoader
Invoked by a component (from within its IComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification)method) to load the template for the component.
loadTemplateForComponent(IRequestCycle, ITemplateComponent) - Method in class org.apache.tapestry.pageload.PageLoader
 

A B C D E F G H I J L M N O P Q R S T U V W _