A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

C

cache - Variable in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
cache - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
 
cache() - Method in annotation type org.apache.tapestry5.annotations.Parameter
If true (the default), then the value for the parameter is cached while the component is, itself, rendering.
Cache<S,​T> - Class in org.apache.tapestry5.internal.plastic
Quick and dirty key/value cache that is subclassed to provide the logic that generates the value for a missing key.
Cache() - Constructor for class org.apache.tapestry5.internal.plastic.Cache
 
CACHE_DIR - Static variable in class org.apache.tapestry5.webresources.WebResourcesSymbols
Directory that stores cached copies of compiled CoffeeScript files.
Cached - Annotation Type in org.apache.tapestry5.annotations
Indicates that a method should only be evaluated once per request and the result cached.
CachedWorker - Class in org.apache.tapestry5.internal.transform
Caches method return values for methods annotated with Cached.
CachedWorker(BindingSource, PerthreadManager) - Constructor for class org.apache.tapestry5.internal.transform.CachedWorker
 
CacheLookupUtil - Class in org.apache.tapestry5.jcache.internal
Adapted to Tapestry-IoC from the Guice implementation in the reference implementation.
CacheLookupUtil(ObjectLocator, CacheKeyGenerator, CacheResolverFactory) - Constructor for class org.apache.tapestry5.jcache.internal.CacheLookupUtil
Single constructor of this class.
CacheMethodAdvice - Interface in org.apache.tapestry5.jcache.internal
Common subclass for all JCache interceptors
CachePutMethodAdvice - Class in org.apache.tapestry5.jcache.internal
 
CachePutMethodAdvice(CacheContextSource<MethodInvocation>) - Constructor for class org.apache.tapestry5.jcache.internal.CachePutMethodAdvice
Single constructor of this class.
CacheRemoveAllMethodAdvice - Class in org.apache.tapestry5.jcache.internal
 
CacheRemoveAllMethodAdvice(CacheContextSource<MethodInvocation>) - Constructor for class org.apache.tapestry5.jcache.internal.CacheRemoveAllMethodAdvice
Single constructor of this class.
CacheRemoveMethodAdvice - Class in org.apache.tapestry5.jcache.internal
 
CacheRemoveMethodAdvice(CacheContextSource<MethodInvocation>) - Constructor for class org.apache.tapestry5.jcache.internal.CacheRemoveMethodAdvice
Single constructor of this class.
CacheResultMethodAdvice - Class in org.apache.tapestry5.jcache.internal
 
CacheResultMethodAdvice(CacheContextSource<MethodInvocation>) - Constructor for class org.apache.tapestry5.jcache.internal.CacheResultMethodAdvice
Single constructor of this class.
CachingObjectCreator<T> - Class in org.apache.tapestry5.ioc.internal.services
An ObjectCreator that delegates to another ObjectCreator and caches the result.
CachingObjectCreator(ObjectCreator<T>) - Constructor for class org.apache.tapestry5.ioc.internal.services.CachingObjectCreator
 
