- LabeledPropertySelectionModel - Class in org.apache.tapestry.form
-
- 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.
- LIBRARY_ID_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
-
Perl5 pattern for library ids.
- LibrarySpecification - Class in org.apache.tapestry.spec
-
Specification for a library.
- LibrarySpecification() - Constructor for class org.apache.tapestry.spec.LibrarySpecification
-
- lifecycle - Variable in class org.apache.tapestry.spec.BeanSpecification
-
- LightweightBeanInitializer - Class in org.apache.tapestry.bean
-
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
-
- LINK_COMPONENT_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.Tapestry
-
- LinkEventType - Class in org.apache.tapestry.components
-
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 in org.apache.tapestry.services
-
A source of
ILink
instances.
- LinkFactoryImpl - Class in org.apache.tapestry.services.impl
-
- LinkFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.LinkFactoryImpl
-
- LinkMessages - Class in org.apache.tapestry.link
-
Generates error messages related to link components.
- LinkMessages() - Constructor for class org.apache.tapestry.link.LinkMessages
-
- LinkSubmit - Class in org.apache.tapestry.form
-
Implements a component that submits its enclosing form via a JavaScript link.
- LinkSubmit() - Constructor for class org.apache.tapestry.form.LinkSubmit
-
- ListEdit - Class in org.apache.tapestry.form
-
Deprecated.
As of release 4.0, replaced by ForBean
- ListEdit() - Constructor for class org.apache.tapestry.form.ListEdit
-
Deprecated.
- ListEditMap - Class in org.apache.tapestry.form
-
A utility class often used with the
ListEdit
component.
- ListEditMap() - Constructor for class org.apache.tapestry.form.ListEditMap
-
- ListenerBindingFactory - Class in org.apache.tapestry.binding
-
- ListenerBindingFactory() - Constructor for class org.apache.tapestry.binding.ListenerBindingFactory
-
- ListenerInvoker - Interface in org.apache.tapestry.listener
-
Pipeline service interface for the tapestry.listener.ListenerInvoker pipeline service.
- ListenerInvokerFilter - Interface in org.apache.tapestry.listener
-
- ListenerInvokerTerminator - Class in org.apache.tapestry.listener
-
- ListenerInvokerTerminator() - Constructor for class org.apache.tapestry.listener.ListenerInvokerTerminator
-
- ListenerMap - Interface in org.apache.tapestry.listener
-
- ListenerMapImpl - Class in org.apache.tapestry.listener
-
- ListenerMapImpl(Object, Map) - Constructor for class org.apache.tapestry.listener.ListenerMapImpl
-
- ListenerMapPropertyAccessor - Class in org.apache.tapestry.listener
-
- ListenerMapPropertyAccessor() - Constructor for class org.apache.tapestry.listener.ListenerMapPropertyAccessor
-
- ListenerMapSource - Interface in org.apache.tapestry.listener
-
A service which provides access to
ListenerMap
objects.
- ListenerMapSourceImpl - Class in org.apache.tapestry.listener
-
- ListenerMapSourceImpl() - Constructor for class org.apache.tapestry.listener.ListenerMapSourceImpl
-
- ListenerMethodBinding - Class in org.apache.tapestry.binding
-
- ListenerMethodBinding(String, ValueConverter, Location, IComponent, String) - Constructor for class org.apache.tapestry.binding.ListenerMethodBinding
-
- ListenerMethodInvoker - Interface in org.apache.tapestry.listener
-
An object, used by a
ListenerMap
, to match requests
(possibly with service parameters) to methods (possibly with arguments).
- ListenerMethodInvokerImpl - Class in org.apache.tapestry.listener
-
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
-
- LITERAL_PREFIX - Static variable in class org.apache.tapestry.binding.BindingConstants
-
Prefix used to ensure that the value is interpreted as a literal
string.
- LiteralBinding - Class in org.apache.tapestry.binding
-
Stores a static (invariant) string as the value.
- LiteralBinding(String, ValueConverter, Location, String) - Constructor for class org.apache.tapestry.binding.LiteralBinding
-
- LiteralBindingFactory - Class in org.apache.tapestry.binding
-
- LiteralBindingFactory() - Constructor for class org.apache.tapestry.binding.LiteralBindingFactory
-
- LiteralDeferredObject - Class in org.apache.tapestry.services.impl
-
- LiteralDeferredObject(String, Location) - Constructor for class org.apache.tapestry.services.impl.LiteralDeferredObject
-
- 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
-
- 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
-
- loadTemplateForComponent(IRequestCycle, ITemplateComponent) - Method in class org.apache.tapestry.pageload.PageLoader
-
- 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.
- LocalizationToken - Class in org.apache.tapestry.parse
-
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 in org.apache.tapestry.util.text
-
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 in org.apache.tapestry.util.text
-
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 in org.apache.tapestry.services.impl
-
- LocalizedPropertySource(IPropertySource) - Constructor for class org.apache.tapestry.services.impl.LocalizedPropertySource
-
- LocalizedStringRender - Class in org.apache.tapestry.services.impl
-
A class used with invisible localizations.
- LocalizedStringRender(IComponent, LocalizationToken) - Constructor for class org.apache.tapestry.services.impl.LocalizedStringRender
-
- LocalizedWebContextResourceFinder - Class in org.apache.tapestry.web
-
- LocalizedWebContextResourceFinder(WebContext) - Constructor for class org.apache.tapestry.web.LocalizedWebContextResourceFinder
-
- LocatablePropertyHolder - Class in org.apache.tapestry.spec
-
Base class for implementing both
interfaces
IPropertyHolder
and
org.apache.tapestry.ILocationHolder
.
- LocatablePropertyHolder() - Constructor for class org.apache.tapestry.spec.LocatablePropertyHolder
-
- LocationRenderStrategy - Class in org.apache.tapestry.describe
-
Adapter for displaying Location
objects as HTML.
- LocationRenderStrategy() - Constructor for class org.apache.tapestry.describe.LocationRenderStrategy
-
- LongAdaptor - Class in org.apache.tapestry.util.io
-
Squeezes a Long
.
- LongAdaptor() - Constructor for class org.apache.tapestry.util.io.LongAdaptor
-