- BANG - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- BANG - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- Base64InputStream - Class in org.apache.tapestry5.internal.util
-
An extension of
ByteArrayInputStream
that is initialized from a Base64 input stream (rather than from a byte
array).
- Base64InputStream(String) - Constructor for class org.apache.tapestry5.internal.util.Base64InputStream
-
- Base64OutputStream - Class in org.apache.tapestry5.internal.util
-
An extension of
ByteArrayOutputStream
that allows the final byte array to be converted to a Base64 string.
- Base64OutputStream() - Constructor for class org.apache.tapestry5.internal.util.Base64OutputStream
-
- BASE_SUBPACKAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
- BASE_URL_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
ITestContext
attribute holding the application's base URL.
- BaseCCD - Class in org.apache.tapestry5.internal.beanvalidator
-
Describes a single client-side constraint.
- BaseCCD(Class, String...) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BaseCCD
-
- BaseClientElement - Class in org.apache.tapestry5.corelib.base
-
Provides support for elements that will optionally render a unique id
attribute, but only if it is
requested.
- BaseClientElement() - Constructor for class org.apache.tapestry5.corelib.base.BaseClientElement
-
- BaseLexer - Class in org.apache.tapestry5.internal.antlr
-
- BaseLexer() - Constructor for class org.apache.tapestry5.internal.antlr.BaseLexer
-
- BaseLexer(CharStream, RecognizerSharedState) - Constructor for class org.apache.tapestry5.internal.antlr.BaseLexer
-
- BaseLocatable - Class in org.apache.tapestry5.ioc
-
- BaseLocatable(Location) - Constructor for class org.apache.tapestry5.ioc.BaseLocatable
-
- BaseOptimizedSessionPersistedObject - Class in org.apache.tapestry5
-
- BaseOptimizedSessionPersistedObject() - Constructor for class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
-
- BaseParser - Class in org.apache.tapestry5.internal.antlr
-
- BaseParser(TokenStream) - Constructor for class org.apache.tapestry5.internal.antlr.BaseParser
-
- BaseParser(TokenStream, RecognizerSharedState) - Constructor for class org.apache.tapestry5.internal.antlr.BaseParser
-
- BaseURLSource - Interface in org.apache.tapestry5.services
-
Used when switching between normal/insecure (HTTP) and secure (HTTPS) mode.
- BaseURLSourceImpl - Class in org.apache.tapestry5.internal.services
-
- BaseURLSourceImpl(Request, String, int, int) - Constructor for class org.apache.tapestry5.internal.services.BaseURLSourceImpl
-
- BaseValidationDecorator - Class in org.apache.tapestry5
-
- BaseValidationDecorator() - Constructor for class org.apache.tapestry5.BaseValidationDecorator
-
- BasicDataTypeAnalyzers - Class in org.apache.tapestry5.ioc.internal
-
Class that provides Tapestry's basic default data type analyzers.
- BasicDataTypeAnalyzers() - Constructor for class org.apache.tapestry5.ioc.internal.BasicDataTypeAnalyzers
-
- BasicTypeCoercions - Class in org.apache.tapestry5.ioc.internal
-
Class that provides Tapestry-IoC's basic type coercions.
- BasicTypeCoercions() - Constructor for class org.apache.tapestry5.ioc.internal.BasicTypeCoercions
-
- BeanBlockContribution - Class in org.apache.tapestry5.services
-
A contribution to the
BeanBlockSource
service, defining a page name and block id (within the page) that can
edit or display a particular type of property.
- BeanBlockContribution(String, String, String, boolean) - Constructor for class org.apache.tapestry5.services.BeanBlockContribution
-
- BeanBlockOverrideSource - Interface in org.apache.tapestry5.services
-
- BeanBlockOverrideSourceImpl - Class in org.apache.tapestry5.internal.services
-
- BeanBlockOverrideSourceImpl(RequestPageCache, Collection<BeanBlockContribution>) - Constructor for class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
-
- BeanBlockSource - Interface in org.apache.tapestry5.services
-
A source of
Block
s used to display the properties of a bean (used by the
Grid
component), or to edit the properties of a bean (used by the
BeanEditForm
component).
- BeanBlockSourceImpl - Class in org.apache.tapestry5.internal.services
-
- BeanBlockSourceImpl(RequestPageCache, BeanBlockOverrideSource, Collection<BeanBlockContribution>) - Constructor for class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
-
- BeanDisplay - Class in org.apache.tapestry5.corelib.components
-
Used to display the properties of a bean, using an underlying
BeanModel
.
- BeanDisplay() - Constructor for class org.apache.tapestry5.corelib.components.BeanDisplay
-
- BeanEditContext - Interface in org.apache.tapestry5.services
-
Defines a context for editing a bean via
BeanEditor
.
- BeanEditContextImpl - Class in org.apache.tapestry5.internal
-
- BeanEditContextImpl(Class<?>) - Constructor for class org.apache.tapestry5.internal.BeanEditContextImpl
-
- BeanEditForm - Class in org.apache.tapestry5.corelib.components
-
A component that creates an entire form editing the properties of a particular bean.
- BeanEditForm() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditForm
-
- BeanEditor - Class in org.apache.tapestry5.corelib.components
-
A component that generates a user interface for editing the properties of a bean.
- BeanEditor() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditor
-
- BeanEditor.Prepare - Class in org.apache.tapestry5.corelib.components
-
- BeanFieldValidator - Class in org.apache.tapestry5.internal.beanvalidator
-
- BeanFieldValidator(Field, ValidatorFactory, BeanValidatorGroupSource, ClientConstraintDescriptorSource, FormSupport, Environment) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidator
-
- BeanFieldValidatorDefaultSource - Class in org.apache.tapestry5.internal.beanvalidator
-
- BeanFieldValidatorDefaultSource(FieldValidatorDefaultSource, ValidatorFactory, BeanValidatorGroupSource, ClientConstraintDescriptorSource, FormSupport, Environment) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
-
- BeanModel<T> - Interface in org.apache.tapestry5.beaneditor
-
Provides the information necessary to build a user interface to view, create or edit an instance of a particular
type.
- BeanModelImpl<T> - Class in org.apache.tapestry5.internal.beaneditor
-
- BeanModelImpl(Class<T>, PropertyConduitSource, TypeCoercer, Messages, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
-
- BeanModelSource - Interface in org.apache.tapestry5.services
-
Used by a component to create a default
BeanModel
for a particular bean
class.
- BeanModelSourceBuilder - Class in org.apache.tapestry5.beaneditor
-
- BeanModelSourceBuilder() - Constructor for class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- BeanModelSourceImpl - Class in org.apache.tapestry5.internal.services
-
- BeanModelSourceImpl(TypeCoercer, PropertyAccess, PropertyConduitSource, PlasticProxyFactory, DataTypeAnalyzer, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.services.BeanModelSourceImpl
-
- BeanModelUtils - Class in org.apache.tapestry5.internal.beaneditor
-
Utilities used in a few places to modify an existing
BeanModel
.
- BeanModelUtils() - Constructor for class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
-
- BeanValidationContext - Interface in org.apache.tapestry5.internal
-
Defines a context for validating beans.
- BeanValidationContextImpl - Class in org.apache.tapestry5.internal
-
- BeanValidationContextImpl(Object) - Constructor for class org.apache.tapestry5.internal.BeanValidationContextImpl
-
- BeanValidationGroupSourceImpl - Class in org.apache.tapestry5.internal.beanvalidator
-
- BeanValidationGroupSourceImpl(Collection<Class>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanValidationGroupSourceImpl
-
- BeanValidatorConfigurer - Interface in org.apache.tapestry5.beanvalidator
-
Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before the
ValidatorFactory
is created.
- BeanValidatorGroupSource - Interface in org.apache.tapestry5.beanvalidator
-
Provides list of groups targeted for validation.
- BeanValidatorModule - Class in org.apache.tapestry5.beanvalidator.modules
-
Module for JSR-303 services.
- BeanValidatorModule() - Constructor for class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
-
- BeanValidatorSource - Interface in org.apache.tapestry5.beanvalidator
-
- BeanValidatorSourceImpl - Class in org.apache.tapestry5.internal.beanvalidator
-
- BeanValidatorSourceImpl(List<BeanValidatorConfigurer>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
-
- before(String) - Method in class org.apache.tapestry5.ioc.OrderConstraint
-
Adds a before:id constraint.
- before(String) - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
-
Adds a before:id constraint.
- BEFORE_RENDER_BODY_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
-
- BEFORE_RENDER_TEMPLATE_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
-
- beforeAll() - Method in class org.apache.tapestry5.ioc.OrderConstraint
-
Adds a before:* constraint.
- beforeAll() - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
-
Adds a before:* constraint.
- beforeField(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
-
- beforeField(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
-
- beforeField(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
-
Deprecated.
Renders immediately before the field itself.
- beforeLabel(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
-
- beforeLabel(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
-
- beforeLabel(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
-
Deprecated.
Invoked by a
Label
before rendering itself.
- beforeProcessSubmit(EventContext) - Method in class org.apache.tapestry5.corelib.components.Form
-
- BeforeRenderBody - Annotation Type in org.apache.tapestry5.annotations
-
Marks methods to be invoked when the component rendering state machine hits the point in the component's template
where the body element occurs.
- beforeRenderBody(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
-
Invoked just before rendering the body of component.
- BeforeRenderTemplate - Annotation Type in org.apache.tapestry5.annotations
-
Associated with components that have a template, this phase is invoked to allow the component to decorate its
template with additional markup.
- beforeRenderTemplate(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
-
This phase is only invoked for components with templates.
- begin() - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
-
- begin() - Method in interface org.apache.tapestry5.services.Heartbeat
-
Begins a new Heartbeat.
- BEGIN_RENDER_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
-
- BEGIN_SUBMIT_EVENT - Static variable in class org.apache.tapestry5.corelib.components.SubmitNotifier
-
- beginOptionGroup(OptionGroupModel) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
-
- beginOptionGroup(OptionGroupModel) - Method in interface org.apache.tapestry5.SelectModelVisitor
-
- BeginRender - Annotation Type in org.apache.tapestry5.annotations
-
Marker annotation for methods that should be executed at the start of rendering the component.
- beginRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
-
Invoked to allow a component to render its tag (start tag and attributes).
- beginRender(MarkupWriter) - Method in class org.apache.tapestry5.upload.components.Upload
-
Render the upload tags.
- BigDecimalNumericFormatter - Class in org.apache.tapestry5.internal.translator
-
- BigDecimalNumericFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigDecimalNumericFormatter
-
- BigIntegerNumericFormatter - Class in org.apache.tapestry5.internal.translator
-
- BigIntegerNumericFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigIntegerNumericFormatter
-
- BigTypesFormatter - Class in org.apache.tapestry5.internal.translator
-
Base class for parsing/formatting BigInteger and BigDecimal.
- BigTypesFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigTypesFormatter
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.clojure.modules.ClojureModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
-
- bind(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
-
- bind(Class<T>, ServiceBuilder<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
-
- bind(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
-
- bind(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
-
Defines a service in terms of an implementation class, without a service interface.
- bind(Class<T>, ServiceBuilder<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
-
Alternative implementation that supports a callback to build the service, rather than instantiating a particular
class.
- bind(Class<T>, Class<? extends T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
-
Binds the service interface to a service implementation class.
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.jcache.module.JCacheModule
-
Declares some services.
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.jmx.modules.JmxModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.jpa.modules.JpaModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.kaptcha.modules.KaptchaModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.AssetsModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.CompatibilityModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.DashboardModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.InternalModule
-
Bind all the private/internal services of Tapestry.
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.PageLoadModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.mongodb.modules.MongodbModule
-
- bind(ServiceBinder) - Static method in class org.apache.tapestry5.webresources.modules.WebResourcesModule
-
- Binding - Interface in org.apache.tapestry5
-
A binding is a connection between a component and its container (another component), that allows the embedded
component to gain access to resources defined by the container.
- Binding2 - Interface in org.apache.tapestry5
-
Extension to
Binding
that adds a method to access the generic property type.
- BindingConstants - Class in org.apache.tapestry5
-
Constants for the built-in binding prefixes.
- BindingConstants() - Constructor for class org.apache.tapestry5.BindingConstants
-
- BindingFactory - Interface in org.apache.tapestry5.services
-
Creates a binding of a particular type.
- BindingSource - Interface in org.apache.tapestry5.services
-
Used to acquire bindings for component parameters.
- BindingSourceImpl - Class in org.apache.tapestry5.internal.services
-
- BindingSourceImpl(Map<String, BindingFactory>, StringInterner) - Constructor for class org.apache.tapestry5.internal.services.BindingSourceImpl
-
- bindMixinParameter(String, String, Binding) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
- bindMixinParameter(String, String, Binding) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
-
- BindParameter - Annotation Type in org.apache.tapestry5.annotations
-
Designates a field in a mixin which is bound to the parameter of the containing
component corresponding to the value of the annotation.
- bindParameter(String, Binding) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
-
Used during construction of the page to identify the binding for a particular parameter.
- bindParameter(String, Binding) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
-
- bindParameter(String, Binding) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
-
- BindParameterWorker - Class in org.apache.tapestry5.internal.transform
-
Responsible for identifying, via the
BindParameter
annotation, mixin fields
that should be bound to a core-component parameter value.
- BindParameterWorker(TypeCoercer, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.BindParameterWorker
-
- BlankOption - Enum in org.apache.tapestry5.corelib.data
-
Used with the
Select
component to control whether an initial blank
option is supplied.
- BLOCK - Static variable in class org.apache.tapestry5.BindingConstants
-
References a named block within the template.
- Block - Interface in org.apache.tapestry5
-
A block is a collection of static text and elements, and components, derived from a component template.
- BlockBinding - Class in org.apache.tapestry5.internal.bindings
-
- BlockBinding(Location, String, ComponentResources, String) - Constructor for class org.apache.tapestry5.internal.bindings.BlockBinding
-
- BlockBindingFactory - Class in org.apache.tapestry5.internal.bindings
-
Accesses a named block from the container.
- BlockBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.BlockBindingFactory
-
- BlockImpl - Class in org.apache.tapestry5.internal.structure
-
- BlockImpl(Location, String) - Constructor for class org.apache.tapestry5.internal.structure.BlockImpl
-
- BlockInjectionProvider - Class in org.apache.tapestry5.internal.services
-
Identifies fields of type
Block
that have the
Inject
annotation and converts them
into read-only
fields containing the injected Block from the template.
- BlockInjectionProvider() - Constructor for class org.apache.tapestry5.internal.services.BlockInjectionProvider
-
- BlockNotFoundException - Exception in org.apache.tapestry5
-
Exception thrown when a
Block
is requested but not found.
- BlockNotFoundException(String, Location) - Constructor for exception org.apache.tapestry5.BlockNotFoundException
-
- BlockToken - Class in org.apache.tapestry5.internal.parser
-
A block, used to enclose a chunk of template (including components) and control when or if the content is rendered.
- BlockToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.BlockToken
-
- BodyPageElement - Interface in org.apache.tapestry5.internal.structure
-
A type of page element that has a body that can be added to.
- BodyToken - Class in org.apache.tapestry5.internal.parser
-
Placeholder for a component's body (within the component's template).
- BodyToken(Location) - Constructor for class org.apache.tapestry5.internal.parser.BodyToken
-
- BOOLEAN - Static variable in class org.apache.tapestry5.beaneditor.DataTypeConstants
-
Used for boolean properties.
- BooleanHook - Interface in org.apache.tapestry5
-
Encapsulates a bit of information that can be represented as a boolean.
- BOOTSTRAP_ROOT - Static variable in class org.apache.tapestry5.SymbolConstants
-
The root asset path for Twitter Bootstrap; if your application uses a modified version of Bootstrap,
you can override this symbol to have Tapestry automatically use your version.
- boxPrimitive(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- boxPrimitive(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
If the type name is a primitive type, adds code to box the type into the equivalent wrapper type, using static
methods on the wrapper type.
- BridgeBuilder<S,F> - Class in org.apache.tapestry5.ioc.internal.services
-
Used by the
PipelineBuilderImpl
to create bridge classes and to
create instances of bridge classes.
- BridgeBuilder(Logger, Class<S>, Class<F>, PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.BridgeBuilder
-
- BROWSER_START_COMMAND_PARAMETER - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
XmlTest
parameter holding the browser command to pass to Selenium.
- BufferedGZipOutputStream - Class in org.apache.tapestry5.internal.gzip
-
A buffered output stream that, when a certain number of bytes is buffered (the cutover point) will open a compressed
stream (via
Response.getOutputStream(String)
- BufferedGZipOutputStream(String, HttpServletResponse, int, CompressionAnalyzer) - Constructor for class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
-
- build() - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- build(Class<T>) - Method in interface org.apache.tapestry5.clojure.ClojureBuilder
-
Creates the proxy.
- build(Class<T>, T, String) - Method in interface org.apache.tapestry5.hibernate.HibernateTransactionDecorator
-
Builds a transaction interceptor instance around the delegate.
- build(Class<T>) - Method in class org.apache.tapestry5.internal.clojure.ClojureBuilderImpl
-
- build(Class<T>, T, String) - Method in class org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImpl
-
- build(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentalShadowBuilderImpl
-
- build() - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
-
- build(Class<T>, List<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
-
- build(Class<T>, T, String, Logger) - Method in class org.apache.tapestry5.ioc.internal.services.LoggingDecoratorImpl
-
- build(Logger, Class<S>, Class<F>, List<F>) - Method in class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
-
- build(Logger, Class<S>, Class<F>, List<F>, S) - Method in class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
-
- build(Object, String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
-
- build(StrategyRegistry<S>) - Method in class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
-
- build(Class<S>, Map<Class, S>) - Method in class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
-
- build(Map<String, ServiceLifecycle>) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
-
Provides access to additional service lifecycles.
- build() - Method in class org.apache.tapestry5.ioc.OrderConstraint
-
Returns all constraints as array of strings.
- build() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
-
Constructs and returns the registry; this may only be done once.
- build() - Method in interface org.apache.tapestry5.ioc.services.AspectInterceptorBuilder
-
Builds and returns the interceptor.
- build(Class<T>, List<T>) - Method in interface org.apache.tapestry5.ioc.services.ChainBuilder
-
Creates a chain instance from a command interface and a list of commands (implementing the interface).
- build(Class<T>, T, String, Logger) - Method in interface org.apache.tapestry5.ioc.services.LoggingDecorator
-
Builds a logging interceptor instance.
- build(Logger, Class<S>, Class<F>, List<F>, S) - Method in interface org.apache.tapestry5.ioc.services.PipelineBuilder
-
Creates a pipeline from the filters and a terminator.
- build(Logger, Class<S>, Class<F>, List<F>) - Method in interface org.apache.tapestry5.ioc.services.PipelineBuilder
-
Creates a pipeline from just the filters.
- build(Object, String, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.PropertyShadowBuilder
-
- build(StrategyRegistry<S>) - Method in interface org.apache.tapestry5.ioc.services.StrategyBuilder
-
Given a number of adapters implementing the service interface, builds a "dispatcher" implementations that
delegates to the one of the adapters.
- build(Class<S>, Map<Class, S>) - Method in interface org.apache.tapestry5.ioc.services.StrategyBuilder
-
- build(Class<T>) - Method in interface org.apache.tapestry5.services.EnvironmentalShadowBuilder
-
- buildAjaxComponentEventRequestHandler(List<ComponentEventRequestFilter>, Logger, AjaxComponentEventRequestHandler) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildAjaxComponentEventResultProcessor(Map<Class, ComponentEventResultProcessor>, InvalidationEventHub) - Method in class org.apache.tapestry5.modules.TapestryModule
-
The component event result processor used for Ajax-oriented component
requests.
- buildAndStartupRegistry(ModuleDef, Class...) - Static method in class org.apache.tapestry5.ioc.RegistryBuilder
-
Constructs the registry, adds a
ModuleDef
and a number of modules (as module classes) to the registry and
performs registry startup.
- buildAndStartupRegistry(Class...) - Static method in class org.apache.tapestry5.ioc.RegistryBuilder
-
Constructs the registry, adds a number of modules (as module classes) to the registry and
performs registry startup.
- buildApplicationContextCustomizer(List<ApplicationContextCustomizer>, ChainBuilder) - Static method in class org.apache.tapestry5.spring.modules.SpringModule
-
Defines a chain-of-command for handling application context customization.
- buildApplicationInitializer(Logger, List<ApplicationInitializerFilter>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildBeanValidator(ValidatorFactory, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
-
- buildBody(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.WhileCallback
-
Provides the main code executed inside the loop.
- buildClientBehaviorSupport() - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildClientPersistentFieldStrategy(LinkCreationHub, ClientPersistentFieldStrategy) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentClassesInvalidationEventHub(InternalComponentInvalidationEventHub) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentClassResolver(ComponentClassResolverImpl, InvalidationEventHub) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentClassTransformWorker(List<ComponentClassTransformWorker2>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
Allows the exact steps in the component class transformation process to
be defined.
- buildComponentEventLinkTransformer(List<ComponentEventLinkTransformer>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentEventRequestHandler(List<ComponentEventRequestFilter>, Logger, ComponentEventRequestHandlerImpl) - Method in class org.apache.tapestry5.modules.TapestryModule
-
Builds the component action request handler for traditional (non-Ajax)
requests.
- buildComponentEventResultProcessor(Map<Class, ComponentEventResultProcessor>, InvalidationEventHub) - Method in class org.apache.tapestry5.modules.TapestryModule
-
The component event result processor used for normal component requests.
- buildComponentLibraryInfoSource(List<ComponentLibraryInfoSource>, ChainBuilder) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentMessagesInvalidationEventHub(ComponentMessagesSource) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentMessagesSource(UpdateListenerHub, ComponentMessagesSourceImpl) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentProxyFactory(ComponentInstantiatorSource) - Method in class org.apache.tapestry5.modules.TapestryModule
-
Returns a
PlasticProxyFactory
that can be used to create extra classes around component classes.
- buildComponentRequestHandler(List<ComponentRequestFilter>, ComponentRequestHandlerTerminator, Logger) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentTemplateLocator(List<ComponentTemplateLocator>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.MessagesConstraintGenerator
-
- buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.PrimitiveFieldConstraintGenerator
-
- buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.ValidateAnnotationConstraintGenerator
-
- buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.ValidationConstraintGeneratorImpl
-
- buildConstraints(Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.ValidationConstraintGenerator
-
For a given property, identify all the approprite validation constraints.
- buildContext(ApplicationGlobals) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildContextAssetFactory(ApplicationGlobals, AssetPathConstructor, ResponseCompressionAnalyzer, ResourceChangeTracker, StreamableResourceSource) - Static method in class org.apache.tapestry5.modules.AssetsModule
-
- buildCookieSink(RequestGlobals) - Static method in class org.apache.tapestry5.modules.InternalModule
-
- buildCookieSource(RequestGlobals) - Static method in class org.apache.tapestry5.modules.InternalModule
-
- buildDataTypeAnalyzer(List<DataTypeAnalyzer>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildDefaultDataTypeAnalyzer(DefaultDataTypeAnalyzer, InvalidationEventHub) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
The default data type analyzer is the final analyzer consulted and
identifies the type entirely pased on the
property type, working against its own configuration (mapping property
type class to data type).
- buildDefaultFileItemFactory(int, String) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
-
The default FileItemFactory used by the MultipartDecoder is
DiskFileItemFactory
.
- buildDefaultRegistry() - Static method in class org.apache.tapestry5.ioc.IOCUtilities
-
Construct a default Registry, including modules identifed via the Tapestry-Module-Classes Manifest entry.
- buildDeferredExecution(int, int, int, boolean, int, PerthreadManager, RegistryShutdownHub, ThunkCreator) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
-
- buildEntityManagerManager(EntityManagerSource, PerthreadManager, Logger) - Static method in class org.apache.tapestry5.jpa.modules.JpaModule
-
- buildEnvironment(PerthreadManager) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildExpression(String) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
- buildFormSupport() - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildHeartbeat() - Method in class org.apache.tapestry5.modules.TapestryModule
-
Exposes the Environmental
Heartbeat
as an injectable service.
- buildHibernateEntityPackageManager(Collection<String>) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
-
- buildHibernateSessionManager(HibernateSessionSource, PerthreadManager) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
-
The session manager manages sessions on a per-thread/per-request basis.
- buildHttpServletRequest() - Method in class org.apache.tapestry5.modules.TapestryModule
-
Builds a shadow of the RequestGlobals.HTTPServletRequest property.
- buildHttpServletRequestHandler(Logger, List<HttpServletRequestFilter>, RequestHandler, String, TapestrySessionFactory) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildHttpServletResponse() - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildInjectionProvider(List<InjectionProvider2>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
A chain of command for providing values for
Inject
-ed fields in
component classes.
- buildJavaScriptSupport() - Method in class org.apache.tapestry5.modules.JavaScriptModule
-
- buildJpaEntityPackageManager(Collection<String>) - Static method in class org.apache.tapestry5.jpa.modules.JpaModule
-
- buildKey(Class<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
-
- buildLinkCreationHub(LinkSource) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildMarkupRenderer(Logger, MarkupRendererTerminator, List<MarkupRendererFilter>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
The MarkupRenderer service is used to render a full page as markup.
- buildMasterDispatcher(List<Dispatcher>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
Ordered contributions to the MasterDispatcher service allow different URL
matching strategies to occur.
- buildMasterStackTraceElementAnalyzer(List<StackTraceElementAnalyzer>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildMethodToFunctionMapper(List<MethodToFunctionSymbolMapper>, ChainBuilder) - Static method in class org.apache.tapestry5.clojure.modules.ClojureModule
-
- buildMongoDB(Logger, MongoDBSource, PerthreadManager, String, boolean, boolean, String, String) - Static method in class org.apache.tapestry5.mongodb.modules.MongodbModule
-
- buildMultipartDecoder(PerthreadManager, RegistryShutdownHub, MultipartDecoderImpl) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
-
- buildObjectRenderer(Map<Class, ObjectRenderer>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildPageRenderLinkTransformer(List<PageRenderLinkTransformer>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildPageRenderRequestHandler(List<PageRenderRequestFilter>, Logger, PageRenderRequestHandlerImpl) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildPartialMarkupRenderer(Logger, List<PartialMarkupRendererFilter>, PartialMarkupRendererTerminator) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildPropBindingFactory(List<BindingFactory>, PropBindingFactory) - Method in class org.apache.tapestry5.modules.TapestryModule
-
Builds the PropBindingFactory as a chain of command.
- buildRegistry(Class...) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
-
Deprecated.
Builds a Registry for the provided modules; caller should shutdown the Registry when done.
- buildRequest() - Method in class org.apache.tapestry5.modules.TapestryModule
-
Builds a shadow of the RequestGlobals.request property.
- buildRequestHandler(Logger, List<RequestFilter>, Dispatcher) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildResponse() - Method in class org.apache.tapestry5.modules.TapestryModule
-
Builds a shadow of the RequestGlobals.response property.
- buildSelectorForRequest() - Method in class org.apache.tapestry5.internal.pageload.DefaultComponentRequestSelectorAnalyzer
-
- buildSelectorForRequest() - Method in interface org.apache.tapestry5.services.pageload.ComponentRequestSelectorAnalyzer
-
Constructs a selector for locating or loading pages in the current request.
- buildService(ServiceResources) - Method in interface org.apache.tapestry5.ioc.ServiceBuilder
-
Construct the service.
- buildServletApplicationInitializer(Logger, List<ServletApplicationInitializerFilter>, ApplicationInitializer) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- buildSession(HibernateSessionManager, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
-
- buildSessionPersistedObjectAnalyzer(Map<Class, SessionPersistedObjectAnalyzer>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
The master SessionPersistedObjectAnalyzer.
- buildTest(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.WhileCallback
-
Creates the code to be evaluated by the
Condition
; often this involves
loading a value from a variable or argument, or
InstructionBuilder.dupe()
'ing the
top value on the stack.
- buildTranslatorSource(Map<Class, Translator>, TranslatorAlternatesSource, InvalidationEventHub) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- buildValidatorFactory(BeanValidatorSource, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
-
- buildValueLabelProvider(Map<Class, ValueLabelProvider>) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- Builtin - Annotation Type in org.apache.tapestry5.ioc.services
-
Marks services provided by this module that may need to be unambiguously referenced.
- BYPASS_ACTIVATION - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Request attribute that can be set to bypass page activation.
- BytestreamCache - Class in org.apache.tapestry5.internal.services.assets
-
A wrapper around a byte-stream, represented internally as a byte array.
- BytestreamCache(byte[]) - Constructor for class org.apache.tapestry5.internal.services.assets.BytestreamCache
-
- BytestreamCache(ByteArrayOutputStream) - Constructor for class org.apache.tapestry5.internal.services.assets.BytestreamCache
-
- bytestreamCache - Variable in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
-