calculateParameters(ObjectLocator, InjectionResources, Class[], Type[], Annotation[][], OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
calculateParametersForMethod(Method, ObjectLocator, InjectionResources, OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
CALENDAR - Static variable in class org.apache.tapestry5.beaneditor.DataTypeConstants
Used to render a JavaScript calendar for a Calendar property.
cancel() - Method in interface org.apache.tapestry5.ioc.services.cron.PeriodicJob
Cancels the job.
CANCEL - org.apache.tapestry5.corelib.SubmitMode
Cancel the form; bypass form validation on both the client and the server.
CANCEL_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
The element name for a submit input element used to cancel the form (rather than submit it normally).
CANCELED - Static variable in class org.apache.tapestry5.EventConstants
Event triggered when a client-side form is canceled.
canonicalizePageName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
canonicalizePageName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Returns the canonical form of a page name.
capitalize(String) - Static method in class org.apache.tapestry5.commons.internal.util.InternalCommonsUtils
Capitalizes a string, converting the first character to uppercase.
capitalize(String) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
Capitalizes the input string, converting the first character to upper case.
capitalize(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Capitalizes a string, converting the first character to uppercase.
capitalizedWord() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random word, capitalized.
captureEntirePageScreenshot(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
captureEntirePageScreenshotToString(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
captureNetworkTraffic(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
CaptureRenderedDocument - Class in org.apache.tapestry5.internal.test
Used to capture the rendered document from a traditional page render.
CaptureRenderedDocument(TestableResponse) - Constructor for class org.apache.tapestry5.internal.test.CaptureRenderedDocument
 
CaptureResultCallback<T> - Class in org.apache.tapestry5.internal.util
Implementation of ComponentEventCallback that simply captures the result value.
CaptureResultCallback() - Constructor for class org.apache.tapestry5.internal.util.CaptureResultCallback
 
captureScreenshot(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
captureScreenshotToString() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
CaseInsensitiveMap<V> - Class in org.apache.tapestry5.commons.util
An mapped collection where the keys are always strings and access to values is case-insensitive.
CaseInsensitiveMap() - Constructor for class org.apache.tapestry5.commons.util.CaseInsensitiveMap
 
CaseInsensitiveMap(int) - Constructor for class org.apache.tapestry5.commons.util.CaseInsensitiveMap
 
CaseInsensitiveMap(Map<String, ? extends V>) - Constructor for class org.apache.tapestry5.commons.util.CaseInsensitiveMap
 
castOrUnbox(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
castOrUnbox(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
Casts the object on top of the stack to the indicated type.
cdata(String) - Method in class org.apache.tapestry5.dom.Document
Adds and returns a new CDATA node.
cdata(String) - Method in class org.apache.tapestry5.dom.Element
Adds and returns a new CDATA node.
cdata(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
cdata(String) - Method in interface org.apache.tapestry5.MarkupWriter
Adds parsed character content.
CData - Class in org.apache.tapestry5.dom
A node that stores parsed character content (CDATA).
CData(Element, String) - Constructor for class org.apache.tapestry5.dom.CData
 
CDATA - org.apache.tapestry5.internal.parser.TokenType
 
CDATA - org.apache.tapestry5.internal.services.XMLTokenType
 
CDATAToken - Class in org.apache.tapestry5.internal.parser
Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output).
CDATAToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.CDATAToken
 
ChainBuilder - Interface in org.apache.tapestry5.ioc.services
A service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the "commands").
ChainBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ChainBuilderImpl(PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
 
CHANGE_EVENT - Static variable in class org.apache.tapestry5.corelib.components.Select
 
changeImplementation(InstructionBuilderCallback) - Method in interface org.apache.tapestry5.plastic.PlasticMethod
Clears the instructions for this method, and creates a new empty InstructionBuilder so that the implementation of the method can be specified.
CHAR - org.apache.tapestry5.internal.plastic.PrimitiveType
 
characters(char[], int, int) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
 
CHARACTERS - org.apache.tapestry5.internal.services.XMLTokenType
 
CHARSET - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
The charset used when rendering page markup; the charset is also used as the request encoding when handling incoming requests.
CHARSET - Static variable in class org.apache.tapestry5.SymbolConstants
The charset used when rendering page markup; the charset is also used as the request encoding when handling incoming requests.
CHARSET_CONTENT_TYPE_PARAMETER - Static variable in class org.apache.tapestry5.http.internal.TapestryHttpInternalConstants
 
CHARSET_CONTENT_TYPE_PARAMETER - Static variable in class org.apache.tapestry5.internal.InternalConstants
check() - Method in class org.apache.tapestry5.internal.plastic.Lockable
Checks to see if the object has been locked.
check() - Method in class org.apache.tapestry5.ioc.internal.util.OneShotLock
Checks to see if the lock has been set (via OneShotLock.lock()).
check(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
checkAndResetDirtyMarker() - Method in class org.apache.tapestry5.alerts.AlertStorage
 
checkAndResetDirtyMarker() - Method in class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
 
checkAndResetDirtyMarker() - Method in interface org.apache.tapestry5.http.OptimizedSessionPersistedObject
 
checkAndResetDirtyState(Object) - Method in class org.apache.tapestry5.http.internal.services.DefaultSessionPersistedObjectAnalyzer
An object is dirty unless it has the ImmutableSessionPersistedObject annotation.
checkAndResetDirtyState(OptimizedSessionPersistedObject) - Method in class org.apache.tapestry5.http.internal.services.OptimizedSessionPersistedObjectAnalyzer
 
checkAndResetDirtyState(T) - Method in interface org.apache.tapestry5.http.services.SessionPersistedObjectAnalyzer
Atomically check and reset the dirty state of the session persisted object.
Checkbox - Class in org.apache.tapestry5.corelib.components
A Checkbox component is simply a <input type="checkbox">.
Checkbox() - Constructor for class org.apache.tapestry5.corelib.components.Checkbox
 
checkcast(Class) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
checkcast(Class) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
 
checkcast(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
checkcast(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
Adds a check that the object on top of the stack is assignable to the indicated class.
Checked - Class in org.apache.tapestry5.validator
A validator that enforces that the value is true.
Checked(JavaScriptSupport, Html5Support) - Constructor for class org.apache.tapestry5.validator.Checked
 
checkedExceptionTypes - Variable in class org.apache.tapestry5.plastic.MethodDescription
A non-null array of Java source names for checked exceptions.
checkForInsecureComponentEventRequest(ComponentEventRequestParameters) - Method in interface org.apache.tapestry5.internal.services.RequestSecurityManager
Checks the target page of the component event request to see if it is secure; if so, and the request is not secure, then a redirect to the page is generated and sent, preserving the original component event request.
checkForInsecureComponentEventRequest(ComponentEventRequestParameters) - Method in class org.apache.tapestry5.internal.services.RequestSecurityManagerImpl
 
checkForInsecurePageRenderRequest(PageRenderRequestParameters) - Method in interface org.apache.tapestry5.internal.services.RequestSecurityManager
Checks the page to see if it is secure; if so, and the request is not secure, then a redirect to the page is generated and sent.
checkForInsecurePageRenderRequest(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.RequestSecurityManagerImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.dynamic.DynamicTemplateParserImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.assets.ResourceChangeTrackerImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
Checks to see if any parsed resource has changed.
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.MessagesSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreator
 
checkForUpdates() - Method in interface org.apache.tapestry5.ioc.services.UpdateListener
Invoked to force the receiver to check for updates to whatever underlying resources it makes use of.
CheckForUpdatesFilter - Class in org.apache.tapestry5.internal.services
Implements a barrier that periodically asks the UpdateListenerHub to check for updates to files.
CheckForUpdatesFilter(UpdateListenerHub, long, long) - Constructor for class org.apache.tapestry5.internal.services.CheckForUpdatesFilter
 
checkHook() - Method in interface org.apache.tapestry5.BooleanHook
Evaluates the hook and returns its value.
Checklist - Class in org.apache.tapestry5.corelib.components
A list of checkboxes, allowing selection of multiple items in a list.
Checklist() - Constructor for class org.apache.tapestry5.corelib.components.Checklist
 
checkNext(int, String, int, int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
checkPageSecurity(String) - Method in interface org.apache.tapestry5.internal.services.RequestSecurityManager
Determines if the page security does not match the request's security.
checkPageSecurity(String) - Method in class org.apache.tapestry5.internal.services.RequestSecurityManagerImpl
 
checksum - Variable in class org.apache.tapestry5.internal.services.assets.ChecksumPath
 
ChecksumPath - Class in org.apache.tapestry5.internal.services.assets
Utility used by AssetRequestHandler implementations where the first folder in the extra path is actually a computed checksum of the resource's content.
ChecksumPath(ResourceStreamer, String, String) - Constructor for class org.apache.tapestry5.internal.services.assets.ChecksumPath
 
chooseCancelOnNextConfirmation() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
chooseOkOnNextConfirmation() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
claim(Object) - Method in interface org.apache.tapestry5.plastic.PlasticField
Claims the field, used to indicate that the field is "processed".
CLASS - org.apache.tapestry5.internal.plastic.TypeCategory
 
CLASS_TO_AP_MAPPER - Static variable in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
CLASS_TRANSFORMATION - Static variable in class org.apache.tapestry5.TapestryMarkers
Logs the final version of the class transformation.
ClassDescription - Class in org.apache.tapestry5.javadoc
 
ClassDescription(TypeElement, ClassDescriptionSource, DocletEnvironment) - Constructor for class org.apache.tapestry5.javadoc.ClassDescription
 
ClassDescription(DocletEnvironment) - Constructor for class org.apache.tapestry5.javadoc.ClassDescription
 
ClassDescriptionSource - Interface in org.apache.tapestry5.javadoc
 
classDoc - Variable in class org.apache.tapestry5.javadoc.ClassDescription
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.ApplicationStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.PrefixCheckStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.ProxiesStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.RegexpStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.SyntheticStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.TapestryAOPStackFrameAnalyzer
 
classForFrame(StackTraceElement) - Method in interface org.apache.tapestry5.services.StackTraceElementAnalyzer
Returns the CSS class appropriate to the frame.
classInControlledPackageHasChanged() - Method in interface org.apache.tapestry5.internal.services.InternalComponentInvalidationEventHub
Invoked when the ComponentInstantiatorSource notices that a class file within any of the controlled packages has changed.
classInControlledPackageHasChanged() - Method in class org.apache.tapestry5.internal.services.InternalComponentInvalidationEventHubImpl
 
ClassInstantiator<T> - Interface in org.apache.tapestry5.plastic
The end result of a class transformation is a ClassInstantiator that can be used to instantiate an instance of the transformed class.
ClassInstantiatorImpl<T> - Class in org.apache.tapestry5.internal.plastic
 
ClassLoaderDelegate - Interface in org.apache.tapestry5.internal.plastic
Externalizes the logic for defining which classes will be loaded (and possibly transformed) by the class loader, and which will be loaded by the parent class loader.
className - Variable in class org.apache.tapestry5.corelib.pages.ExceptionReport.ThreadInfo
 
className - Variable in class org.apache.tapestry5.internal.plastic.MethodInvocationBundle
 
ClassNameHolder - Interface in org.apache.tapestry5.internal.services
Interface that defines types who provide a class name for URLChangeTracker purposes.
ClassNameLocator - Interface in org.apache.tapestry5.ioc.services
Scans the classpath for top-level classes within particular packages.
ClassNameLocatorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ClassNameLocatorImpl(ClasspathScanner) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
 
CLASSPATH - Static variable in class org.apache.tapestry5.internal.AssetConstants
For assets that are stored in the classpath (i.e., inside 3rd party component library JARs).
ClasspathAssetAliasManager - Interface in org.apache.tapestry5.services
Deprecated.
Deprecated in 5.4, with no replacement. This will no longer be used in Tapestry 5.5, as all classpath assets will need to be under the META-INF/assets folder (but may be maintained for compatibility reasons until 5.6).
ClasspathAssetAliasManagerImpl - Class in org.apache.tapestry5.internal.services
 
ClasspathAssetAliasManagerImpl(Map<String, String>) - Constructor for class org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl
Configuration is a map of aliases (short names) to complete names.
ClasspathAssetFactory - Class in org.apache.tapestry5.internal.services
Generates Assets for files on the classpath.
ClasspathAssetFactory(ResponseCompressionAnalyzer, ResourceChangeTracker, StreamableResourceSource, AssetPathConstructor, ClasspathAssetAliasManager) - Constructor for class org.apache.tapestry5.internal.services.ClasspathAssetFactory
 
ClasspathAssetProtectionRule - Interface in org.apache.tapestry5.services
Chain-of-responsibility service which defines rules for blocking access to classpath resources based on their paths.
ClasspathAssetRequestHandler - Class in org.apache.tapestry5.internal.services.assets
A handler for asset requests for classpath assets (within a specific folder).
ClasspathAssetRequestHandler(ResourceStreamer, AssetSource, String, ClasspathAssetProtectionRule) - Constructor for class org.apache.tapestry5.internal.services.assets.ClasspathAssetRequestHandler
 
ClasspathMatcher - Interface in org.apache.tapestry5.ioc.services
Used to determine which files will be included in the set of matches paths within a particular package.
ClasspathProvider - Annotation Type in org.apache.tapestry5.services
A marker annotation used to select the correct AssetFactory for injection.
ClasspathResource - Class in org.apache.tapestry5.ioc.internal.util
Implementation of Resource for files on the classpath (as defined by a ClassLoader).
ClasspathResource(ClassLoader, String) - Constructor for class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
ClasspathResource(String) - Constructor for class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
ClasspathResourceSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
Makes a Resource on the classpath available as a SymbolProvider
ClasspathResourceSymbolProvider(String) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClasspathResourceSymbolProvider
 
ClasspathScanner - Interface in org.apache.tapestry5.ioc.services
Used to scan a portion of the classpath for files that match a particular pattern, defined by a ClasspathMatcher.
ClasspathScannerImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ClasspathScannerImpl(ClasspathURLConverter) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClasspathScannerImpl
 
ClasspathURLConverter - Interface in org.apache.tapestry5.ioc.services
Used by ClassNameLocator to convert URLs from one protocol to another.
ClasspathURLConverterImpl - Class in org.apache.tapestry5.ioc.internal.services
Default implementation that returns the URLs unchanged.
ClasspathURLConverterImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.ClasspathURLConverterImpl
 
ClassPropertyAdapter - Interface in org.apache.tapestry5.commons.services
Organizes all PropertyAdapters for a particular class.
ClassPropertyAdapterImpl - Class in org.apache.tapestry5.beanmodel.internal.services
 
ClassPropertyAdapterImpl(Class, List<PropertyDescriptor>) - Constructor for class org.apache.tapestry5.beanmodel.internal.services.ClassPropertyAdapterImpl
 
ClassRefactor - Class in org.apache.tapestry5.versionmigrator
Class that represents information about one class being renamed and/or moved between artifacts (JARs) and/or packages.
ClassRefactor(String, String, String, String) - Constructor for class org.apache.tapestry5.versionmigrator.ClassRefactor
Constructor for classes being moved from one artifact to another and possibly being renamed or moved between packages.
ClassResultProcessor - Class in org.apache.tapestry5.internal.services
Used when a component event handler returns a class value.
ClassResultProcessor(ComponentClassResolver, ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.ClassResultProcessor
 
ClassType - Enum in org.apache.tapestry5.plastic
Identifies the type of class referenced in a PlasticClassEvent.
classWillLoad(PlasticClassEvent) - Method in class org.apache.tapestry5.beanmodel.internal.services.PlasticClassListenerLogger
 
classWillLoad(PlasticClassEvent) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
classWillLoad(PlasticClassEvent) - Method in interface org.apache.tapestry5.plastic.PlasticClassListener
Invoked just before a class is to be loaded.
cleanup() - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
Instructs the hub to notify all its listeners (for the current thread).
cleanup() - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Immediately performs a cleanup of the thread, invoking all callback, then discarding all per-thread data stored by the manager (including the list of callbacks).
cleanup() - Method in class org.apache.tapestry5.test.ioc.MockTester
Deprecated.
Invoked after an individual unit test (i.e., a test method invocation) to discard the mock control.
cleanup() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
cleanup() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
CLEANUP_RENDER_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
cleanupAfterPartialZoneRender() - Method in interface org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateController
Ends the heartbeat, executes deferred Form actions, and cleans up the environmentals.
cleanupAfterPartialZoneRender() - Method in class org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateControllerImpl
 
cleanupRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Generally used to perform final cleanup of the component after rendering.
CleanupRender - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for component methods associated with the terminal phase for the component rendering state machine.
cleanupTestMethod() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
cleanupThread() - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
cleanupThread() - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
cleanupThread() - Method in interface org.apache.tapestry5.ioc.Registry
Invoked at the end of a request to discard any thread-specific information accumulated during the current request.
clear() - Method in class org.apache.tapestry5.commons.util.CaseInsensitiveMap
 
clear() - Method in class org.apache.tapestry5.commons.util.Stack
Clears the stack, the same as popping off all elements.
clear() - Method in interface org.apache.tapestry5.grid.GridSortModel
 
clear() - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
Clears all dependency information.
clear() - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
 
clear() - Method in interface org.apache.tapestry5.internal.test.TestableRequest
Clears the internal parameters map.
clear() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
clear() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
Clears internal state, in preparation for the next test.
clear() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
clear() - Method in class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
Clears all URL and timestamp data stored in the tracker.
clear() - Method in class org.apache.tapestry5.ioc.util.IdAllocator
Clears the allocator, resetting it to freshly allocated state.
clear() - Method in class org.apache.tapestry5.json.JSONArray
Removes all of the values from this JSONArray.
clear() - Method in class org.apache.tapestry5.json.JSONObject
Removes all of the mappings from this JSONObject.
clear() - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
Clears any state held by this manager.
clear() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
 
clear() - Method in class org.apache.tapestry5.tree.DefaultTreeExpansionModel
 
clear() - Method in class org.apache.tapestry5.tree.DefaultTreeSelectionModel
 
clear() - Method in interface org.apache.tapestry5.tree.TreeExpansionModel
Marks all nodes as collapsed.
clear() - Method in interface org.apache.tapestry5.tree.TreeSelectionModel
Clears the selection.
clear() - Method in interface org.apache.tapestry5.ValidationTracker
Clears all information stored by the tracker.
clear() - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
clear() - Method in class org.apache.tapestry5.ValidationTrackerWrapper
 
clear(String) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
Clears all dependency information for a given component.
clear(String) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
 
clear(String) - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
Removes one specific class from this manager, invalidating the context where it is.
clear(String) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
 
clear(ComponentPageElement) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
Clears all dependency information for a given component.
clear(ComponentPageElement) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
 
clearCache() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAccessImpl
Clears the cache of adapters and asks the Introspector to clear its cache.
clearCache() - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
clearCache() - Method in class org.apache.tapestry5.commons.internal.services.TypeCoercerImpl
 
clearCache() - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Clears any cached information stored by the proxy factory; this is useful in Tapestry development mode when a class loader may have been discarded (because the proxy factory may indirectly keep references to classes loaded by the old class loader).
clearCache() - Method in interface org.apache.tapestry5.commons.services.PropertyAccess
Discards all stored property access information, discarding all created class adapters.
clearCache() - Method in interface org.apache.tapestry5.commons.services.TypeCoercer
Clears cached information stored by the TypeCoercer.
clearCache() - Method in class org.apache.tapestry5.commons.util.StrategyRegistry
 
clearCache() - Method in class org.apache.tapestry5.internal.pageload.PageLoaderImpl
 
clearCache() - Method in interface org.apache.tapestry5.internal.services.PageSource
Clears the source's cache of loaded pages.
clearCache() - Method in class org.apache.tapestry5.internal.services.PageSourceImpl
 
clearCacheWhenResourcesChange(ResourceChangeTracker) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
 
clearCheckedException() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
Invoked from the implementation of MethodInvocation.setReturnValue(Object).
clearCurrentClassName() - Method in interface org.apache.tapestry5.internal.services.assets.ResourceChangeTracker
Informs this service that no component class is associated with the resources being loaded.
clearCurrentClassName() - Method in class org.apache.tapestry5.internal.services.assets.ResourceChangeTrackerImpl
 
clearErrors() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
 
clearErrors() - Method in class org.apache.tapestry5.corelib.components.Form
 
clearErrors() - Method in interface org.apache.tapestry5.FormValidationControl
clearExpansions() - Method in class org.apache.tapestry5.corelib.components.Tree
Clears the tree's TreeExpansionModel.
clearOnInvalidation(Map<?, ?>) - Method in interface org.apache.tapestry5.commons.services.InvalidationEventHub
Adds a callback that clears the map.
clearOnInvalidation(Map<?, ?>) - Method in class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
 
clearOnInvalidation(Map<?, ?>) - Method in class org.apache.tapestry5.internal.services.ResourceDigestManagerImpl
 
click(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
clickAndWait(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
Click a link identified by a locator, then wait for the resulting page to load.
clickAt(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
clickLink(Element) - Method in class org.apache.tapestry5.test.PageTester
Simulates a click on a link.
clickLinkAndReturnResponse(Element) - Method in class org.apache.tapestry5.test.PageTester
Simulates a click on a link.
clickSubmit(Element, Map<String, String>) - Method in class org.apache.tapestry5.test.PageTester
Simulates a submission of the form by clicking the specified submit button.
clickSubmitAndReturnResponse(Element, Map<String, String>) - Method in class org.apache.tapestry5.test.PageTester
Simulates a submission of the form by clicking the specified submit button.
CLIENT - Static variable in class org.apache.tapestry5.PersistenceConstants
The field's value is stored on the client, as a query parameter or hidden form field.
ClientBehaviorSupport - Interface in org.apache.tapestry5.services
Deprecated.
Deprecated in 5.4 with no replacement. Use JavaScriptSupport directly, instead.
ClientBehaviorSupportImpl - Class in org.apache.tapestry5.internal.services
 
ClientBehaviorSupportImpl() - Constructor for class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
ClientBodyElement - Interface in org.apache.tapestry5
Extends ClientElement with the concept of a body, a Block that can be rendered to provide the content within.
ClientConstraintDescriptor - Interface in org.apache.tapestry5.beanvalidator
Applies client-side validation constraints based on a particular JSR 303 annotation.
ClientConstraintDescriptorImpl - Class in org.apache.tapestry5.internal.beanvalidator
 
ClientConstraintDescriptorImpl(Collection<ClientConstraintDescriptor>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.ClientConstraintDescriptorImpl
 
ClientConstraintDescriptorSource - Interface in org.apache.tapestry5.beanvalidator
ClientDataEncoder - Interface in org.apache.tapestry5.services
A service used when a component or service needs to encode some amount of data on the client as a string.
ClientDataEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ClientDataEncoderImpl(URLEncoder, String, Logger, String, AlertManager) - Constructor for class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
 
ClientDataSink - Interface in org.apache.tapestry5.services
Allows binary object data to be encoded into a string.
ClientDataSinkImpl - Class in org.apache.tapestry5.internal.services
 
ClientDataSinkImpl(URLEncoder, Key) - Constructor for class org.apache.tapestry5.internal.services.ClientDataSinkImpl
 
ClientElement - Interface in org.apache.tapestry5
Interface for any kind of object (typically, a component) that can provide a client-side id, typically used in the generation of client-side (JavaScript) logic.
ClientLocalizationMessageResource - Class in org.apache.tapestry5.internal.services.messages
Provides a number of symbols related to client-side localization; by exposing these in the global message catalog, they are available to the client (via the "t5/core/messages" module).
ClientLocalizationMessageResource() - Constructor for class org.apache.tapestry5.internal.services.messages.ClientLocalizationMessageResource
 
ClientPersistentFieldStorage - Interface in org.apache.tapestry5.internal.services
Describes an object that can store PersistentFieldChanges, and manage a query parameter stored into a Link to maining this data across requests.
ClientPersistentFieldStorageImpl - Class in org.apache.tapestry5.internal.services
Manages client-persistent values on behalf of a ClientPersistentFieldStorageImpl.
ClientPersistentFieldStorageImpl(Request, ClientDataEncoder, SessionPersistedObjectAnalyzer) - Constructor for class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
 
ClientPersistentFieldStrategy - Class in org.apache.tapestry5.internal.services
Implements simple client-persistent properties.
ClientPersistentFieldStrategy(ClientPersistentFieldStorage) - Constructor for class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
ClientValidation - Enum in org.apache.tapestry5.corelib
Controls if and how client-side form input validation occurs.
ClientWhitelist - Interface in org.apache.tapestry5.services.security
Analyzes the current request to see if it is on the whitelist (of clients with access to certain key pages).
ClientWhitelistImpl - Class in org.apache.tapestry5.internal.services.security
 
ClientWhitelistImpl(Request, ChainBuilder, List<WhitelistAnalyzer>) - Constructor for class org.apache.tapestry5.internal.services.security.ClientWhitelistImpl
 
cloak() - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
cloak() - Method in interface org.apache.tapestry5.services.Environment
Deprecated.
Deprecated in 5.4 with no replacement; not longer used by Tapestry.
ClojureBuilder - Interface in org.apache.tapestry5.clojure
Creates a proxy for the interface that delegates each method to a Clojure function.
ClojureBuilderImpl - Class in org.apache.tapestry5.internal.clojure
 
ClojureBuilderImpl(PlasticProxyFactory, MethodToFunctionSymbolMapper, OperationTracker) - Constructor for class org.apache.tapestry5.internal.clojure.ClojureBuilderImpl
 
ClojureModule - Class in org.apache.tapestry5.clojure.modules
 
ClojureModule() - Constructor for class org.apache.tapestry5.clojure.modules.ClojureModule
 
clone() - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
Deprecated.
clone() - Method in class org.apache.tapestry5.ioc.util.IdAllocator
Creates a clone of this IdAllocator instance, copying the allocator's namespace and key map.
close() - Method in class org.apache.tapestry5.http.internal.gzip.BufferedGZipOutputStream
 
close() - Method in class org.apache.tapestry5.internal.util.TeeOutputStream
 
close() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
close(Closeable) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
 
close(Closeable) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
CLUSTERED_SESSIONS - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
If "true" then at the end of each request the SessionPersistedObjectAnalyzer will be called on each session persisted object that was accessed during the request.
CLUSTERED_SESSIONS - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" then at the end of each request the SessionPersistedObjectAnalyzer will be called on each session persisted object that was accessed during the request.
ClusteredSessionImpl - Class in org.apache.tapestry5.http.internal.services
A thin wrapper around HttpSession that supports re-storing of mutable session attributes at the end of the request (see ClusteredSessionImpl.restoreDirtyObjects()).
ClusteredSessionImpl(HttpServletRequest, HttpSession, SessionLock, SessionPersistedObjectAnalyzer) - Constructor for class org.apache.tapestry5.http.internal.services.ClusteredSessionImpl
 
coerce(Object, Class) - Method in class org.apache.tapestry5.commons.internal.services.TypeCoercerImpl
 
coerce(Object, Class<T>) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyConduitDelegate
 
coerce(String) - Method in class org.apache.tapestry5.commons.util.StringToEnumCoercion
 
coerce(String) - Method in class org.apache.tapestry5.internal.json.StringToJSONArray
 
coerce(String) - Method in class org.apache.tapestry5.internal.json.StringToJSONObject
 
coerce(S) - Method in class org.apache.tapestry5.commons.internal.services.CompoundCoercion
 
coerce(S) - Method in interface org.apache.tapestry5.commons.services.Coercion
Converts an input value.
coerce(S, Class<T>) - Method in interface org.apache.tapestry5.commons.services.TypeCoercer
Performs a coercion from an input type to a desired output type.
coerce(S, Class<T>) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Performs a coercion from an input type to a desired output type.
coerce(S, Class<T>) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
coerce(S, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.TypeCoercerProxy
Returns input cast to targetType if input is an instance of target type, otherwise delegates to TypeCoercer.coerce(Object, Class).
coerce(S, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.TypeCoercerProxyImpl
 
coerceContext(int, String) - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
 
coerceContext(int, String) - Method in interface org.apache.tapestry5.runtime.ComponentEvent
Coerces a context value to a particular type.
CoercingPropertyConduitWrapper - Class in org.apache.tapestry5.beanmodel.internal.services
 
CoercingPropertyConduitWrapper(PropertyConduit, TypeCoercer) - Constructor for class org.apache.tapestry5.beanmodel.internal.services.CoercingPropertyConduitWrapper
 
Coercion<S,​T> - Interface in org.apache.tapestry5.commons.services
Responsible for converting from one type to another.
CoercionFailedException - Exception in org.apache.tapestry5.commons.util
Exception used when a Coercion throws an exception while trying to coerce a value.
CoercionFailedException(String, Throwable) - Constructor for exception org.apache.tapestry5.commons.util.CoercionFailedException
 
CoercionNotFoundException - Exception in org.apache.tapestry5.commons.util
Exception used when TypeCoercer doesn't find a coercion from a type to another.
CoercionNotFoundException(String, AvailableValues, Class<?>, Class<?>) - Constructor for exception org.apache.tapestry5.commons.util.CoercionNotFoundException
 
CoercionTuple<S,​T> - Class in org.apache.tapestry5.commons.services
An immutable object that represents a mapping from one type to another.
CoercionTuple(Class<S>, Class<T>, Coercion<S, T>) - Constructor for class org.apache.tapestry5.commons.services.CoercionTuple
Standard constructor, which defaults wrap to true.
CoercionTuple(Class<S>, Class<T>, Coercion<S, T>, boolean) - Constructor for class org.apache.tapestry5.commons.services.CoercionTuple
Internal-use constructor.
CoercionTuple.Key - Class in org.apache.tapestry5.commons.services
Class that represents the key to be used to the mapped configuration of the TypeCoercer service.
collectEagerLoadServices(Collection<EagerLoadServiceProxy>) - Method in interface org.apache.tapestry5.ioc.internal.Module
Locates services with the EagerLoad annotation and generates proxies for them, then adds them to the proxies list for instantiation.
collectEagerLoadServices(Collection<EagerLoadServiceProxy>) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
CollectionFactory - Class in org.apache.tapestry5.commons.util
Static factory methods to ease the creation of new collection types (when using generics).
CollectionFactory() - Constructor for class org.apache.tapestry5.commons.util.CollectionFactory
 
CollectionGridDataSource - Class in org.apache.tapestry5.internal.grid
 
CollectionGridDataSource(Collection) - Constructor for class org.apache.tapestry5.internal.grid.CollectionGridDataSource
 
collectPageActivationContext(String) - Method in interface org.apache.tapestry5.internal.services.PageActivationContextCollector
Fires the passivate event and collects the response, which is coerced to an object array.
collectPageActivationContext(String) - Method in class org.apache.tapestry5.internal.services.PageActivationContextCollectorImpl
 
COLON - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
 
COLON - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
 
COLUMNS_ASCENDING - Static variable in class org.apache.tapestry5.grid.GridConstants
Deprecated.
Deprecated in 5.4 with no replacement.
COLUMNS_DESCENDING - Static variable in class org.apache.tapestry5.grid.GridConstants
Deprecated.
Deprecated in 5.4 with no replacement.
COLUMNS_SORTABLE - Static variable in class org.apache.tapestry5.grid.GridConstants
Deprecated.
Deprecated in 5.4 with no replacement.
ColumnSort - Enum in org.apache.tapestry5.grid
Identifies how a column within a GridSortModel is sorted.
combine(Mapper<A, B>, Mapper<B, C>) - Static method in class org.apache.tapestry5.func.F
Combines two mappers into a composite mapping from type A to type C via type B.
combine(Worker<? super T>...) - Static method in class org.apache.tapestry5.func.F
Combines several compatible workers together into a composite.
COMBINE_AND_MINIMIZE - org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy
The default strategy is to combine all the assets and minimize them together.
COMBINE_ONLY - org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy
Alternately, the assets can be combined, but not minimized (because some resources do not support minimization).
COMBINE_SCRIPTS - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" then JavaScript files in a JavaScriptStack will be combined into a single virtual JavaScript file.
COMMA - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
 
COMMA - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
 
COMMAND_PROCESSOR_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
The ITestContext attribute holding an instance of CommandProcessor, with enhanced exception reporting control.
comment - Variable in class org.apache.tapestry5.CookieBuilder
 
comment - Variable in class org.apache.tapestry5.internal.parser.CommentToken
 
comment(String) - Method in class org.apache.tapestry5.dom.Document
Adds the comment and returns this document for further construction.
comment(String) - Method in class org.apache.tapestry5.dom.Element
Adds the comment and returns this element for further construction.
comment(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
comment(String) - Method in interface org.apache.tapestry5.MarkupWriter
Adds an XML comment.
Comment - Class in org.apache.tapestry5.dom
A node that represents a comment within the DOM.
COMMENT - org.apache.tapestry5.internal.parser.TokenType
 
COMMENT - org.apache.tapestry5.internal.services.XMLTokenType
 
CommentToken - Class in org.apache.tapestry5.internal.parser
A node representing a comment embedded in the source input.
CommentToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.CommentToken
 
commit() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionManager
Commits the current transaction (which will cause a flush of data to the database), then starts a new transaction to replace it.
commit() - Method in class org.apache.tapestry5.hibernate.internal.HibernateSessionManagerImpl
 
commit() - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
 
commit(JSONObject) - Method in class org.apache.tapestry5.internal.services.PartialMarkupDocumentLinker
Commits changes, adding one or more keys to the reply.
CommitAfter - Annotation Type in org.apache.tapestry5.hibernate.annotations
Marks a method of a service (or a component method) as transactional: the active transaction should commit after invoking the method.
CommitAfter - Annotation Type in org.apache.tapestry5.jpa.annotations
 
CommitAfterMethodAdvice - Class in org.apache.tapestry5.internal.jpa
 
CommitAfterMethodAdvice(EntityTransactionManager, String) - Constructor for class org.apache.tapestry5.internal.jpa.CommitAfterMethodAdvice
 
CommitAfterWorker - Class in org.apache.tapestry5.hibernate.web.internal
Searches for methods that have the CommitAfter annotation and adds logic around the method to commit or abort the transaction.
CommitAfterWorker - Class in org.apache.tapestry5.internal.jpa
 
CommitAfterWorker(HibernateSessionManager) - Constructor for class org.apache.tapestry5.hibernate.web.internal.CommitAfterWorker
 
CommitAfterWorker(EntityManagerManager, EntityTransactionManager) - Constructor for class org.apache.tapestry5.internal.jpa.CommitAfterWorker
 
CommonResourcesInjectionProvider - Class in org.apache.tapestry5.internal.services
Allows for a number of anonymous injections based on the type of field that is to be injected.
CommonResourcesInjectionProvider() - Constructor for class org.apache.tapestry5.internal.services.CommonResourcesInjectionProvider
 
CommonsUtils - Class in org.apache.tapestry5.commons.util
Some utility methods used in different Tapestry subprojects.
CommonsUtils() - Constructor for class org.apache.tapestry5.commons.util.CommonsUtils
 
COMPACT_JSON - Static variable in class org.apache.tapestry5.SymbolConstants
If "true", then JSON page initialization content is compressed; if "false" then extra white space is added (pretty printing).
compareSpecial(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
compareSpecial(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
Special comparison logic for primitive float, double and long.
compareTo(ExceptionReport.ThreadInfo) - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport.ThreadInfo
 
compareTo(MethodDescription) - Method in class org.apache.tapestry5.plastic.MethodDescription
 
Compatibility - Interface in org.apache.tapestry5.services.compatibility
Used globally to track what compatibility traits are enabled.
CompatibilityImpl - Class in org.apache.tapestry5.internal.services.compatibility
 
CompatibilityImpl(Map<Trait, Boolean>) - Constructor for class org.apache.tapestry5.internal.services.compatibility.CompatibilityImpl
 
CompatibilityModule - Class in org.apache.tapestry5.modules
Defines services for managing compatibility across releases.
CompatibilityModule() - Constructor for class org.apache.tapestry5.modules.CompatibilityModule
 
COMPILATION_LEVEL - Static variable in class org.apache.tapestry5.webresources.WebResourcesSymbols
Defines the level at which the Google Closure compiler operations, as per CompilationLevel.
component() - Method in annotation type org.apache.tapestry5.annotations.OnEvent
The local id of the component from which the event originates.
Component - Interface in org.apache.tapestry5.runtime
Interface that defines the lifecycle of a component, within a page, allowing for callbacks into the component for many different events.
Component - Annotation Type in org.apache.tapestry5.annotations
Used to define an embedded component within another component.
COMPONENT - org.apache.tapestry5.ioc.annotations.AnnotationUseContext
Annotation may be used on/in component classes
COMPONENT - org.apache.tapestry5.services.transform.ControlledPackageType
Top-level classes within the packages are components, that are transformed according to ComponentClassTransformWorker2.
COMPONENT - Static variable in class org.apache.tapestry5.BindingConstants
A reference to a component within the container's template, by local component id.
COMPONENT_DEPENDENCY_FILE - Static variable in class org.apache.tapestry5.SymbolConstants
Defines what file should be used to store and read component dependency information.
COMPONENT_EVENTS_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry5.TapestryConstants
Name of the HTML data attribute which contains information about component events published by using the PublishEvent annotation in a component event handler method.
COMPONENT_RENDER_TRACING_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" and TapestryHttpSymbolConstants.PRODUCTION_MODE is off, comments will be rendered before and after the rendering of any component allowing more visibility into which components rendered which markup.
ComponentAction<T> - Interface in org.apache.tapestry5
An action that is associated with a component.
ComponentActionSink - Class in org.apache.tapestry5.corelib.internal
Used to collection component actions, with the ultimate goal being the creation of a MIME-encoded string of the serialization of those actions.
ComponentActionSink(Logger, ClientDataEncoder) - Constructor for class org.apache.tapestry5.corelib.internal.ComponentActionSink
 
ComponentAssemblerSource - Interface in org.apache.tapestry5.internal.pageload
Provides access to ComponentAssemblers (this is used by the assemblers to find related assemblers).
ComponentBinding - Class in org.apache.tapestry5.internal.bindings
 
ComponentBinding(Location, String, ComponentResources, String) - Constructor for class org.apache.tapestry5.internal.bindings.ComponentBinding
 
ComponentBindingFactory - Class in org.apache.tapestry5.internal.bindings
The "component:" binding prefix, which allows access to a child component via its id.
ComponentBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.ComponentBindingFactory
 
ComponentCallback - Interface in org.apache.tapestry5.internal.structure
Callback interface, used when invoking lifecycle methods on components.
ComponentClassCache - Interface in org.apache.tapestry5.internal.services
A cache for converting between class names and component (or other) classes.
ComponentClassCacheImpl - Class in org.apache.tapestry5.internal.services
 
ComponentClassCacheImpl(PlasticProxyFactory, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.ComponentClassCacheImpl
 
ComponentClasses - Annotation Type in org.apache.tapestry5.ioc.annotations
Marker annotation used to inject the correct InvalidationEventHub service responsible for invalidations when underlying component class files are changed.
ComponentClassResolver - Interface in org.apache.tapestry5.services
Resolves page names and component types to fully qualified class names.
ComponentClassResolverImpl - Class in org.apache.tapestry5.internal.services
 
ComponentClassResolverImpl(Logger, ClassNameLocator, String, Collection<LibraryMapping>) - Constructor for class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
ComponentClassTransformWorker2 - Interface in org.apache.tapestry5.services.transform
Interface for a set of objects that can perform transformation of component classes.
componentCount - Variable in class org.apache.tapestry5.internal.structure.Page.Stats
The total number of components in the page, including the root component.
ComponentDefaultProvider - Interface in org.apache.tapestry5.services
A service that can be injected into a component to provide common defaults for various types of parameters.
ComponentDefaultProviderImpl - Class in org.apache.tapestry5.internal.services
 
ComponentDefaultProviderImpl(PropertyAccess, BindingSource, ValueEncoderSource, FieldTranslatorSource, FieldValidatorDefaultSource) - Constructor for class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
ComponentDependencyGraphvizGenerator - Interface in org.apache.tapestry5.internal.services
Service that generates a Graphviz DOT description file for a given component's dependency graph or for the whole set of dependencies of all components.
ComponentDependencyGraphvizGeneratorImpl - Class in org.apache.tapestry5.internal.services
 
ComponentDependencyGraphvizGeneratorImpl(ComponentDependencyRegistry, ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.services.ComponentDependencyGraphvizGeneratorImpl
 
ComponentDependencyRegistry - Interface in org.apache.tapestry5.internal.services
Internal service that registers direct dependencies between components (including components, pages and base classes).
ComponentDependencyRegistry.DependencyType - Enum in org.apache.tapestry5.internal.services
Enum class defining the types of dependency components, pages and mixins can have among them.
ComponentDependencyRegistryImpl - Class in org.apache.tapestry5.internal.services
 
ComponentDependencyRegistryImpl(PageClassLoaderContextManager, PlasticManager, ComponentClassResolver, TemplateParser, ComponentTemplateLocator, String, boolean) - Constructor for class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
 
ComponentEvent - Interface in org.apache.tapestry5.runtime
An event that may originate in application logic, or as a result of a client interaction (a GET or POST from the client).
ComponentEventCallback<T> - Interface in org.apache.tapestry5
Callback interface for a render phase event or ComponentEvent, notified when a non-null value is returned from some event handler method.
ComponentEventDispatcher - Class in org.apache.tapestry5.internal.services
Processes component action events sent as requests from the client.
ComponentEventDispatcher(ComponentRequestHandler, ComponentEventLinkEncoder) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventDispatcher
 
ComponentEventException - Exception in org.apache.tapestry5.runtime
A wrapper exception around any exception thrown when invoking a component event handler.
ComponentEventException(String, String, EventContext, Object, Throwable) - Constructor for exception org.apache.tapestry5.runtime.ComponentEventException
 
ComponentEventHandler - Interface in org.apache.tapestry5.services
ComponentEventImpl - Class in org.apache.tapestry5.internal.services
 
ComponentEventImpl(String, String, EventContext, ComponentEventCallback, ComponentPageElementResources, boolean, ComponentModel, Logger) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventImpl
 
ComponentEventLinkEncoder - Interface in org.apache.tapestry5.services
Responsible for creating Links for page render requests and for component event requests, and for parsing incoming paths to identify requests that are component event or page render requests.
ComponentEventLinkEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ComponentEventLinkEncoderImpl(ComponentClassResolver, ContextPathEncoder, LocalizationSetter, Response, RequestSecurityManager, BaseURLSource, PersistentLocale, boolean, String, String, MetaDataLocator, ClientWhitelist) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
ComponentEventLinkTransformer - Interface in org.apache.tapestry5.services.linktransform
Allows for selective replacement of the default Link used to represent a component event request.
ComponentEventRequestFilter - Interface in org.apache.tapestry5.services
Filter interface for ComponentEventRequestHandler.
ComponentEventRequestHandler - Interface in org.apache.tapestry5.services
Handler interface for component event requests.
ComponentEventRequestHandlerImpl - Class in org.apache.tapestry5.internal.services
 
ComponentEventRequestHandlerImpl(ComponentEventResultProcessor, RequestPageCache, Response, PageActivator, Environment) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl
 
ComponentEventRequestParameters - Class in org.apache.tapestry5.services
Encapsulates all the information that may be provided in a component event request URL.
ComponentEventRequestParameters(String, String, String, String, EventContext, EventContext) - Constructor for class org.apache.tapestry5.services.ComponentEventRequestParameters
 
ComponentEventResultProcessor<T> - Interface in org.apache.tapestry5.services
Responsible for handling the return value provided by a component event handler method.
ComponentInstanceProcessor - Annotation Type in org.apache.tapestry5.internal.services
Marker for ComponentEventResultProcessor to identify the particular implementation used for handling Component instances (i.e., pages).
ComponentInstanceResultProcessor - Class in org.apache.tapestry5.internal.services
 
ComponentInstanceResultProcessor(Logger, ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.ComponentInstanceResultProcessor
 
ComponentInstantiatorSource - Interface in org.apache.tapestry5.internal.services
Creates Instantiators for components, based on component class name.
ComponentInstantiatorSourceImpl - Class in org.apache.tapestry5.internal.services
A wrapper around a PlasticManager that allows certain classes to be modified as they are loaded.
ComponentInstantiatorSourceImpl(Logger, LoggerSource, PlasticProxyFactory, ComponentClassTransformWorker2, ClasspathURLConverter, OperationTracker, Map<String, ControlledPackageType>, boolean, boolean, ComponentClassResolver, InternalComponentInvalidationEventHub, PageClassLoaderContextManager, ComponentDependencyRegistry) - Constructor for class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
ComponentLayer - Annotation Type in org.apache.tapestry5.ioc.annotations
Marker annotation used to identify a service from the component layer that conflicts, in terms of service interface, with a service from elsewhere.
ComponentLibraries - Class in org.apache.tapestry5.corelib.pages
Page used to describe the component libraries being used in the application.
ComponentLibraries() - Constructor for class org.apache.tapestry5.corelib.pages.ComponentLibraries
 
ComponentLibraryInfo - Class in org.apache.tapestry5.services
Class that encapsulates information about a component library, going beyond what a library mapping provides.
ComponentLibraryInfo() - Constructor for class org.apache.tapestry5.services.ComponentLibraryInfo
 
ComponentLibraryInfo.DefaultSourceUrlResolver - Class in org.apache.tapestry5.services
ComponentLibraryInfo.SourceUrlResolver - Interface in org.apache.tapestry5.services
Interface that provides the source URL for a given ComponentLibraryInfo.
ComponentLibraryInfoSource - Interface in org.apache.tapestry5.services
Service that provides information about component libraries.
ComponentMessages - Annotation Type in org.apache.tapestry5.services
Marker annotation used to inject the correct InvalidationEventHub service responsible for validations when component message catalog (i.e., ".properties") files change.
ComponentMessagesSource - Interface in org.apache.tapestry5.services.messages
Used to connect a Tapestry component to its message catalog, or to obtain the application catalog (that all component message catalogs extend from).
ComponentMessagesSourceImpl - Class in org.apache.tapestry5.internal.services
 
ComponentMessagesSourceImpl(boolean, boolean, List<Resource>, PropertiesFileParser, ComponentResourceLocator, ClasspathURLConverter, ComponentRequestSelectorAnalyzer, ThreadLocale, ComponentClassResolver, Logger) - Constructor for class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
 
ComponentModel - Interface in org.apache.tapestry5.model
Defines a component in terms of its capabilities, parameters, sub-components, etc.
ComponentModelSource - Interface in org.apache.tapestry5.internal.services
Access to component models (as provided via ComponentInstantiatorSource).
ComponentModelSourceImpl - Class in org.apache.tapestry5.internal.services
 
ComponentModelSourceImpl(ComponentClassResolver, ComponentInstantiatorSource) - Constructor for class org.apache.tapestry5.internal.services.ComponentModelSourceImpl
 
ComponentName - Class in org.apache.tapestry5.internal.pageload
Used to construct component names.
ComponentOverride - Interface in org.apache.tapestry5.services
Service that allows replacing one component, page or mixin class by another without changing the sources.
ComponentOverrideImpl - Class in org.apache.tapestry5.internal
 
ComponentOverrideImpl(Map<Class, Class>, Logger) - Constructor for class org.apache.tapestry5.internal.ComponentOverrideImpl
 
ComponentPageElement - Interface in org.apache.tapestry5.internal.structure
Defines an element of a Page that is a full Component, including the possibility of its own template and mixins.
ComponentPageElementImpl - Class in org.apache.tapestry5.internal.structure
Implements RenderCommand and represents a component within an overall page.
ComponentPageElementImpl(Page, Instantiator, ComponentPageElementResources) - Constructor for class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
Constructor for the root component of a page.
ComponentPageElementResources - Interface in org.apache.tapestry5.internal.structure
Provides access to common methods of various services, needed by implementations of ComponentPageElement and InternalComponentResources.
ComponentPageElementResourcesImpl - Class in org.apache.tapestry5.internal.structure
 
ComponentPageElementResourcesImpl(ComponentResourceSelector, ComponentMessagesSource, TypeCoercer, ComponentClassCache, ContextValueEncoder, LinkSource, RequestPageCache, ComponentClassResolver, LoggerSource, OperationTracker, PerthreadManager, boolean, boolean, RequestGlobals) - Constructor for class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
ComponentPageElementResourcesSource - Interface in org.apache.tapestry5.internal.structure
Provides access to the ComponentPageElementResources facade.
ComponentPageElementResourcesSourceImpl - Class in org.apache.tapestry5.internal.structure
 
ComponentPageElementResourcesSourceImpl(ComponentMessagesSource, TypeCoercer, ComponentClassCache, ContextValueEncoder, LinkSource, RequestPageCache, ComponentClassResolver, LoggerSource, OperationTracker, PerthreadManager, boolean, boolean, RequestGlobals) - Constructor for class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesSourceImpl
 
componentParameter(ComponentResources, String, String) - Method in class org.apache.tapestry5.internal.services.compatibility.DeprecationWarningImpl
 
componentParameter(ComponentResources, String, String) - Method in interface org.apache.tapestry5.services.compatibility.DeprecationWarning
Used to identify a component parameter that has been deprecated.
ComponentParameterConstants - Class in org.apache.tapestry5
Constants for core component parameters defined by Symbol
ComponentParameterConstants() - Constructor for class org.apache.tapestry5.ComponentParameterConstants
 
componentParameterValue(ComponentResources, String, Object, String) - Method in class org.apache.tapestry5.internal.services.compatibility.DeprecationWarningImpl
 
componentParameterValue(ComponentResources, String, Object, String) - Method in interface org.apache.tapestry5.services.compatibility.DeprecationWarning
Used to identify a specific parameter value that is no longer supported.
componentReplacer(MethodAdviceReceiver, ComponentOverride) - Static method in class org.apache.tapestry5.modules.TapestryModule
 
ComponentRequestFilter - Interface in org.apache.tapestry5.services
Filter interface for ComponentRequestHandler.
ComponentRequestHandler - Interface in org.apache.tapestry5.services
A facade around ComponentEventRequestHandler and PageRenderRequestHandler that allows for simplified filters that cover both types of requests.
ComponentRequestHandlerTerminator - Class in org.apache.tapestry5.internal.services
Terminator for the ComponentRequestHandler pipeline, that feeds out into the ComponentEventRequestHandler and PageRenderRequestHandler pipelines.
ComponentRequestHandlerTerminator(ComponentEventRequestHandler, PageRenderRequestHandler) - Constructor for class org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator
 
ComponentRequestSelectorAnalyzer - Interface in org.apache.tapestry5.services.pageload
Determines the ComponentResourceSelector for the current request.
ComponentResourceLocator - Interface in org.apache.tapestry5.services.pageload
A central service that encapsulates the rules for locating resources for components.
ComponentResources - Interface in org.apache.tapestry5
Provides a component instance with the resources provided by the framework.
ComponentResourcesAware - Interface in org.apache.tapestry5.runtime
Interface implemented by components (after they have been transformed at load time).
ComponentResourcesCommon - Interface in org.apache.tapestry5
Operations shared by the public ComponentResources interface and ComponentPageElement interface (on the internal side).
ComponentResourceSelector - Class in org.apache.tapestry5.services.pageload
Encapsulates the information that is used when locating a template or message catalog associated with a component.
ComponentResourceSelector(Locale) - Constructor for class org.apache.tapestry5.services.pageload.ComponentResourceSelector
 
ComponentResourcesOperation - Interface in org.apache.tapestry5.internal.services
Deprecated.
In Tapestry 5.4; use MethodAdvice and other parts of the new (in 5.3) plastic library.
ComponentResourcesRenderer - Class in org.apache.tapestry5.internal.renderers
Renders ComponentResources instance, showing the complete id and the class name and the location (if a location is available, it won't be for pages).
ComponentResourcesRenderer(ObjectRenderer) - Constructor for class org.apache.tapestry5.internal.renderers.ComponentResourcesRenderer
 
ComponentResultProcessorWrapper - Class in org.apache.tapestry5.internal.services
A wrapper around ComponentEventResultProcessor that encapsulates capturing the exception.
ComponentResultProcessorWrapper(ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
 
components - Variable in class org.apache.tapestry5.internal.PageCatalogTotals
Total number of components.
COMPONENTS_SUBPACKAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
ComponentSource - Interface in org.apache.tapestry5.services
Used by classes that need to retrieve a component by its complete id, or a page by its logical page name or root component class.
ComponentSourceImpl - Class in org.apache.tapestry5.internal.services
 
ComponentSourceImpl(RequestPageCache, ComponentClassResolver, RequestGlobals) - Constructor for class org.apache.tapestry5.internal.services.ComponentSourceImpl
 
ComponentTemplate - Interface in org.apache.tapestry5.internal.parser
A parsed component template, containing all the tokens parsed from the template.
ComponentTemplateImpl - Class in org.apache.tapestry5.internal.parser
 
ComponentTemplateImpl(Resource, List<TemplateToken>, Map<String, Location>, boolean, boolean, Map<String, List<TemplateToken>>) - Constructor for class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
ComponentTemplateLocator - Interface in org.apache.tapestry5.services.templates
Deprecated.
Deprecated in 5.3, override or decorate ComponentResourceSelector instead.
ComponentTemplates - Annotation Type in org.apache.tapestry5.services
Marker annotation used to inject the correct InvalidationEventHub service responsible for validations when component template files change.
ComponentTemplateSource - Interface in org.apache.tapestry5.internal.services
Provides access to cached ComponentTemplates.
ComponentTemplateSourceImpl - Class in org.apache.tapestry5.internal.services
Service implementation that manages a cache of parsed component templates.
ComponentTemplateSourceImpl(boolean, boolean, TemplateParser, ComponentResourceLocator, ClasspathURLConverter, ComponentRequestSelectorAnalyzer, ThreadLocale, Logger) - Constructor for class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
 
ComponentWorker - Class in org.apache.tapestry5.internal.transform
Finds fields with the Component annotation and updates the model.
ComponentWorker(ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.transform.ComponentWorker
 
CompositeFieldValidator - Class in org.apache.tapestry5.internal.services
Aggregates together a number of field validator instances as a single unit.
CompositeFieldValidator(List<FieldValidator>) - Constructor for class org.apache.tapestry5.internal.services.CompositeFieldValidator
 
CompoundCoercion<S,​I,​T> - Class in org.apache.tapestry5.commons.internal.services
Combines two coercions to create a coercion through an intermediate type.
CompoundCoercion(Coercion<S, I>, Coercion<I, T>) - Constructor for class org.apache.tapestry5.commons.internal.services.CompoundCoercion
 
COMPRESS_WHITESPACE - Static variable in class org.apache.tapestry5.SymbolConstants
Controls whether whitespace is compressed by default in templates, or left as is.
COMPRESSABLE - org.apache.tapestry5.services.assets.CompressionStatus
The content may be compressed but has not yet been compressed.
COMPRESSED - org.apache.tapestry5.services.assets.CompressionStatus
The content has been compressed, which must be reflected in the Response's content encoding.
CompressedStreamableResource - Class in org.apache.tapestry5.internal.services.assets
GZip compressed representation of a StreamableResource.
CompressedStreamableResource(StreamableResource, AssetChecksumGenerator) - Constructor for class org.apache.tapestry5.internal.services.assets.CompressedStreamableResource
 
compression - Variable in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
 
COMPRESSION_DISABLED - org.apache.tapestry5.services.assets.StreamableResourceProcessing
As with StreamableResourceProcessing.COMPRESSION_ENABLED, but the final compression stage (and compression cache) is skipped.
COMPRESSION_ENABLED - org.apache.tapestry5.services.assets.StreamableResourceProcessing
The default behavior when the client supports compression, and an individual (non-aggregated) resources is being accessed.
CompressionAnalyzer - Interface in org.apache.tapestry5.http.services
Identifies which content types are compressable.
CompressionAnalyzerImpl - Class in org.apache.tapestry5.internal.services.assets
 
CompressionAnalyzerImpl(Map<String, Boolean>) - Constructor for class org.apache.tapestry5.internal.services.assets.CompressionAnalyzerImpl
 
CompressionStatus - Enum in org.apache.tapestry5.services.assets
Indicates how the content inside a StreamableResource is (potentially) compressed.
compute(Function<? super T, ? extends T>) - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
Computes a new value with the help of the current one, which is returned.
ComputedValue<T> - Interface in org.apache.tapestry5.plastic
Provides an indirect, or computed, value.
computeIfAbsent(Supplier<? extends T>) - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
If no value is currently stored (checked by PerThreadValue.exists()), the value provided by the supplier function is set and return.
computeIfPresent(Function<? super T, ? extends T>) - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
If a value is currently stored (checked by PerThreadValue.exists()), this value is used to compute a new one with the given mapping function.
concat(Collection<? extends T>) - Method in interface org.apache.tapestry5.func.FlowOperations
Returns a new Flow with the elements in the collection appended to this Flow.
concat(Flow<? extends T>) - Method in interface org.apache.tapestry5.func.Flow
Returns a new Flow with the other Flow's elements appended to this Flow's.
ConcurrentBarrier - Class in org.apache.tapestry5.ioc.internal.util
A barrier used to execute code in a context where it is guarded by read/write locks.
ConcurrentBarrier() - Constructor for class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
 
condition - Variable in class org.apache.tapestry5.services.javascript.StylesheetOptions
The Internet Explorer condition associated with the link.
Condition - Enum in org.apache.tapestry5.plastic
CONDUIT - org.apache.tapestry5.internal.plastic.FieldState
 
Configuration<T> - Interface in org.apache.tapestry5.commons
Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ConfigurationType - Enum in org.apache.tapestry5.ioc.internal
Defines the three types of configurations a service may request.
configure(String, String, int, int) - Method in class org.apache.tapestry5.test.JettyRunner
 
configure(Configuration<?>) - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorConfigurer
Passed the configuration so as to make changes.
configure(TapestryPersistenceUnitInfo) - Method in class org.apache.tapestry5.internal.jpa.PackageNamePersistenceUnitConfigurer
Configures a persistence unit.
configure(TapestryPersistenceUnitInfo) - Method in interface org.apache.tapestry5.jpa.PersistenceUnitConfigurer
Configures a persistence unit.
configure(JSONObject) - Method in interface org.apache.tapestry5.services.javascript.ModuleConfigurationCallback
Receives the current configuration, which can be copied or returned, or (more typically) modified and returned.
configure(Configuration) - Method in interface org.apache.tapestry5.hibernate.HibernateConfigurer
Passed the configuration so as to make changes.
configure(Configuration) - Method in class org.apache.tapestry5.hibernate.internal.DefaultHibernateConfigurer
 
configure(Configuration) - Method in class org.apache.tapestry5.hibernate.internal.PackageNameHibernateConfigurer
 
configureAllowedHeaders(HttpServletResponse, HttpServletRequest) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
configureAllowedHeaders(HttpServletResponse, HttpServletRequest) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
Conditionally the Access-Control-Request-Headers HTTP header.
configureControlledPackagesFromComponentClassResolver(MappedConfiguration<String, ControlledPackageType>, ComponentClassResolver) - Static method in class org.apache.tapestry5.modules.InternalModule
Contributes packages identified by ComponentClassResolver.getControlledPackageMapping().
configureCredentials(HttpServletResponse) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
configureCredentials(HttpServletResponse) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
Conditionally sets the Access-Control-Allow-Credentials HTTP header.
configureExposeHeaders(HttpServletResponse) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
configureExposeHeaders(HttpServletResponse) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
Conditionally sets the Access-Control-Expose-Headers HTTP header.
ConfigureHTMLElementFilter - Class in org.apache.tapestry5.internal.services.javascript
Responsible for writing attributes needed to configure the client, into the HTML element.
ConfigureHTMLElementFilter(ThreadLocale, boolean) - Constructor for class org.apache.tapestry5.internal.services.javascript.ConfigureHTMLElementFilter
 
configureInstantiator(String, ClassInstantiator) - Method in class org.apache.tapestry5.internal.plastic.NoopDelegate
 
configureInstantiator(String, ClassInstantiator<T>) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
configureInstantiator(String, ClassInstantiator<T>) - Method in interface org.apache.tapestry5.plastic.PlasticManagerDelegate
Configures the instantiator for a transformed PlasticClass.
configureMaxAge(HttpServletResponse) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
configureMaxAge(HttpServletResponse) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
Conditionally sets the Access-Control-Max-Age HTTP header.
configureMethods(HttpServletResponse) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
configureMethods(HttpServletResponse) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
Conditionally sets the Access-Control-Allow-Methods HTTP header in responses to preflight CORS requests.
configureOrigin(HttpServletResponse, String) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
configureOrigin(HttpServletResponse, String) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
Sets the Access-Control-Allow-Origin HTTP header with a given value.
configureStandardAssetFactories(MappedConfiguration<String, AssetFactory>, AssetFactory, AssetFactory) - Method in class org.apache.tapestry5.modules.AssetsModule
 
Confirm - Class in org.apache.tapestry5.corelib.mixins
A mixin that can be placed on a clickable component, such as LinkSubmit, and will raise a confirmation dialog when the element is clicked.
Confirm() - Constructor for class org.apache.tapestry5.corelib.mixins.Confirm
 
CONNECTIONS_PER_HOSTS - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
The maximum number of connections allowed per host for this Mongo instance.
CONSISTENT_REQUEST - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
Where to use or not the consisten request paradigm.
constant() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
 
constant_return() - Constructor for class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.constant_return
 
constraints - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
constructAssetPath(String, String, StreamableResource) - Method in class org.apache.tapestry5.internal.services.assets.AssetPathConstructorImpl
 
constructAssetPath(String, String, StreamableResource) - Method in interface org.apache.tapestry5.services.assets.AssetPathConstructor
Constructs an asset URL path from the virtual folder and path (within the virtual folder).
constructClassNodeFromBytecode(String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
Constructs a class node by reading the raw bytecode for a class and instantiating a ClassNode (via ClassReader.accept(org.apache.tapestry5.internal.plastic.asm.ClassVisitor, int)).
constructClientPath(String...) - Method in class org.apache.tapestry5.internal.services.PathConstructorImpl
 
constructClientPath(String...) - Method in interface org.apache.tapestry5.services.PathConstructor
Constructs a client path, the path portion of an absolute URL.
constructCreator(ServiceBuilderResources) - Method in interface org.apache.tapestry5.ioc.internal.ObjectCreatorSource
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.
constructCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
 
constructDispatchPath(String...) - Method in class org.apache.tapestry5.internal.services.PathConstructorImpl
 
constructDispatchPath(String...) - Method in interface org.apache.tapestry5.services.PathConstructor
Constructs the dispatch path, which is like the client path, but omits the context path; this aligns the result with the value returned from Request.getPath(), and is used in code, typically Dispatcher implementations, that are attempting to route based on the incoming request path.
ConstructionPlan<T> - Class in org.apache.tapestry5.ioc.internal.util
Encapsulates the initial construction of an object instance, followed by a series InitializationPlans to initialize fields and invoke other methods of the constructed object.
ConstructionPlan(OperationTracker, String, Invokable<T>) - Constructor for class org.apache.tapestry5.ioc.internal.util.ConstructionPlan
 
ConstructorCallback - Interface in org.apache.tapestry5.plastic
Supplies construction-time logic for the class' constructor.
ConstructorInvoker<T> - Class in org.apache.tapestry5.ioc.internal.util
Wraps the invocation of a constructor (with exception reporting) as an Invokable.
ConstructorInvoker(Constructor, ObjectCreator[]) - Constructor for class org.apache.tapestry5.ioc.internal.util.ConstructorInvoker
 
ConstructorServiceCreator - Class in org.apache.tapestry5.ioc.internal
A service creator based on an implementation class' constructor, rather than a service builder method.
ConstructorServiceCreator(ServiceBuilderResources, String, Constructor) - Constructor for class org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
 
constructPathsForJavaScriptStack(String) - Method in interface org.apache.tapestry5.internal.services.javascript.JavaScriptStackPathConstructor
Given a stack, by name, return a list of URL paths for the individual libraries in the stack.
constructPathsForJavaScriptStack(String) - Method in class org.apache.tapestry5.internal.services.javascript.JavaScriptStackPathConstructorImpl
 
consumes() - Method in annotation type org.apache.tapestry5.annotations.RestInfo
Defines the request body media types supported by the annotated REST event handler method.
container() - Method in annotation type org.apache.tapestry5.test.TapestryTestConfiguration
Which container to use.
CONTAINER_PAGE_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
The name of a query parameter that stores the containing page (used in action links when the page containing the component is not the same as the page that was rendering).
CONTAINING_PAGE_DID_ATTACH_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
CONTAINING_PAGE_DID_DETACH_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
CONTAINING_PAGE_DID_LOAD_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
CONTAINING_PAGE_DID_RESET_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
containingPageDidAttach() - Method in class org.apache.tapestry5.runtime.PageLifecycleAdapter
Deprecated.
 
containingPageDidAttach() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
Deprecated.
containingPageDidDetach() - Method in class org.apache.tapestry5.runtime.PageLifecycleAdapter
Deprecated.
 
containingPageDidDetach() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
Deprecated.
containingPageDidLoad() - Method in class org.apache.tapestry5.runtime.PageLifecycleAdapter
Deprecated.
 
containingPageDidLoad() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
containingPageDidReset() - Method in interface org.apache.tapestry5.internal.structure.PageResetListener
Deprecated.
Invoked when the page is accessed from some other page.
contains(Object) - Method in class org.apache.tapestry5.json.JSONArray
Returns true if this JSONArray contains the specified value.
contains(String) - Method in interface org.apache.tapestry5.commons.Messages
Returns true if the bundle contains the named key.
contains(String) - Method in class org.apache.tapestry5.commons.util.AbstractMessages
 
contains(String) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
Tells whether this registry already contans a given class name.
contains(String) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
 
containsAll(Collection<?>) - Method in class org.apache.tapestry5.json.JSONArray
Returns true if this JSONArray contains all of the values in the specified collection.
containsChanges() - Method in class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
Re-acquires the last updated timestamp for each URL and returns true if any timestamp has changed.
containsKey(Object) - Method in class org.apache.tapestry5.commons.util.CaseInsensitiveMap
 
containsKey(Object) - Method in class org.apache.tapestry5.json.JSONObject
Returns true if this JSONObject contains a mapping for the specified key.
containsSymbols(String) - Static method in class org.apache.tapestry5.commons.internal.util.InternalCommonsUtils
Return true if the input string contains the marker for symbols that must be expanded.
containsSymbols(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Return true if the input string contains the marker for symbols that must be expanded.
containsValue(Object) - Method in class org.apache.tapestry5.json.JSONObject
Returns true if this JSONObject maps one or more keys to the specified value.
containsValue(String, String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldBundleImpl
 
containsValue(String, String) - Method in interface org.apache.tapestry5.services.PersistentFieldBundle
Checks to see if a persistent value has been stored for the indicated component and field.
content - Variable in class org.apache.tapestry5.internal.parser.CDATAToken
 
CONTENT_ENCODING_HEADER - Static variable in class org.apache.tapestry5.http.internal.TapestryHttpInternalConstants
Name of response header for content encoding.
CONTENT_ENCODING_HEADER - Static variable in class org.apache.tapestry5.internal.InternalConstants
CONTENT_TYPE_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
Used in some Ajax scenarios to set the content type for the response early, when the Page instance (the authority on content types) is known.
ContentType - Class in org.apache.tapestry5.http
Represents an HTTP content type.
ContentType - Annotation Type in org.apache.tapestry5.annotations
An annotation on a page component used to identify the content type the page returns.
ContentType(String) - Constructor for class org.apache.tapestry5.http.ContentType
Creates a new content type from the argument.
ContentTypeAnalyzer - Interface in org.apache.tapestry5.services.assets
Used to determine the MIME content type for a resource.
ContentTypeAnalyzerImpl - Class in org.apache.tapestry5.internal.services.assets
 
ContentTypeAnalyzerImpl(Context, Map<String, String>) - Constructor for class org.apache.tapestry5.internal.services.assets.ContentTypeAnalyzerImpl
 
ContentTypeExtractor - Class in org.apache.tapestry5.internal.services.meta
 
ContentTypeExtractor() - Constructor for class org.apache.tapestry5.internal.services.meta.ContentTypeExtractor
 
Context - Interface in org.apache.tapestry5.http.services
An API agnostic version of ServletContext, used to bridge the gaps between the Servlet API and the Portlet API.
CONTEXT - Static variable in class org.apache.tapestry5.BindingConstants
Binding factory for context assets specifically.
CONTEXT - Static variable in class org.apache.tapestry5.internal.AssetConstants
For assets that are stored in the web application context.
CONTEXT_FOLDER - Static variable in class org.apache.tapestry5.internal.services.RequestConstants
Virtual folder name for assets that are actually stored in the context, but are exposed (much like classpath assets) to gain far-future expires headers and automatic content compression.
CONTEXT_PATH - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Identifies the context path of the application, as determined from ServletContext.getContextPath().
CONTEXT_PATH - Static variable in class org.apache.tapestry5.SymbolConstants
Identifies the context path of the application, as determined from ServletContext.getContextPath().
CONTEXT_PATH_PARAMETER - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
XmlTest parameter holding the context path.
ContextAssetFactory - Class in org.apache.tapestry5.internal.services
Implementation of AssetFactory for assets that are part of the web application context.
ContextAssetFactory(ResponseCompressionAnalyzer, ResourceChangeTracker, StreamableResourceSource, AssetPathConstructor, Context) - Constructor for class org.apache.tapestry5.internal.services.ContextAssetFactory
 
ContextAssetRequestHandler - Class in org.apache.tapestry5.internal.services.assets
Handles requests for context assets, screening out attempt to access anything under WEB-INF or META-INF.
ContextAssetRequestHandler(ResourceStreamer, Resource) - Constructor for class org.apache.tapestry5.internal.services.assets.ContextAssetRequestHandler
 
ContextAwareException - Interface in org.apache.tapestry5
An interface implemented by exceptions that get special handling in the default RequestExceptionHandler service.
ContextBindingFactory - Class in org.apache.tapestry5.internal.bindings
Specialization of AssetBindingFactory that is explicitly limited to context assets.
ContextBindingFactory(AssetSource) - Constructor for class org.apache.tapestry5.internal.bindings.ContextBindingFactory
 
ContextImpl - Class in org.apache.tapestry5.http.internal.services
 
ContextImpl(ServletContext) - Constructor for class org.apache.tapestry5.http.internal.services.ContextImpl
 
contextMenu(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
contextMenuAt(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
contextPath() - Method in annotation type org.apache.tapestry5.test.TapestryTestConfiguration
The context path to make the application available under.
ContextPathEncoder - Interface in org.apache.tapestry5.services
A service to provide utilities needed for event context encoding and decoding to and from (partial) URL paths.
ContextPathEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ContextPathEncoderImpl(ContextValueEncoder, URLEncoder, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
 
ContextProvider - Annotation Type in org.apache.tapestry5.services
Marker annotation to select the correct AssetFactory for injection.
ContextResource - Class in org.apache.tapestry5.internal.services
A resource stored with in the web application context.
ContextResource(Context, String) - Constructor for class org.apache.tapestry5.internal.services.ContextResource
 
ContextResourceSymbolProvider - Class in org.apache.tapestry5.internal
Makes a Resource in the Context available as a SymbolProvider
ContextResourceSymbolProvider(Context, String) - Constructor for class org.apache.tapestry5.internal.ContextResourceSymbolProvider
 
ContextValueEncoder - Interface in org.apache.tapestry5.services
Used to convert values used in event contexts to client string representations and back.
ContextValueEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ContextValueEncoderImpl(ValueEncoderSource) - Constructor for class org.apache.tapestry5.internal.services.ContextValueEncoderImpl
 
CONTINUE_CORS_PROCESSING - org.apache.tapestry5.http.CorsHandlerResult
The next CorsHandler should be called.
CONTINUE_REQUEST_PROCESSING - org.apache.tapestry5.http.CorsHandlerResult
No other CorsHandler should be called and request processing should resume (i.e.
contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in class org.apache.tapestry5.http.internal.AbstractContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Performs the work needed to contribute into the standard, unordered configuration.
contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in class org.apache.tapestry5.http.internal.AbstractContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Performs the work needed to contribute into the mapped configuration.
contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.http.internal.AbstractContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.http.internal.SyntheticSymbolSourceContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Performs the work needed to contribute into the ordered configuration.
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
Contribute - Annotation Type in org.apache.tapestry5.ioc.annotations
An annotation that may be placed on a contributor method of a module.
contributeAjaxComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes: AjaxFormUpdate AjaxFormUpdateFilter
contributeApplicationDefaults(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.modules.Bootstrap4Module
 
contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter>, TypeCoercer, ComponentClassResolver, InvalidationEventHub, RestoreDirtySessionObjects) - Method in class org.apache.tapestry5.modules.TapestryModule
Adds a listener to the ComponentInstantiatorSource that clears the PropertyAccess and TypeCoercer caches on a class loader invalidation.
contributeApplicationStateManager(MappedConfiguration<Class, ApplicationStateContribution>, boolean, HibernateSessionSource) - Static method in class org.apache.tapestry5.hibernate.web.modules.HibernateModule
Contributes ApplicationStateContributions for all registered Hibernate entity classes.
contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String, ApplicationStatePersistenceStrategy>) - Method in class org.apache.tapestry5.hibernate.web.modules.HibernateModule
Contributes the following strategy: entity Stores the id of the entity and reloads from the Session
contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String, ApplicationStatePersistenceStrategy>, ApplicationStatePersistenceStrategy) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes the default "session" strategy.
contributeBeanValidatorGroupSource(Configuration<Class<?>>) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
 
contributeBeanValidatorSource(OrderedConfiguration<BeanValidatorConfigurer>, ThreadLocale) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
 
contributeBindingSource(MappedConfiguration<String, BindingFactory>, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes the factory for several built-in binding prefixes ("asset", "block", "component", "literal", prop", "nullfieldstrategy", "message", "validate", "translate", "var").
contributeClasspathAssetProtectionRule(OrderedConfiguration<ClasspathAssetProtectionRule>) - Static method in class org.apache.tapestry5.modules.AssetsModule
 
contributeClientConstraintDescriptorSource(JavaScriptSupport, Configuration<ClientConstraintDescriptor>) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
 
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.openapiviewer.modules.TapestryOpenApiViewerModule
 
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
 
contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter>) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
Adds UploadException to the pipeline, between Secure and Ajax (both provided by TapestryModule).
contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter>, RequestSecurityManager, ComponentEventRequestHandler) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes filters: Ajax Determines if the request is Ajax oriented, and redirects to an alternative handler if so Secure Sends a redirect if an non-secure request accesses a secure page
contributeComponentEventResultProcessor(MappedConfiguration<Class, ComponentEventResultProcessor>, MappedEntityManager, Response, ObjectMapperSource, String) - Static method in class org.apache.tapestry5.rest.jackson.modules.RestJacksonModule
Adds a (entity class, JacksonComponentEventResultProcessor) for each entity class returned by MappedEntityManager.getEntities().
contributeComponentEventResultProcessor(ComponentEventResultProcessor, MappedConfiguration<Class, ComponentEventResultProcessor>) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes handlers for the following types: Object Failure case, added to provide a more useful exception message Link Sends a redirect to the link (which is typically a page render link) String Sends a page render redirect Class Interpreted as the class name of a page, sends a page render render redirect (this is more refactoring safe than the page name) Component A page's root component (though a non-root component will work, but will generate a warning).
contributeComponentRequestHandler(OrderedConfiguration<ComponentRequestFilter>, boolean) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes: OperationTracker Tracks general information about the request using OperationTracker UnknownComponentFilter (production mode only) ProductionModeUnknownComponentFilter - Detects request with unknown component and aborts handling to ultimately deliver a 404 response InitializeActivePageName InitializeActivePageName DeferredResponseRenderer DeferredResponseRenderer
contributeComponentTemplateLocator(OrderedConfiguration<ComponentTemplateLocator>, AssetFactory, String, ComponentClassResolver) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes two template locators: Default Searches for the template on the classpath (DefaultTemplateLocator Page Searches for page templates in the context (PageTemplateLocator)
contributeCorsHttpServletRequestFilter(OrderedConfiguration<CorsHandler>) - Static method in class org.apache.tapestry5.http.modules.TapestryHttpModule
 
contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>) - Static method in class org.apache.tapestry5.kaptcha.modules.KaptchaModule
 
contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>, DataTypeAnalyzer) - Static method in class org.apache.tapestry5.commons.internal.BasicDataTypeAnalyzers
 
contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>, DataTypeAnalyzer) - Static method in class org.apache.tapestry5.modules.TapestryModule
contributeDefaultDataTypeAnalyzer(MappedConfiguration<Class, String>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Maps property types to data type names: String --> text Number --> number Enum --> enum Boolean --> boolean Date --> date
contributeFactoryDefaults(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.http.modules.TapestryHttpModule
Contributes factory defaults that may be overridden.
contributeFactoryDefaults(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.modules.PageLoadModule
Contributes factory defaults that may be overridden.
contributeFactoryDefaults(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes factory defaults that may be overridden.
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.hibernate.web.modules.HibernateModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.mongodb.modules.MongodbModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
 
contributeHibernateEntityPackageManager(Configuration<String>, String) - Static method in class org.apache.tapestry5.hibernate.web.modules.HibernateModule
Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.
contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer>, HibernateConfigurer) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name
contributeHiddenFieldLocationRules(MappedConfiguration<String, RelativeElementPosition>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Determines positioning of hidden fields relative to other elements (this is needed by FormFragment and others.
contributeHttpRequestBodyConverter(OrderedConfiguration<HttpRequestBodyConverter>) - Static method in class org.apache.tapestry5.http.modules.TapestryHttpModule
 
contributeHttpRequestBodyConverter(OrderedConfiguration<HttpRequestBodyConverter>) - Static method in class org.apache.tapestry5.rest.jackson.modules.RestJacksonModule
contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>, boolean, boolean, CorsHttpServletRequestFilter, GZipFilter) - Method in class org.apache.tapestry5.http.modules.TapestryHttpModule
StoreIntoGlobals Stores the request and response into RequestGlobals at the start of the pipeline IgnoredPaths Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other applications GZip Handles GZIP compression of response streams (if supported by client)
contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>, HttpServletRequestFilter) - Method in class org.apache.tapestry5.modules.TapestryModule
StoreIntoGlobals Stores the request and response into RequestGlobals at the start of the pipeline IgnoredPaths Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other applications GZip Handles GZIP compression of response streams (if supported by client)
contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>, MultipartDecoder) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
Contributes a filter, "MultipartFilter" after "IgnoredPaths".
contributeLinkSource(OrderedConfiguration<LinkCreationListener2>) - Static method in class org.apache.tapestry5.modules.InternalModule
Contributes: LinkDecoration (instance of LinkDecorationListener) Triggers events for notifications about links
contributeMappedEntityManager(Configuration<String>, String) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes the package "<root>.rest.entities" to the configuration, so that it will be scanned for mapped entity classes.
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>, ModuleManager, boolean, String, boolean, boolean, boolean, ValidationDecoratorFactory) - Method in class org.apache.tapestry5.modules.TapestryModule
Adds page render filters, each of which provides an Environmental service.
contributeMasterDispatcher(OrderedConfiguration<Dispatcher>, boolean) - Static method in class org.apache.tapestry5.modules.TapestryModule
The MasterDispatcher is a chain-of-command of individual Dispatchers, each handling (like a servlet) a particular kind of incoming request.
contributeMasterObjectProvider(OrderedConfiguration<ObjectProvider>, ObjectProvider, ObjectLocator) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes two object providers: Asset Checks for the Path annotation, and injects an Asset Service Injects based on the Service annotation, if present ApplicationMessages Injects the global application messages
contributeMasterStackTraceElementAnalyzer(OrderedConfiguration<StackTraceElementAnalyzer>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes: Application Checks for classes in the application package Proxies Checks for classes that appear to be generated proxies. SunReflect Checks for sun.reflect (which are omitted) TapestryAOP Omits stack frames for classes related to Tapestry AOP (such as advice, etc.) OperationTracker Omits stack frames related to OperationTracker Access Omits stack frames used to provide access to container class private members
contributeMetaWorker(MappedConfiguration<Class, MetaDataExtractor>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes extractors for Meta, Secure, ContentType and WhitelistAccessOnly annotations.
contributeNullFieldStrategySource(MappedConfiguration<String, NullFieldStrategy>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes strategies accessible via the NullFieldStrategySource service.
contributeObjectMapperSource(OrderedConfiguration<ObjectMapperSource>) - Static method in class org.apache.tapestry5.rest.jackson.modules.RestJacksonModule
Contributes FallbackObjectMapperSource (contribution id Fallback) so we guarantee there's always an ObjectMapper provided for any type.
contributeObjectRenderer(MappedConfiguration<Class, ObjectRenderer>, ObjectRenderer, TypeCoercer) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes a default object renderer for type Object, plus specialized renderers for Request, Location, ComponentResources, EventContext, AvailableValues, List, and Object[].
contributeOpenApiTypeDescriber(OrderedConfiguration<OpenApiTypeDescriber>) - Static method in class org.apache.tapestry5.rest.jackson.modules.RestJacksonModule
Contributes JacksonOpenApiTypeDescriber to the OpenApiTypeDescriber service to generate J.
contributePageCachingReferenceTypeService(OrderedConfiguration<PageCachingReferenceTypeService>) - Static method in class org.apache.tapestry5.modules.PageLoadModule
 
contributePageRenderRequestHandler(OrderedConfiguration<PageRenderRequestFilter>, RequestSecurityManager) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes a single filter, "Secure", which checks for non-secure requests that access secure pages.
contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter>, ValidationDecoratorFactory) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>) - Static method in class org.apache.tapestry5.hibernate.web.modules.HibernateModule
Contributes the following: entity Stores the id of the entity and reloads from the Session
contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>, Request, PersistentFieldStrategy) - Method in class org.apache.tapestry5.modules.TapestryModule
Contributes several strategies: session Values are stored in the Session flash Values are stored in the Session, until the next request (for the page) client Values are encoded into URLs (or hidden form fields)
contributeRegistryStartup(OrderedConfiguration<Runnable>, boolean, HibernateSessionSource) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
 
contributeRegistryStartup(OrderedConfiguration<Runnable>, PeriodicExecutor) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
 
contributeRequestHandler(OrderedConfiguration<RequestFilter>) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
contributeRequestHandler(OrderedConfiguration<RequestFilter>, Context, boolean, PageClassLoaderContextManager) - Method in class org.apache.tapestry5.modules.TapestryModule
Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (see CheckForUpdatesFilter).
contributeServiceOverride(MappedConfiguration<Class<?>, Object>, FieldValidatorDefaultSource) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
 
contributeSessionPersistedObjectAnalyzer(MappedConfiguration<Class, SessionPersistedObjectAnalyzer>) - Static method in class org.apache.tapestry5.http.modules.TapestryHttpModule
Identifies String, Number and Boolean as immutable objects, a catch-all handler for Object (that understands the ImmutableSessionPersistedObject annotation), and a handler for OptimizedSessionPersistedObject.
contributeTemplateParser(MappedConfiguration<String, URL>) - Static method in class org.apache.tapestry5.modules.TapestryModule
 
contributeTranslatorSource(MappedConfiguration<Class, Translator>, NumericTranslatorSupport, Html5Support) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes the basic set of translators: string byte short integer long float double BigInteger BigDecimal
contributeTypeCoercer(MappedConfiguration<CoercionTuple.Key, CoercionTuple>) - Static method in class org.apache.tapestry5.http.modules.TapestryHttpModule
 
contributeTypeCoercer(MappedConfiguration<CoercionTuple.Key, CoercionTuple>) - Static method in class org.apache.tapestry5.mongodb.modules.MongodbModule
Contribute coercions for WriteConcern and ReadPreference to have them from Symbol
contributeTypeCoercer(MappedConfiguration<CoercionTuple.Key, CoercionTuple>, ObjectLocator, ThreadLocale, AssetSource, DynamicTemplateParser) - Static method in class org.apache.tapestry5.modules.TapestryModule
Adds coercions: String to SelectModel Map to SelectModel Collection to GridDataSource null to GridDataSource List to SelectModel ComponentResourcesAware (typically, a component) to ComponentResources ComponentResources to PropertyOverrides String to Renderable Renderable to Block String to DateFormat String to Resource (via AssetSource.resourceForPath(String)) Renderable to RenderCommand String to Pattern String to DateFormat Resource to DynamicTemplate Asset to Resource ValueEncoder to ValueEncoderFactory
contributeValidationConstraintGenerator(OrderedConfiguration<ValidationConstraintGenerator>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Adds built-in constraint generators: PrimtiveField -- primitive fields are always required ValidateAnnotation -- adds constraints from a Validate annotation
contributeValueEncoderSource(MappedConfiguration<Class, Object>) - Static method in class org.apache.tapestry5.modules.TapestryModule
Contributes ValueEncoders or ValueEncoderFactorys for types: Object String Enum
contributeValueEncoderSource(MappedConfiguration<Class, ValueEncoderFactory>, boolean, HibernateSessionSource, Session, TypeCoercer, PropertyAccess, LoggerSource) - Static method in class org.apache.tapestry5.hibernate.web.modules.HibernateModule
Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
ContributionDef - Interface in org.apache.tapestry5.ioc.def
Contribution to a service configuration.
ContributionDef2 - Interface in org.apache.tapestry5.ioc.def
Extended version of ContributionDef introduced to determine any module method annotated with Contribute as a contributor method.
ContributionDef3 - Interface in org.apache.tapestry5.ioc.def
Starting in Tapestry 5.3, contributions could be optional.
ContributionDefImpl - Class in org.apache.tapestry5.ioc.internal
 
ContributionDefImpl(String, Method, boolean, PlasticProxyFactory, Class, Set<Class>) - Constructor for class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
controlKeyDown() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
controlKeyUp() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
ControlledPackageType - Enum in org.apache.tapestry5.services.transform
Defines how a particular controlled package is processed.
convert(URL) - Method in class org.apache.tapestry5.ioc.internal.services.ClasspathURLConverterImpl
 
convert(URL) - Method in interface org.apache.tapestry5.ioc.services.ClasspathURLConverter
Passed a URL provided by ClassLoader.getResources(String) to check to see if can be converted.
convert(HttpServletRequest, Class<T>) - Method in class org.apache.tapestry5.http.internal.TypeCoercerHttpRequestBodyConverter
 
convert(HttpServletRequest, Class<T>) - Method in interface org.apache.tapestry5.http.services.HttpRequestBodyConverter
Converts the body of this request.
convert(HttpServletRequest, Class<T>) - Method in class org.apache.tapestry5.rest.jackson.internal.JacksonHttpRequestBodyConverter
 
convert(S) - Method in class org.apache.tapestry5.internal.plastic.Cache
 
convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.hibernate.web.internal.EntityPersistentFieldStrategy
 
convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.jpa.EntityPersistentFieldStrategy
 
convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
Hook that allows a value to be converted as it is written to the session.
convertApplicationValueToPersisted(EntityManagerManager, Object) - Static method in class org.apache.tapestry5.internal.jpa.JpaInternalUtils
 
convertAssetPath(String) - Method in class org.apache.tapestry5.internal.services.IdentityAssetPathConverter
 
convertAssetPath(String) - Method in interface org.apache.tapestry5.services.AssetPathConverter
Converts the default asset client URI to its final form, ready to be sent to the client.
convertBytecodeToClassNode(byte[]) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
 
convertLocator(String) - Static method in class org.apache.tapestry5.test.SeleniumTestCase
 
convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.hibernate.web.internal.EntityPersistentFieldStrategy
 
convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.internal.jpa.EntityPersistentFieldStrategy
 
convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
Converts a persisted value stored in the session back into an application value.
COOKIE_MAX_AGE - Static variable in class org.apache.tapestry5.SymbolConstants
The default time interval that cookies created by Tapestry will be kept in the client web browser.
CookieBuilder - Class in org.apache.tapestry5
A fluent API to create and write cookies.
CookieBuilder(String, String) - Constructor for class org.apache.tapestry5.CookieBuilder
Initialize a new CookieBuilder
Cookies - Interface in org.apache.tapestry5.services
Used by other services to obtain cookie values for the current request, or to write cookie values as part of the request.
CookiesImpl - Class in org.apache.tapestry5.internal.services
Implementation of the Cookies service interface.
CookiesImpl(Request, CookieSource, CookieSink, String, long) - Constructor for class org.apache.tapestry5.internal.services.CookiesImpl
 
CookieSink - Interface in org.apache.tapestry5.internal.services
You can write cookies to it.
CookieSource - Interface in org.apache.tapestry5.internal.services
Provides the cookies from the browser.
copy() - Method in class org.apache.tapestry5.json.JSONObject
Returns a new JSONObject that is a shallow copy of this JSONObject.
copy(InputStream, OutputStream) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Copies some content from an input stream to an output stream.
copyWithBasePath(String) - Method in interface org.apache.tapestry5.http.Link
Creates a copy of this link that has the same parameters, anchor, and other attributes, but a different base path.
copyWithBasePath(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
Core - Annotation Type in org.apache.tapestry5.services
Marker annotation for services that are provided by the Tapestry core module.
CORE_LIBRARY - Static variable in class org.apache.tapestry5.internal.InternalConstants
Virtual folder name for the core library.
CORE_STACK_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
Name of the core JavaScriptStack, which supplies the basic JavaScript infrastructure on the client.
CORS_ALLOW_CREDENTIALS - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Boolean value defining whether the Access-Control-Allow-Credentials HTTP header should be set automatically in the response for CORS requests.
CORS_ALLOW_CREDENTIALS - Static variable in class org.apache.tapestry5.SymbolConstants
Boolean value defining whether the Access-Control-Allow-Credentials HTTP header should be set automatically in the response for CORS requests.
CORS_ALLOW_METHODS - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Value to be used in the Access-Control-Allow-Methods in CORS preflight request responses.
CORS_ALLOW_METHODS - Static variable in class org.apache.tapestry5.SymbolConstants
Value to be used in the Access-Control-Allow-Methods in CORS preflight request responses.
CORS_ALLOWED_HEADERS - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Value to be used in the Access-Control-Allow-Headers in CORS preflight request responses.
CORS_ALLOWED_HEADERS - Static variable in class org.apache.tapestry5.SymbolConstants
Value to be used in the Access-Control-Allow-Headers in CORS preflight request responses.
CORS_ALLOWED_ORIGINS - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Comma-delimited of origins allowed for CORS.
CORS_ALLOWED_ORIGINS - Static variable in class org.apache.tapestry5.SymbolConstants
Comma-delimited of origins allowed for CORS.
CORS_ENABLED - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Defines whether the CORS (Cross-Origing Resource Sharing) support should be enabled or not.
CORS_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
Defines whether the CORS (Cross-Origing Resource Sharing) support should be enabled or not.
CORS_EXPOSE_HEADERS - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Value to be used in the Access-Control-Expose-Headers in CORS preflight request responses.
CORS_EXPOSE_HEADERS - Static variable in class org.apache.tapestry5.SymbolConstants
Value to be used in the Access-Control-Expose-Headers in CORS request responses.
CORS_MAX_AGE - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
Value to be used in the Access-Control-Max-Age in responses to preflight CORS requests.
CORS_MAX_AGE - Static variable in class org.apache.tapestry5.SymbolConstants
Value to be used in the Access-Control-Max-Age in responses to preflight CORS requests.
CorsHandler - Interface in org.apache.tapestry5.http.services
Interface implemented by classes handling CORS (Cross-Origin Resource Sharing) in requests.
CorsHandlerHelper - Interface in org.apache.tapestry5.http.services
Service that provides useful methods for CorsHandler implementations.
CorsHandlerHelperImpl - Class in org.apache.tapestry5.http.internal.services
Default CorsHandlerHelper implementation.
CorsHandlerHelperImpl(String, boolean, String, String, String, String) - Constructor for class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
 
CorsHandlerResult - Enum in org.apache.tapestry5.http
CorsHttpServletRequestFilter - Class in org.apache.tapestry5.http.services
HttpServletRequestFilter that handles CORS.
CorsHttpServletRequestFilter(List<CorsHandler>) - Constructor for class org.apache.tapestry5.http.services.CorsHttpServletRequestFilter
 
count() - Method in interface org.apache.tapestry5.func.FlowOperations
Returns the number of values in this flow.
create() - Method in annotation type org.apache.tapestry5.annotations.SessionState
If true (the default), then referencing an field marked with the annotation will create the SSO.
create() - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorSource
Creates a new Validator.
create() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionSource
Creates a new session using the SessionFactory created at service startup.
create() - Method in class org.apache.tapestry5.hibernate.internal.HibernateSessionSourceImpl
 
create() - Method in class org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
 
create() - Static method in class org.apache.tapestry5.internal.util.CaptureResultCallback
 
create() - Static method in class org.apache.tapestry5.internal.util.Holder
 
create() - Static method in class org.apache.tapestry5.internal.util.NamedSet
Convenience method for creating a new, empty set.
create() - Method in class org.apache.tapestry5.plastic.PlasticManager.PlasticManagerBuilder
Creates the PlasticManager with the current set of options.
create() - Method in interface org.apache.tapestry5.services.ApplicationStateCreator
Create a new instance of a session state object.
create(Class<E>) - Method in class org.apache.tapestry5.internal.services.EnumValueEncoderFactory
Deprecated.
 
create(Class<Object>) - Method in class org.apache.tapestry5.internal.services.TypeCoercedValueEncoderFactory
 
create(Class<S>, Class<T>, Coercion<S, T>) - Static method in class org.apache.tapestry5.commons.services.CoercionTuple
Convenience constructor to help with generics.
create(Class<T>) - Static method in class org.apache.tapestry5.commons.util.StringToEnumCoercion
 
create(Class<T>, boolean, Messages) - Method in class org.apache.tapestry5.beanmodel.internal.services.BeanModelSourceImpl
 
create(Class<T>, boolean, Messages) - Method in interface org.apache.tapestry5.beanmodel.services.BeanModelSource
create(Class<T>, Object...) - Static method in class org.apache.tapestry5.test.ioc.TestUtils
Deprecated.
Creates a new instance of the object using its default constructor, and initializes it (via TestUtils.set(Object, Object[])).
create(Class<V>) - Method in class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
 
create(Class<V>) - Method in interface org.apache.tapestry5.services.ValueEncoderFactory
For a given type, create an encoder.
create(Class, String) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyConduitSourceImpl
 
create(Class, String) - Method in interface org.apache.tapestry5.beanmodel.services.PropertyConduitSource
Returns a property conduit instance for the given expression.
create(String) - Method in class org.apache.tapestry5.internal.jpa.EntityManagerSourceImpl
 
create(String) - Method in interface org.apache.tapestry5.jpa.EntityManagerSource
Creates an EntityManager for the given persistence unit name.
create(List<?>) - Method in class org.apache.tapestry5.internal.services.SelectModelFactoryImpl
 
create(List<?>) - Method in interface org.apache.tapestry5.services.SelectModelFactory
Creates a SelectModel from a list of objects of the same type.
create(List<?>, String) - Method in class org.apache.tapestry5.internal.services.SelectModelFactoryImpl
 
create(List<?>, String) - Method in interface org.apache.tapestry5.services.SelectModelFactory
Creates a SelectModel from a list of objects of the same type and a label property name.
create(List<AnnotationProvider>) - Static method in class org.apache.tapestry5.commons.internal.services.AnnotationProviderChain
Creates an AnnotationProvider from the list of providers.
create(Invokable<T>) - Method in class org.apache.tapestry5.internal.util.RecomputableSupport
Wraps a computation with caching logic; once computed, the Invokable will return the same value, until RecomputableSupport.invalidate() is invoked.
create(ValueEncoder<V>) - Static method in class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
 
create(T) - Static method in class org.apache.tapestry5.internal.util.Holder
 
create(X, Y) - Static method in class org.apache.tapestry5.func.Tuple
 
CREATE_OBJECT - Static variable in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
createAccessors(PropertyAccessType) - Method in interface org.apache.tapestry5.plastic.PlasticField
Creates access to the field, using the default property name derived from the name of the field.
createAccessors(PropertyAccessType, String) - Method in interface org.apache.tapestry5.plastic.PlasticField
Creates accessors, possibly replacing existing methods (or overriding methods from a super class).
createAdvice(String) - Method in class org.apache.tapestry5.ioc.internal.services.OperationAdvisorImpl
 
createAdvice(String) - Method in interface org.apache.tapestry5.ioc.services.OperationAdvisor
Creates advice for a method.
createAdvisor(ModuleBuilderSource, ServiceResources) - Method in interface org.apache.tapestry5.ioc.AdvisorDef
Creates an object that can provide the service advice (in the default case, by invoking the advise method on the module class or instance).
createAdvisor(ModuleBuilderSource, ServiceResources) - Method in class org.apache.tapestry5.ioc.internal.AdvisorDefImpl
 
createAnnotatedType(Class<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createAnnotatedType(Class<T>) - Method in class org.apache.tapestry5.internal.jpa.TapestryCDIBeanManagerForJPAEntityListeners
 
createAnnotation() - Method in class org.apache.tapestry5.internal.plastic.AnnotationBuilder
 
createAnnotation(String, AnnotationNode) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
createAnnotationAccess(String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
createAnnotationAccess(List<AnnotationNode>) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
createAsset(Resource) - Method in class org.apache.tapestry5.internal.services.ClasspathAssetFactory
 
createAsset(Resource) - Method in class org.apache.tapestry5.internal.services.ContextAssetFactory
 
createAsset(Resource) - Method in class org.apache.tapestry5.internal.services.ExternalUrlAssetFactory
 
createAsset(Resource) - Method in interface org.apache.tapestry5.services.AssetFactory
Creates an instance of an asset.
createAsset(Resource, String, String) - Method in class org.apache.tapestry5.internal.services.AbstractAssetFactory
 
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createBeanAttributes(AnnotatedMember<?>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createBeanAttributes(AnnotatedType<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createBeanFactory() - Method in class org.apache.tapestry5.spring.TapestryApplicationContext
 
createBuilder(Class<T>, T, String) - Method in class org.apache.tapestry5.ioc.internal.services.AspectDecoratorImpl
 
createBuilder(Class<T>, T, String) - Method in interface org.apache.tapestry5.ioc.services.AspectDecorator
Creates a builder that can be used to create the interceptor.
createBuilder(Class<T>, T, AnnotationAccess, String) - Method in class org.apache.tapestry5.ioc.internal.services.AspectDecoratorImpl
 
createBuilder(Class<T>, T, AnnotationAccess, String) - Method in interface org.apache.tapestry5.ioc.services.AspectDecorator
Creates a builder that can be used to create the interceptor.
createCacheInvocationContextImpl(StaticCacheInvocationContext<? extends Annotation>, MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
 
createCacheKeyInvocationContextImpl(StaticCacheKeyInvocationContext<? extends Annotation>, MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
 
createChild(String) - Method in class org.apache.tapestry5.internal.plastic.InheritanceData
Returns a new MethodBundle that represents the methods of a child class of this bundle.
createClass(Class<T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.plastic.PlasticManager
Creates an entirely new class, extending from the provided base class.
createComponentEventLink(ComponentResources, String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Creates a link on behalf of a component.
createComponentEventLink(ComponentResources, String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createComponentEventLink(Page, String, String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.services.LinkSource
Creates a stateful action link.
createComponentEventLink(Page, String, String, boolean, Object...) - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
createComponentEventLink(ComponentEventRequestParameters, boolean) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
createComponentEventLink(ComponentEventRequestParameters, boolean) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerInterceptor
 
createComponentEventLink(ComponentEventRequestParameters, boolean) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
Creates a link that encapsulates a component event request, including PersistentLocale (if set).
createConstructorConstructionPlan(OperationTracker, ObjectLocator, InjectionResources, Logger, String, Constructor<T>) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
createCookie(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
createCreationalContext(Contextual<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createCreationalContext(Contextual<T>) - Method in class org.apache.tapestry5.internal.jpa.TapestryCDIBeanManagerForJPAEntityListeners
 
created() - Static method in class org.apache.tapestry5.services.HttpStatus
Creates an instance with status code 201 Created.
createdComponentEventLink(Link) - Method in interface org.apache.tapestry5.services.LinkCreationListener
Deprecated.
Invoked when an action link (a link that asks a component to perform an action) is created.
createdComponentEventLink(Link, ComponentEventRequestParameters) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
createdComponentEventLink(Link, ComponentEventRequestParameters) - Method in class org.apache.tapestry5.internal.services.LinkDecorationListener
 
createdComponentEventLink(Link, ComponentEventRequestParameters) - Method in interface org.apache.tapestry5.services.LinkCreationListener2
Invoked when an action link (a link that asks a component to perform an action) is created.
createDecorator(ModuleBuilderSource, ServiceResources) - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
Creates an object that can perform the decoration (in the default case, by invoking the decorator method on the module class or instance.
createDecorator(ModuleBuilderSource, ServiceResources) - Method in class org.apache.tapestry5.ioc.internal.DecoratorDefImpl
 
createDefaultDataTypeAnalyzer() - Static method in class org.apache.tapestry5.commons.internal.BasicDataTypeAnalyzers
 
createDefaultImplementation(Class<S>) - Method in class org.apache.tapestry5.ioc.internal.services.DefaultImplementationBuilderImpl
 
createDefaultImplementation(Class<S>) - Method in interface org.apache.tapestry5.ioc.services.DefaultImplementationBuilder
Creates a new implementation of the provided interface.
createDefaultTranslator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createDefaultTranslator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
createDefaultTranslator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createDefaultTranslator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Creates a FieldTranslator for the given property, or returns null if one can't be constructed.
createDefaultValidator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
 
createDefaultValidator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorDefaultSourceImpl
 
createDefaultValidator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldValidatorDefaultSource
A convenience for the full version; assumes that the resources are associated with a Field.
createDefaultValidator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
 
createDefaultValidator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.FieldValidatorDefaultSourceImpl
 
createDefaultValidator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.FieldValidatorDefaultSource
Analyzes the property type and property annotations to determine the default set of validations for the property, which are wrapped to form a FieldValidator for a field.
createDisplayModel(Class<T>, Messages) - Method in class org.apache.tapestry5.beanmodel.internal.services.BeanModelSourceImpl
 
createDisplayModel(Class<T>, Messages) - Method in interface org.apache.tapestry5.beanmodel.services.BeanModelSource
Creates a model for display purposes; this may include properties which are read-only.
createdPageRenderLink(Link) - Method in interface org.apache.tapestry5.services.LinkCreationListener
Deprecated.
Invoked when a page link (a link that renders a page) is created.
createdPageRenderLink(Link, PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
createdPageRenderLink(Link, PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.LinkDecorationListener
 
createdPageRenderLink(Link, PageRenderRequestParameters) - Method in interface org.apache.tapestry5.services.LinkCreationListener2
Invoked when a page link (a link that renders a page) is created.
createEditModel(Class<T>, Messages) - Method in class org.apache.tapestry5.beanmodel.internal.services.BeanModelSourceImpl
 
createEditModel(Class<T>, Messages) - Method in interface org.apache.tapestry5.beanmodel.services.BeanModelSource
Creates a model for edit and update purposes, only properties that are fully read-write are included.
createEventLink(String, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Creates a component event request link as a callback for this component.
createEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
createFileUpload() - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
createFormEventLink(String, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Creates a component event request link as a callback for this component.
createFormEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createFormEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
createImage(String) - Method in class org.apache.tapestry5.kaptcha.internal.services.KaptchaProducerImpl
 
createInjectionPoint(AnnotatedField<?>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createInjectionPoint(AnnotatedParameter<?>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createInjectionResources() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
Returns a map (based on injectionResources) that includes (possibly) an additional mapping containing the collected configuration data.
createInjectionTarget(AnnotatedType<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
 
createInjectionTarget(AnnotatedType<T>) - Method in class org.apache.tapestry5.internal.jpa.TapestryCDIBeanManagerForJPAEntityListeners
 
createInstance(Class) - Method in class org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreator
Invoked when an instance of the class is needed.
createInstance(Class) - Method in class org.apache.tapestry5.ioc.internal.ReloadableObjectCreator
 
createInstance(Class) - Method in class org.apache.tapestry5.ioc.internal.ReloadableServiceImplementationObjectCreator
 
createInstantiator() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
 
createInstantiator() - Method in interface org.apache.tapestry5.plastic.PlasticClassTransformation
Terminates the class transformation process, finishes any final bookkeeping, and returns an object used to instantiate the transformed class.
createInterceptor(Object) - Method in class org.apache.tapestry5.ioc.internal.ServiceDecoratorImpl
 
createInterceptor(Object) - Method in interface org.apache.tapestry5.ioc.ServiceDecorator
Creates a new interceptor object implementing the same service interface as the delegate object.
createLink(Object[]) - Method in class org.apache.tapestry5.corelib.base.AbstractComponentEventLink
Invoked to create the Link that will become the href attribute of the output.
createLink(Object[]) - Method in class org.apache.tapestry5.corelib.components.ActionLink
 
createLink(Object[]) - Method in class org.apache.tapestry5.corelib.components.EventLink
 
createMarkupWriter() - Method in class org.apache.tapestry5.test.TapestryTestCase
Creates a new markup writer instance (not a markup writer mock).
createMethodInvocationPlan(OperationTracker, ObjectLocator, InjectionResources, Logger, String, Object, Method) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
createObject() - Method in interface org.apache.tapestry5.commons.ObjectCreator
Create and return the object.
createObject() - Method in class org.apache.tapestry5.internal.spring.StaticObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.AdvisorStackBuilder
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.InterceptorStackBuilder
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator
Passes the resources and the service creator through the ServiceLifecycle.
createObject() - Method in class org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper
We could make this method synchronized, but in the context of creating a service for a proxy, it will already be synchronized (inside the proxy).
createObject() - Method in class org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
Invoked from the proxy to create the actual service implementation.
createObject() - Method in class org.apache.tapestry5.ioc.internal.services.CachingObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
Checks to see if the proxy has been shutdown, then invokes ObjectCreator.createObject() if it has not already done so.
createObject() - Method in class org.apache.tapestry5.ioc.internal.util.ConstructionPlan
 
createPageRenderLink(Class) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLink(Class) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's class to identify the target page, and using the pages normal passivation context (if it has one).
createPageRenderLink(Class, boolean, Object...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Creates a page render request link to render a specific page.
createPageRenderLink(Class, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createPageRenderLink(String) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLink(String) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's normal passivation context (if it has one).
createPageRenderLink(String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.services.LinkSource
Creates a render link for the page.
createPageRenderLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
createPageRenderLink(String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Creates a page render request link to render a specific page.
createPageRenderLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createPageRenderLink(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
createPageRenderLink(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerInterceptor
 
createPageRenderLink(PageRenderRequestParameters) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
Creates a Link that encapsulates a page render request, including activation context and PersistentLocale (if set).
createPageRenderLinkWithContext(Class, Object...) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLinkWithContext(Class, Object...) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's class to identify the target page, and using an override of the page's passivation context (possibly an empty one).
createPageRenderLinkWithContext(Class, EventContext) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLinkWithContext(Class, EventContext) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's class to identify the target page, and using an override of the page's passivation context
createPageRenderLinkWithContext(String, Object...) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLinkWithContext(String, Object...) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using an override of the page's passivation context (possibly an empty one).
createPageRenderLinkWithContext(String, EventContext) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLinkWithContext(String, EventContext) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using an override of the page's passivation context.
createParameterBinder(String) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
createPerThreadValue() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
createPerThreadValue() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createProxy(Class<T>, Class<? extends T>, ObjectCreator<T>, String) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxy(Class<T>, Class<? extends T>, ObjectCreator<T>, String) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Creates a proxy instance that delegates all methods through a corresponding ObjectCreator.
createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Same as createProxy(interfacetype, implementationType, callback, true)
createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.plastic.PlasticManager
Creates an entirely new class.
createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer, boolean) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer, boolean) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Creates a proxy object that implements the indicated interface and indicated service implementation type, then invokes the callback to further configure the proxy.
createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer, boolean) - Method in class org.apache.tapestry5.plastic.PlasticManager
Creates an entirely new class.
createProxy(Class<T>, ObjectCreator<T>, String) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxy(Class<T>, ObjectCreator<T>, String) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Creates a proxy instance that delegates all methods through a corresponding ObjectCreator.
createProxy(Class<T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxy(Class<T>, PlasticClassTransformer) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Creates a proxy object that implements the indicated interface, then invokes the callback to further configure the proxy.
createProxy(Class<T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.plastic.PlasticManager
Creates an entirely new class.
createProxy(Class<T>, PlasticClassTransformer, boolean) - Method in class org.apache.tapestry5.plastic.PlasticManager
Creates an entirely new class.
createProxyTransformation(Class<T>) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxyTransformation(Class<T>) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Creates the underlying PlasticClassTransformation for an interface proxy.
createProxyTransformation(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
 
createProxyTransformation(Class<T>, Class<? extends T>) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
Creates the underlying PlasticClassTransformation for an interface proxy with a given implementation class.
createProxyTransformation(Class, Class) - Method in class org.apache.tapestry5.plastic.PlasticManager
Returns createProxyTransformation(interfaceType, implementationType, true)
createProxyTransformation(Class, Class, boolean) - Method in class org.apache.tapestry5.plastic.PlasticManager
Creates the underlying PlasticClassTransformation for an interface proxy.
createRegistry() - Method in class org.apache.tapestry5.http.internal.TapestryAppInitializer
 
createRenderCommand(DynamicDelegate) - Method in interface org.apache.tapestry5.services.dynamic.DynamicTemplate
Given a delegate (to assist with locating Blocks and evaluating expressions) ...
createRenderEvent(RenderQueue) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createService(ServiceResources, ObjectCreator) - Method in class org.apache.tapestry5.ioc.internal.services.PerThreadServiceLifecycle
 
createService(ServiceResources, ObjectCreator) - Method in class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
 
createService(ServiceResources, ObjectCreator) - Method in interface org.apache.tapestry5.ioc.ServiceLifecycle
Returns the same creator, or a new one, that encapsulates the creation of the core service implementation.
createServiceCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
createServiceCreator(ServiceBuilderResources) - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns an ObjectCreator that can create the core service implementation.
createServiceCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
createShimInstance() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
 
createSink() - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
 
createSink() - Method in interface org.apache.tapestry5.services.ClientDataEncoder
Creates a sink for client data.
createTest() - Method in class org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner
 
createText() - Method in class org.apache.tapestry5.kaptcha.internal.services.KaptchaProducerImpl
 
createThunk(Class<T>, ObjectCreator, String) - Method in class org.apache.tapestry5.ioc.internal.services.ThunkCreatorImpl
 
createThunk(Class<T>, ObjectCreator, String) - Method in interface org.apache.tapestry5.ioc.services.ThunkCreator
Creates a Thunk of the given proxy type.
createTransformation(String, String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
createTransformation(String, String, String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
createTranslator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createTranslator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Creates a translator (used by the translate: binding prefix).
createTranslator(Field, String, Messages, Locale, Translator) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createTranslator(Field, String, Messages, Locale, Translator) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Wraps a Translator as a FieldTranslator.
createValidator(Field, String, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
createValidator(Field, String, String) - Method in interface org.apache.tapestry5.services.FieldValidatorSource
Creates the validator.
createValidator(Field, String, String, String, Messages, Locale) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
createValidator(Field, String, String, String, Messages, Locale) - Method in interface org.apache.tapestry5.services.FieldValidatorSource
Full featured version of FieldValidatorSource.createValidator(Field, String, String) used in situations where the container of the field is not necessarily the place to look for override messages, and the id of the field is not the key to use when checking.
createValidators(Field, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
createValidators(Field, String) - Method in interface org.apache.tapestry5.services.FieldValidatorSource
Creates a set of validators.
createValue() - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
createValue() - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Creates a value using a unique internal key.
createValue(ObjectCreator<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
createValue(ObjectCreator<T>) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Return ObjectCreator, which for each thread, the first call will use the delegate ObjectCreator to create an instance, and later calls will reuse the same per-thread instance.
creatorDescription - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 
CronExpression - Class in org.apache.tapestry5.ioc.internal.services.cron
Provides a parser and evaluator for unix-like cron expressions.
CronExpression(String) - Constructor for class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
Constructs a new CronExpression based on the specified parameter.
CronExpression(CronExpression) - Constructor for class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
Constructs a new CronExpression as a copy of an existing instance.
CronSchedule - Class in org.apache.tapestry5.ioc.services.cron
 
CronSchedule(String) - Constructor for class org.apache.tapestry5.ioc.services.cron.CronSchedule
 
CronSchedule(String, TimeZone) - Constructor for class org.apache.tapestry5.ioc.services.cron.CronSchedule
 
cssClass - Variable in enum org.apache.tapestry5.alerts.Severity
Deprecated.
Deprecated in Tapestry 5.4 with no replacement (beyond the name of the value itself).
cssClass - Variable in class org.apache.tapestry5.corelib.base.AbstractField
 
CSSClassConstants - Class in org.apache.tapestry5
Deprecated.
Deprecated in 5.4 with no replacement.
CSSClassConstants() - Constructor for class org.apache.tapestry5.CSSClassConstants
Deprecated.
 
CSSURLRewriter - Class in org.apache.tapestry5.internal.services.assets
Rewrites the url() attributes inside a CSS (MIME type "text/css")) resource.
CSSURLRewriter(StreamableResourceSource, OperationTracker, AssetSource, AssetChecksumGenerator, boolean) - Constructor for class org.apache.tapestry5.internal.services.assets.CSSURLRewriter
 
CURRENT_DIR_PATH - Static variable in class org.apache.tapestry5.test.constants.TapestryRunnerConstants
The current working directory (i.e., property "user.dir").
CURRENT_TEST_METHOD_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
ITestContext attribute updated to store the current test method (as a Method instance).
customizeApplicationContext(ServletContext, ConfigurableWebApplicationContext) - Method in interface org.apache.tapestry5.spring.ApplicationContextCustomizer
Allows the instantiated application context to be customized before it is initially refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 
customizeResponse(StreamableResource, Response) - Method in interface org.apache.tapestry5.services.assets.ResponseCustomizer
Invoked to customize the response; these are invoked in the order they are added to the StreamableResource.
CustomizingContextLoader - Class in org.apache.tapestry5.internal.spring
 
CustomizingContextLoader(ApplicationContextCustomizer) - Constructor for class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages