- E - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- E - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- each(Worker<? super T>) - Method in interface org.apache.tapestry5.func.FlowOperations
-
Applies the worker to each element in the Flow, then returns the flow for further behaviors.
- eachValue(Worker<T>) - Method in class org.apache.tapestry5.internal.util.NamedSet
-
Iterates over the values, passing each in turn to the supplied worker.
- EagerLoad - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Marker annotation placed on a service builder method to indicate that the service should be eagerly loaded: realized
as if a service method had been invoked.
- eagerLoad() - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
-
- eagerLoad() - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
-
Turns eager loading on for this service.
- eagerLoadService() - Method in interface org.apache.tapestry5.ioc.internal.EagerLoadServiceProxy
-
- eagerLoadService() - Method in class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
-
- EagerLoadServiceProxy - Interface in org.apache.tapestry5.ioc.internal
-
Interface implemented by all service proxies.
- EARLY_START_UP - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
-
If "true", then Hibernate will be started up at application launch, rather than lazily.
- EARLY_START_UP - Static variable in class org.apache.tapestry5.jpa.JpaSymbols
-
If "true", then JPA will be started up at application launch, rather than lazily.
- EditBlockContribution - Class in org.apache.tapestry5.services
-
Contribution to
BeanBlockSource
identifying a block that is used to edit a property.
- EditBlockContribution(String, String, String) - Constructor for class org.apache.tapestry5.services.EditBlockContribution
-
- Element - Class in org.apache.tapestry5.dom
-
An element that will render with a begin tag and attributes, a body, and an end tag.
- element(String, String...) - Method in class org.apache.tapestry5.dom.Element
-
Creates and returns a new Element node as a child of this node.
- element(String, Object...) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
-
- element(String, Object...) - Method in interface org.apache.tapestry5.MarkupWriter
-
Begins a new element as a child of the current element.
- elementAt(int, String, String...) - Method in class org.apache.tapestry5.dom.Element
-
Creates a new element, as a child of the current index, at the indicated index.
- elementBefore(String, String...) - Method in class org.apache.tapestry5.dom.Element
-
Inserts a new element before this element.
- elementDidEnd(Element) - Method in class org.apache.tapestry5.MarkupWriterAdapter
-
- elementDidEnd(Element) - Method in interface org.apache.tapestry5.MarkupWriterListener
-
Invoked just after an element has ended.
- elementDidStart(Element) - Method in class org.apache.tapestry5.MarkupWriterAdapter
-
- elementDidStart(Element) - Method in interface org.apache.tapestry5.MarkupWriterListener
-
Invoked just after an element and its initial set of attributes has been written.
- elementNS(String, String) - Method in class org.apache.tapestry5.dom.Element
-
Creates and returns a new Element within a namespace as a child of this node.
- elementNS(String, String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
-
- elementNS(String, String) - Method in interface org.apache.tapestry5.MarkupWriter
-
Starts an element within the given namespace.
- elementTypeForArrayAttribute(String) - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
-
- elementTypeForArrayAttribute(String) - Method in class org.apache.tapestry5.internal.plastic.AnnotationBuilder
-
- Email - Class in org.apache.tapestry5.validator
-
A validator that checks if a given string is well-formed email address.
- Email(JavaScriptSupport, Html5Support) - Constructor for class org.apache.tapestry5.validator.Email
-
- EmbeddedComponentAssemblerImpl - Class in org.apache.tapestry5.internal.pageload
-
- EmbeddedComponentAssemblerImpl(ComponentAssemblerSource, ComponentInstantiatorSource, ComponentClassResolver, String, ComponentResourceSelector, EmbeddedComponentModel, String, Location, boolean) - Constructor for class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
-
- EmbeddedComponentModel - Interface in org.apache.tapestry5.model
-
The model for a component embedded within another component, as defined by the
Component
annotation.
- emitErrorMessage(String) - Method in class org.apache.tapestry5.internal.antlr.BaseParser
-
- EMPTY - Static variable in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
-
- EMPTY_BLOCK - Static variable in class org.apache.tapestry5.grid.GridConstants
-
Block name to display in place of an empty
Grid
- EMPTY_STRING_ARRAY - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
- EmptyAnnotationAccess - Class in org.apache.tapestry5.internal.plastic
-
- EmptyEventContext - Class in org.apache.tapestry5.internal
-
Placeholder used when no context is available.
- EmptyEventContext() - Constructor for class org.apache.tapestry5.internal.EmptyEventContext
-
- enable(TransformationOption) - Method in class org.apache.tapestry5.plastic.PlasticManager.PlasticManagerBuilder
-
- ENABLE_HTML5_SUPPORT - Static variable in class org.apache.tapestry5.SymbolConstants
-
Defines whether HTML5 features should be used.
- ENABLE_PAGELOADING_MASK - Static variable in class org.apache.tapestry5.SymbolConstants
-
If true, then when a page includes any JavaScript, a script
block is added to insert
a pageloader mask into the page; the pageloader mask ensure that the user can't interact with the page
until after the page is fully initialized.
- enableCache(StreamableResourceProcessing) - Method in class org.apache.tapestry5.internal.services.assets.SRSCachingInterceptor
-
- enableCache(StreamableResourceProcessing) - Method in class org.apache.tapestry5.internal.services.assets.SRSCompressedCachingInterceptor
-
Returns true just when the processing enables compression.
- enableCompressedCaching(StreamableResourceSource, boolean, ResourceChangeTracker) - Method in class org.apache.tapestry5.modules.AssetsModule
-
- enableCompression(StreamableResourceSource, boolean, int, AssetChecksumGenerator) - Method in class org.apache.tapestry5.modules.AssetsModule
-
- enableCSSURLRewriting(StreamableResourceSource, OperationTracker, AssetSource, AssetChecksumGenerator, boolean) - Method in class org.apache.tapestry5.modules.AssetsModule
-
- enabled(Trait) - Method in class org.apache.tapestry5.internal.services.compatibility.CompatibilityImpl
-
- enabled(Trait) - Method in interface org.apache.tapestry5.services.compatibility.Compatibility
-
Returns true if the indicated compatibility trait is enabled.
- enableMinification(StreamableResourceSource, ResourceMinimizer, boolean) - Method in class org.apache.tapestry5.modules.AssetsModule
-
- enablesCombine() - Method in enum org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy
-
- enablesMinimize() - Method in enum org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy
-
- enableSupportsInformalParameters() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
-
- enableSupportsInformalParameters() - Method in interface org.apache.tapestry5.model.MutableComponentModel
-
Sets the internal flag to indicate that this model (and all models that extend from it) support informal
parameters.
- enableUncompressedCaching(StreamableResourceSource, ResourceChangeTracker) - Method in class org.apache.tapestry5.modules.AssetsModule
-
- encode(String) - Method in class org.apache.tapestry5.dom.AbstractMarkupModel
-
Passes all characters but '<', '>' and '&' through unchanged.
- encode(String) - Method in interface org.apache.tapestry5.dom.MarkupModel
-
Encodes the characters, converting control characters (such as '<') into corresponding entities (such as
<).
- encode(String) - Method in class org.apache.tapestry5.internal.services.URLEncoderImpl
-
- encode(String) - Method in interface org.apache.tapestry5.services.URLEncoder
-
Given an input value containing any characters, returns the input string, or an encoded version of the string (as
outlined above).
- ENCODE_LOCALE_INTO_PATH - Static variable in class org.apache.tapestry5.SymbolConstants
-
- encodedRowValue() - Method in interface org.apache.tapestry5.corelib.internal.AjaxFormLoopContext
-
Returns the
encoded version of the data for the current row.
- encodeIntoPath(Object[]) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
-
- encodeIntoPath(EventContext) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
-
- encodeIntoPath(Object[]) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
-
Encodes the context values into a path string.
- encodeIntoPath(EventContext) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
-
Encodes the context into a string.
- encodeQuoted(String, StringBuilder) - Method in class org.apache.tapestry5.dom.AbstractMarkupModel
-
- encodeQuoted(String, StringBuilder) - Method in interface org.apache.tapestry5.dom.MarkupModel
-
Encodes the characters into the buffer for use in a quoted value (that is, an attribute value), converting
control characters (such as '<') into corresponding entities (such as <).
- encodeRedirectURL(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- encodeRedirectURL(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- encodeRedirectURL(String) - Method in interface org.apache.tapestry5.services.Response
-
Encodes the URL for use as a redirect, ensuring that a session id is included (if a session exists, and as
necessary depending on the client browser's use of cookies).
- encodeRedirectURL(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- encodeURL(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- encodeURL(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- encodeURL(String) - Method in interface org.apache.tapestry5.services.Response
-
Encodes the URL, ensuring that a session id is included (if a session exists, and as necessary depending on the
client browser's use of cookies).
- encodeURL(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- encodeValue(Object) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
-
- encodeValue(Object) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
-
- end() - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
-
- end() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
-
- end() - Method in interface org.apache.tapestry5.MarkupWriter
-
Ends the current element.
- end() - Method in interface org.apache.tapestry5.services.Heartbeat
-
- endComponent() - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
-
- endComponent() - Method in interface org.apache.tapestry5.runtime.RenderQueue
-
- endDocument() - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- endElement(String, String, String) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- EndElementToken - Class in org.apache.tapestry5.internal.parser
-
Ends a previously started element (including components, parameters, blocks, etc.).
- EndElementToken(Location) - Constructor for class org.apache.tapestry5.internal.parser.EndElementToken
-
- EndOfRequestCleanupFilter - Class in org.apache.tapestry5.internal.test
-
- EndOfRequestCleanupFilter(PerthreadManager) - Constructor for class org.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
-
- EndOfRequestEventHub - Interface in org.apache.tapestry5.internal.services
-
- EndOfRequestEventHubImpl - Class in org.apache.tapestry5.internal.services
-
- EndOfRequestEventHubImpl(RequestGlobals) - Constructor for class org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
-
- EndOfRequestListener - Interface in org.apache.tapestry5.internal.events
-
Event listener interface for objects that need to know when the current request finishes.
- endOptionGroup(OptionGroupModel) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
-
- endOptionGroup(OptionGroupModel) - Method in interface org.apache.tapestry5.SelectModelVisitor
-
Invoked after all options within the group have been visited.
- endPrefixMapping(String) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- endsWith(String) - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory for matching String elements with a given suffix.
- endsWithIgnoringCase(String) - Static method in class org.apache.tapestry5.func.F
-
- EndTagStyle - Enum in org.apache.tapestry5.dom
-
Part of a
MarkupModel
, used to define how end tags are handled when the
Document
in rendered out as a
text stream.
- enqueueBeforeRenderBody(RenderQueue) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Invoked when the component should render its body.
- enqueueBeforeRenderBody(RenderQueue) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
-
- enqueueSavedRenderCommands() - Method in class org.apache.tapestry5.internal.structure.RenderPhaseEvent
-
Delegates to RenderPhaseEventHandler.enqueueSavedRenderCommands()
, to queue up any
render commands returned from invoked event handler methods.
- ENTITY - Static variable in class org.apache.tapestry5.hibernate.HibernatePersistenceConstants
-
If the field's value is a persistent Hibernate entity its type and primary key is stored in the
Session
.
- ENTITY - Static variable in class org.apache.tapestry5.jpa.JpaPersistenceConstants
-
If the field's value is a persistent JPA entity, its type and primary key is stored in the
Session
.
- ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
-
If true, then "entity" persistence strategy is used to store Hibernate entities as Session State Objects
.
- ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLED - Static variable in class org.apache.tapestry5.jpa.JpaSymbols
-
If true, then "entity" persistence strategy is used to store JPA entities as
Session State Objects
.
- EntityApplicationStatePersistenceStrategy - Class in org.apache.tapestry5.internal.hibernate
-
Persists Hibernate entities as SSOs by storing their primary key in the
Session
.
- EntityApplicationStatePersistenceStrategy(Request, Session) - Constructor for class org.apache.tapestry5.internal.hibernate.EntityApplicationStatePersistenceStrategy
-
- EntityApplicationStatePersistenceStrategy - Class in org.apache.tapestry5.internal.jpa
-
- EntityApplicationStatePersistenceStrategy(Request, EntityManagerManager) - Constructor for class org.apache.tapestry5.internal.jpa.EntityApplicationStatePersistenceStrategy
-
- EntityManagerManager - Interface in org.apache.tapestry5.jpa
-
Manages EntityManager
s for the current thread.
- EntityManagerManagerImpl - Class in org.apache.tapestry5.internal.jpa
-
- EntityManagerManagerImpl(EntityManagerSource, Logger) - Constructor for class org.apache.tapestry5.internal.jpa.EntityManagerManagerImpl
-
- EntityManagerObjectProvider - Class in org.apache.tapestry5.internal.jpa
-
- EntityManagerObjectProvider() - Constructor for class org.apache.tapestry5.internal.jpa.EntityManagerObjectProvider
-
- EntityManagerSource - Interface in org.apache.tapestry5.jpa
-
Responsible for creating an EntityManager as needed.
- EntityManagerSourceImpl - Class in org.apache.tapestry5.internal.jpa
-
- EntityManagerSourceImpl(Logger, Resource, PersistenceUnitConfigurer, Map<String, PersistenceUnitConfigurer>) - Constructor for class org.apache.tapestry5.internal.jpa.EntityManagerSourceImpl
-
- EntityPersistentFieldStrategy - Class in org.apache.tapestry5.internal.hibernate
-
Persists Hibernate entities by storing their id in the session.
- EntityPersistentFieldStrategy(Session, Request) - Constructor for class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
-
- EntityPersistentFieldStrategy - Class in org.apache.tapestry5.internal.jpa
-
Persists JPA entities by storing their id in the session.
- EntityPersistentFieldStrategy(EntityManagerManager, Request) - Constructor for class org.apache.tapestry5.internal.jpa.EntityPersistentFieldStrategy
-
- entry(MethodInvocation) - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
-
Invoked when a method is first entered
- entrySet() - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
-
- ENUM - Static variable in class org.apache.tapestry5.beaneditor.DataTypeConstants
-
- EnumSelectModel - Class in org.apache.tapestry5.util
-
A basic select model for a particular Enum type.
- EnumSelectModel(Class<T>, Messages) - Constructor for class org.apache.tapestry5.util.EnumSelectModel
-
- EnumSelectModel(Class<T>, Messages, T[]) - Constructor for class org.apache.tapestry5.util.EnumSelectModel
-
- EnumValueEncoder<E extends Enum<E>> - Class in org.apache.tapestry5.util
-
A value encoder that can be used for arbitrary Enum types.
- EnumValueEncoder(TypeCoercer, Class<E>) - Constructor for class org.apache.tapestry5.util.EnumValueEncoder
-
- EnumValueEncoderFactory<E extends Enum<E>> - Class in org.apache.tapestry5.internal.services
-
- EnumValueEncoderFactory(TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.EnumValueEncoderFactory
-
Deprecated.
- EnumValueLabelProvider<T extends Enum> - Class in org.apache.tapestry5.internal.services
-
Provides a label from enum.
- EnumValueLabelProvider(Messages) - Constructor for class org.apache.tapestry5.internal.services.EnumValueLabelProvider
-
- environment - Variable in class org.apache.tapestry5.corelib.base.AbstractField
-
- Environment - Interface in org.apache.tapestry5.services
-
Provides access to environment objects, which are almost always provided to enclosed components by enclosing
components.
- Environmental - Annotation Type in org.apache.tapestry5.annotations
-
Defines a field of a component class that is replaced at runtime with a read-only value obtained from the
Environment
service.
- EnvironmentalShadowBuilder - Interface in org.apache.tapestry5.services
-
- EnvironmentalShadowBuilderImpl - Class in org.apache.tapestry5.internal.services
-
- EnvironmentalShadowBuilderImpl(PlasticProxyFactory, Environment) - Constructor for class org.apache.tapestry5.internal.services.EnvironmentalShadowBuilderImpl
-
Construct using the default builtin factory, not the component layer version.
- EnvironmentalWorker - Class in org.apache.tapestry5.internal.transform
-
Obtains a value from the
Environment
service based on the field type.
- EnvironmentalWorker(Environment, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.EnvironmentalWorker
-
- EnvironmentImpl - Class in org.apache.tapestry5.internal.services
-
A non-threadsafe implementation (expects to use the "perthread" service lifecyle).
- EnvironmentImpl() - Constructor for class org.apache.tapestry5.internal.services.EnvironmentImpl
-
- EnvironmentMessages - Class in org.apache.tapestry5.internal.beaneditor
-
Holds the current (overrides) Messages object and override id for placemnt into the environment
by FieldValidatorDefaultSourceImpl so ValidationConstraintGenerator implementations have access
to the catalog if necessary.
- EnvironmentMessages(Messages, String) - Constructor for class org.apache.tapestry5.internal.beaneditor.EnvironmentMessages
-
- EOF - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- EOF - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- eq(T) - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory for comparison of a Comparable element from a flow against a fixed value.
- eql(T) - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory for equality of an element from a flow against a specified
value.
- equals(Object) - Method in class org.apache.tapestry5.ContentType
-
Returns true only if the other object is another instance of ContentType, and has the same baseType, subType and
set of parameters.
- equals(Object) - Method in class org.apache.tapestry5.func.Tuple
-
Compares this Tuple to another object.
- equals(Object) - Method in class org.apache.tapestry5.grid.SortConstraint
-
- equals(Object) - Method in class org.apache.tapestry5.internal.services.ContextResource
-
- equals(Object) - Method in class org.apache.tapestry5.internal.services.ValidatorSpecification
-
- equals(Object) - Method in class org.apache.tapestry5.internal.util.IntegerRange
-
Returns true if the other object is an IntegerRange with the same start and finish values.
- equals(Object) - Method in class org.apache.tapestry5.internal.util.MultiKey
-
- equals(Object) - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
-
- equals(Object) - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
-
Returns true if the other object is an instance of MethodSignature with identical values for return
type, name, parameter types and exception types.
- equals(Object) - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
-
- equals(Object) - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
-
- equals(Object) - Method in class org.apache.tapestry5.ioc.util.TimeInterval
-
- equals(Object) - Method in class org.apache.tapestry5.json.JSONArray
-
- equals(Object) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns true if the other object is a JSONObject and its set of properties matches this object's properties.
- equals(Object) - Method in class org.apache.tapestry5.plastic.MethodDescription
-
- equals(Object) - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
- equals(Object) - Method in class org.apache.tapestry5.services.javascript.StylesheetLink
-
- equals(Object) - Method in class org.apache.tapestry5.services.javascript.StylesheetOptions
-
- equals(Object) - Method in class org.apache.tapestry5.services.pageload.ComponentResourceSelector
-
Returns true if the object is another selector with the same locale and set of axis.
- equals(Object) - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
-
- error(String) - Method in interface org.apache.tapestry5.alerts.AlertManager
-
- Error - Class in org.apache.tapestry5.corelib.components
-
Provides a client-side element to contain validation errors; this renders as a <p class="help-block">
.
- Error() - Constructor for class org.apache.tapestry5.corelib.components.Error
-
- ERROR - Static variable in class org.apache.tapestry5.CSSClassConstants
-
- error(String) - Method in class org.apache.tapestry5.internal.alerts.AlertManagerImpl
-
- ERROR_REPORTER_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
- ERROR_SINGLE - Static variable in class org.apache.tapestry5.CSSClassConstants
-
- ErrorReporter - Interface in org.apache.tapestry5.test
-
Responsible for writing an error report for the current test, after an assertion fails.
- ErrorReporterImpl - Class in org.apache.tapestry5.test
-
- ErrorReporterImpl(CommandProcessor, ITestContext) - Constructor for class org.apache.tapestry5.test.ErrorReporterImpl
-
- ErrorReportingCommandProcessor - Class in org.apache.tapestry5.test
-
A wrapper around a standard command processor that adds additional exception reporting when a
failure occurs.
- ErrorReportingCommandProcessor(CommandProcessor, ErrorReporter) - Constructor for class org.apache.tapestry5.test.ErrorReportingCommandProcessor
-
- Errors - Class in org.apache.tapestry5.corelib.components
-
Standard validation error presenter.
- Errors() - Constructor for class org.apache.tapestry5.corelib.components.Errors
-
- Event - Interface in org.apache.tapestry5.runtime
-
The core methods related to event handling.
- EVENT_DISPATCH - Static variable in class org.apache.tapestry5.TapestryMarkers
-
Marker for logging related to component event dispatch.
- EVENT_HANDLER_METHOD - Static variable in class org.apache.tapestry5.TapestryMarkers
-
Marker for a debug log that occurs just before invocation of a event handler method.
- EventConstants - Class in org.apache.tapestry5
-
Constant values for common event names fired by Tapestry components.
- EventConstants() - Constructor for class org.apache.tapestry5.EventConstants
-
- EventContext - Interface in org.apache.tapestry5
-
A collection of parameters that may eventually be passed to an event handler method.
- EventContextRenderer - Class in org.apache.tapestry5.internal.renderers
-
- EventContextRenderer(ObjectRenderer) - Constructor for class org.apache.tapestry5.internal.renderers.EventContextRenderer
-
- EventHandlerMethodParameterProvider - Interface in org.apache.tapestry5.internal.transform
-
Supplies one parameter value when invoking a component event handler method.
- EventHandlerMethodParameterSource - Class in org.apache.tapestry5.internal.transform
-
- EventHandlerMethodParameterSource(String, OperationTracker, EventHandlerMethodParameterProvider[]) - Constructor for class org.apache.tapestry5.internal.transform.EventHandlerMethodParameterSource
-
- EventImpl - Class in org.apache.tapestry5.internal.services
-
- EventImpl(ComponentEventCallback, Logger, OperationTracker) - Constructor for class org.apache.tapestry5.internal.services.EventImpl
-
- EventLink - Class in org.apache.tapestry5.corelib.components
-
A close relative of
ActionLink
except in two ways.
- EventLink() - Constructor for class org.apache.tapestry5.corelib.components.EventLink
-
- Events - Annotation Type in org.apache.tapestry5.annotations
-
Annotation applied to components to document what events a component may trigger.
- events - Variable in class org.apache.tapestry5.javadoc.ClassDescription
-
Case insensitive map, keyed on event name, value is optional description (often blank).
- EXCEPTION_REPORT_PAGE - Static variable in class org.apache.tapestry5.SymbolConstants
-
- EXCEPTION_REPORTS_DIR - Static variable in class org.apache.tapestry5.SymbolConstants
-
The directory to which exception report files should be written.
- ExceptionAnalysis - Interface in org.apache.tapestry5.ioc.services
-
An analysis of an exception (including nested exceptions).
- ExceptionAnalysisImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- ExceptionAnalysisImpl(List<ExceptionInfo>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
-
- ExceptionAnalyzer - Interface in org.apache.tapestry5.ioc.services
-
Analyzes an exception, providing an analysis.
- ExceptionAnalyzerImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- ExceptionAnalyzerImpl(PropertyAccess) - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionAnalyzerImpl
-
- ExceptionDisplay - Class in org.apache.tapestry5.corelib.components
-
Integral part of the default
ExceptionReport
page used to break apart and
display the properties of the exception.
- ExceptionDisplay() - Constructor for class org.apache.tapestry5.corelib.components.ExceptionDisplay
-
- ExceptionHandlerAssistant - Interface in org.apache.tapestry5
-
A contribution to the default
RequestExceptionHandler
service, this is mapped to an exception class,
allowing class specific (based on an inheritance search) handling of an exception.
- ExceptionInfo - Interface in org.apache.tapestry5.ioc.services
-
Contains information about an analyzed exception.
- ExceptionInfoImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- ExceptionInfoImpl(Throwable, Map<String, Object>, List<StackTraceElement>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
-
- exceptionLogged(Throwable) - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionTrackerImpl
-
- exceptionLogged(Throwable) - Method in interface org.apache.tapestry5.ioc.services.ExceptionTracker
-
Returns true if the indicated exception has already been logged (it is assumed that the exception will be logged
if this method returns false).
- ExceptionReport - Class in org.apache.tapestry5.corelib.pages
-
Responsible for reporting runtime exceptions.
- ExceptionReport() - Constructor for class org.apache.tapestry5.corelib.pages.ExceptionReport
-
- ExceptionReport.ActionLink - Class in org.apache.tapestry5.corelib.pages
-
A link the user may press to perform an action (e.g., "Reload page").
- ExceptionReport.ThreadInfo - Class in org.apache.tapestry5.corelib.pages
-
- ExceptionReporter - Interface in org.apache.tapestry5.services
-
Interface implemented by a page used for reporting exceptions.
- ExceptionReporterImpl - Class in org.apache.tapestry5.internal.services.exceptions
-
- ExceptionReporterImpl() - Constructor for class org.apache.tapestry5.internal.services.exceptions.ExceptionReporterImpl
-
- ExceptionReportWriter - Interface in org.apache.tapestry5.services
-
Used by the default
ExceptionReporter
implementation to convert an exception into
a stream of text that can be stored to a file.
- ExceptionReportWriterImpl - Class in org.apache.tapestry5.internal.services.exceptions
-
- ExceptionReportWriterImpl() - Constructor for class org.apache.tapestry5.internal.services.exceptions.ExceptionReportWriterImpl
-
- ExceptionTracker - Interface in org.apache.tapestry5.ioc.services
-
Used by
LoggingDecorator
to track which exceptions have been logged during
the current request (the ExceptionTracker is perthread).
- ExceptionTrackerImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- ExceptionTrackerImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionTrackerImpl
-
- ExceptionUtils - Class in org.apache.tapestry5.ioc.util
-
Contains static methods useful for manipulating exceptions.
- ExceptionUtils() - Constructor for class org.apache.tapestry5.ioc.util.ExceptionUtils
-
- exclude(String...) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
-
Removes the named properties from the model, if present.
- exclude(String...) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
-
- exclude(BeanModel, String) - Static method in class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
-
Removes properties from the bean model.
- excludeUnlistedClasses(boolean) - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
-
Defines whether classes in the root of the persistence unit that have not been explicitly listed
are to be included in the set of managed classes.
- excludeUnlistedClasses() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- excludeUnlistedClasses(boolean) - Method in interface org.apache.tapestry5.jpa.TapestryPersistenceUnitInfo
-
Defines whether classes in the root of the persistence unit that have not been explicitly listed
are to be included in the set of managed classes.
- execute(T) - Method in interface org.apache.tapestry5.ComponentAction
-
Passed a component instance, the action should operate upon the instance.
- execute(BeanEditor) - Method in class org.apache.tapestry5.corelib.components.BeanEditor.Prepare
-
- executeDeferred() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
-
- executeDeferred() - Method in interface org.apache.tapestry5.corelib.internal.InternalFormSupport
-
- EXECUTION_MODE - Static variable in class org.apache.tapestry5.SymbolConstants
-
A comma separated list of execution modes used to control how the application is initialized.
- exists(Class<T>) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
-
- exists(String) - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
-
Checks to see if a fully qualified class name exists.
- exists(String) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
-
- exists(Class<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
-
- exists() - Method in class org.apache.tapestry5.internal.services.UrlResource
-
- exists() - Method in class org.apache.tapestry5.internal.util.VirtualResource
-
- exists() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
-
- exists() - Method in interface org.apache.tapestry5.ioc.Resource
-
Returns true if the resource exists; if a stream to the content of the file may be opened.
- exists() - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
-
Is a value stored (even null)?
- exists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
-
Returns true if the SSO already exists, false if it has not yet been created.
- exists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
-
Returns true if the SSO already exists, false if null.
- exit(MethodInvocation) - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
-
Invoked when a method exits (possibly returning a value).
- expand(String) - Method in class org.apache.tapestry5.test.Jetty7Runner
-
Needed inside Maven multi-projects to expand a path relative to the module to a complete
path.
- expand(String) - Method in class org.apache.tapestry5.test.Tomcat6Runner
-
Needed inside Maven multi-projects to expand a path relative to the module to a complete
path.
- expandSymbols(String) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Given an input string that may contain symbols, returns the string with any and all symbols fully
expanded.
- expandSymbols(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
-
- expandSymbols(String) - Method in class org.apache.tapestry5.ioc.internal.services.SymbolSourceImpl
-
- expandSymbols(String) - Method in interface org.apache.tapestry5.ioc.services.SymbolSource
-
Given an input string that may contain symbols, returns the string with any and all symbols fully
expanded.
- EXPANSION_START - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Identifies the start of an expansion inside a template.
- ExpansionPageElement - Class in org.apache.tapestry5.internal.structure
-
- ExpansionPageElement(Binding, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.structure.ExpansionPageElement
-
- ExpansionToken - Class in org.apache.tapestry5.internal.parser
-
A token containing an expression expansion from the template.
- ExpansionToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.ExpansionToken
-
- expect(T) - Static method in class org.apache.tapestry5.ioc.test.TestBase
-
Deprecated.
Convenience for EasyMock.expect(Object)
.
- explain(Class<S>, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
-
- explain(Class<S>, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.TypeCoercer
-
Used primarily inside test suites, this method performs the same steps as
TypeCoercer.coerce(Object, Class)
, but
returns a string describing the series of coercions, such as "Object --> String --> Long --> Integer".
- exports(String) - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
-
The name of a global variable exported by the module.
- exposeJavaScriptSupportForFullPageRenders(OrderedConfiguration<MarkupRendererFilter>, JavaScriptStackSource, JavaScriptStackPathConstructor, Request) - Method in class org.apache.tapestry5.modules.JavaScriptModule
-
Adds page render filters, each of which provides an
Environmental
service.
- exposeJavaScriptSupportForPartialPageRender(OrderedConfiguration<PartialMarkupRendererFilter>, JavaScriptStackSource, JavaScriptStackPathConstructor, Request) - Method in class org.apache.tapestry5.modules.JavaScriptModule
-
- expression() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- expression_return() - Constructor for class org.apache.tapestry5.internal.antlr.PropertyExpressionParser.expression_return
-
- expressionList() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- expressionList_return() - Constructor for class org.apache.tapestry5.internal.antlr.PropertyExpressionParser.expressionList_return
-
- expressionParsed - Variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
- extendDescription(StringBuilder) - Method in class org.apache.tapestry5.func.Tuple
-
Overriden in subclasses to write additional values into the
description.
- ExtensibleJavaScriptStack - Class in org.apache.tapestry5.services.javascript
-
An extensible implementation of
JavaScriptStack
that can be used as the implementation of a service.
- ExtensibleJavaScriptStack(AssetSource, List<StackExtension>) - Constructor for class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
-
- ExtensionPointToken - Class in org.apache.tapestry5.internal.parser
-
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.
- ExtensionPointToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.ExtensionPointToken
-
- ExternalUrlAssetFactory - Class in org.apache.tapestry5.internal.services
-
- ExternalUrlAssetFactory(String) - Constructor for class org.apache.tapestry5.internal.services.ExternalUrlAssetFactory
-
- extractActualType(Type, Method) - Static method in class org.apache.tapestry5.ioc.internal.util.GenericsUtils
-
Analyzes the method in the context of containingClass and returns the Class that is represented by
the method's generic return type.
- extractActualType(Type, Field) - Static method in class org.apache.tapestry5.ioc.internal.util.GenericsUtils
-
Analyzes the method in the context of containingClass and returns the Class that is represented by
the method's generic return type.
- extractAssetAlias(Resource) - Method in class org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl
-
- extractAssetAlias(Resource) - Method in interface org.apache.tapestry5.services.ClasspathAssetAliasManager
-
Deprecated.
Takes a classpath resource and determines the proper alias for it based on the mappings contributed to the service.
- extractDataUrls(String, ArrayList) - Method in class com.yahoo.platform.yui.compressor.CssCompressor
-
- extractDescription() - Method in class org.apache.tapestry5.javadoc.ParameterDescription
-
Extracts the description, converting Text and @link nodes as needed into markup text.
- extractGenericFieldType(Class, Field) - Static method in class org.apache.tapestry5.ioc.internal.util.GenericsUtils
-
Analyzes the field in the context of containingClass and returns the Class that is represented by
the field's generic type.
- extractGenericReturnType(Class<?>, Method) - Static method in class org.apache.tapestry5.ioc.internal.util.GenericsUtils
-
Analyzes the method in the context of containingClass and returns the Class that is represented by
the method's generic return type.
- extractIdFromPropertyExpression(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Used to convert a property expression into a key that can be used to locate various resources (Blocks, messages,
etc.).
- extractIdFromPropertyExpression(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalCommonsUtils
-
Used to convert a property expression into a key that can be used to locate various resources (Blocks, messages,
etc.).
- extractIdFromPropertyExpression(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Used to convert a property expression into a key that can be used to locate various resources (Blocks, messages,
etc.).
- extractMetaData(MutableComponentModel, ContentType) - Method in class org.apache.tapestry5.internal.services.meta.ContentTypeExtractor
-
- extractMetaData(MutableComponentModel, Meta) - Method in class org.apache.tapestry5.internal.services.meta.MetaAnnotationExtractor
-
- extractMetaData(MutableComponentModel, UnknownActivationContextCheck) - Method in class org.apache.tapestry5.internal.services.meta.UnknownActivationContextExtractor
-
- extractMetaData(MutableComponentModel, T) - Method in class org.apache.tapestry5.services.meta.FixedExtractor
-
- extractMetaData(MutableComponentModel, T) - Method in interface org.apache.tapestry5.services.meta.MetaDataExtractor
-