- 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 - Variable in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- cache - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
-
- 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
- CacheMode - Enum in org.apache.tapestry5.internal.webresources
-
- 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
-
- 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_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.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.InternalCommonsUtils
-
Capitalizes a string, converting the first character to uppercase.
- 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
-
- 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.ioc.util
-
An mapped collection where the keys are always strings and access to values is case-insensitive.
- CaseInsensitiveMap() - Constructor for class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
-
- CaseInsensitiveMap(int) - Constructor for class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
-
- CaseInsensitiveMap(Map<String, ? extends V>) - Constructor for class org.apache.tapestry5.ioc.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 - 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(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.
- CDATAToken - Class in org.apache.tapestry5.internal.parser
-
Literal text that was enclosed within a !
- 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.
- characters(char[], int, int) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- 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.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
-
- 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.OptimizedSessionPersistedObject
-
- checkAndResetDirtyState(Object) - Method in class org.apache.tapestry5.internal.services.DefaultSessionPersistedObjectAnalyzer
-
- checkAndResetDirtyState(OptimizedSessionPersistedObject) - Method in class org.apache.tapestry5.internal.services.OptimizedSessionPersistedObjectAnalyzer
-
- checkAndResetDirtyState(T) - Method in interface org.apache.tapestry5.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(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- checkcast(Class) - 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.
- checkcast(Class) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
- 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.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_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() - Constructor for class org.apache.tapestry5.javadoc.ClassDescription
-
- ClassDescription(ClassDoc, ClassDescriptionSource) - 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
-
- 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
-
- 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
-
- 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
-
- 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) - 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
-
- ClasspathResource(String) - Constructor for class org.apache.tapestry5.ioc.internal.util.ClasspathResource
-
- ClasspathResource(ClassLoader, String) - Constructor for class org.apache.tapestry5.ioc.internal.util.ClasspathResource
-
- ClasspathResourceSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
-
- 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
-
- 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.ioc.services
-
- ClassPropertyAdapterImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- ClassPropertyAdapterImpl(Class, List<PropertyDescriptor>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
-
- 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
-
- classWillLoad(PlasticClassEvent) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
-
- classWillLoad(PlasticClassEvent) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticClassListenerLogger
-
- 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.ioc.test.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 - Annotation Type in org.apache.tapestry5.annotations
-
Marker annotation for component methods associated with the terminal phase for the component rendering state machine.
- cleanupRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
-
Generally used to perform final cleanup of the component after rendering.
- 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 interface org.apache.tapestry5.grid.GridSortModel
-
- 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.CaseInsensitiveMap
-
- 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.ioc.util.Stack
-
Clears the stack, the same as popping off all elements.
- 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
-
- 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
-
- clearCache() - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- clearCache() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
-
Clears the cache of adapters and asks the
Introspector
to clear its cache.
- clearCache() - Method in class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
-
- clearCache() - Method in interface org.apache.tapestry5.ioc.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.ioc.services.PropertyAccess
-
Discards all stored property access information, discarding all created class adapters.
- clearCache() - Method in interface org.apache.tapestry5.ioc.services.TypeCoercer
-
Clears cached information stored by the TypeCoercer.
- clearCache() - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
-
- clearCacheWhenResourcesChange(ResourceChangeTracker) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
-
- clearCheckedException() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
-
- 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
-
- clearOnInvalidation(Map<?, ?>) - Method in class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
-
- clearOnInvalidation(Map<?, ?>) - Method in class org.apache.tapestry5.internal.services.ResourceDigestManagerImpl
-
- clearOnInvalidation(Map<?, ?>) - Method in interface org.apache.tapestry5.services.InvalidationEventHub
-
Adds a callback that clears the map.
- 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
-
- 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
PersistentFieldChange
s, and manage a query parameter stored into a
Link
to maining this data across requests.
- ClientPersistentFieldStorageImpl - Class in org.apache.tapestry5.internal.services
-
- 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
-
- 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.util.IdAllocator
-
Creates a clone of this IdAllocator instance, copying the allocator's namespace and key map.
- close() - Method in class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
-
- close(Closeable) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
-
- close() - Method in class org.apache.tapestry5.internal.util.TeeOutputStream
-
- close(Closeable) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
- close() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- 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.internal.services
-
- ClusteredSessionImpl(HttpServletRequest, HttpSession, SessionLock, SessionPersistedObjectAnalyzer) - Constructor for class org.apache.tapestry5.internal.services.ClusteredSessionImpl
-
- coerce(String) - Method in class org.apache.tapestry5.internal.json.StringToJSONArray
-
- coerce(String) - Method in class org.apache.tapestry5.internal.json.StringToJSONObject
-
- coerce(Object, Class<T>) - Method in class org.apache.tapestry5.internal.services.PropertyConduitDelegate
-
- 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) - Method in class org.apache.tapestry5.ioc.internal.services.CompoundCoercion
-
- coerce(Object, Class) - Method in class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
-
- coerce(S, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.TypeCoercerProxy
-
- coerce(S, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.TypeCoercerProxyImpl
-
- coerce(S) - Method in interface org.apache.tapestry5.ioc.services.Coercion
-
Converts an input value.
- coerce(S, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.TypeCoercer
-
Performs a coercion from an input type to a desired output type.
- coerce(String) - Method in class org.apache.tapestry5.util.StringToEnumCoercion
-
- 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.internal.services
-
- CoercingPropertyConduitWrapper(PropertyConduit, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
-
- Coercion<S,T> - Interface in org.apache.tapestry5.ioc.services
-
Responsible for converting from one type to another.
- CoercionTuple<S,T> - Class in org.apache.tapestry5.ioc.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.ioc.services.CoercionTuple
-
Standard constructor, which defaults wrap to true.
- CoercionTuple(Class<S>, Class<T>, Coercion<S, T>, boolean) - Constructor for class org.apache.tapestry5.ioc.services.CoercionTuple
-
Internal-use constructor.
- CoffeeScriptCompiler - Class in org.apache.tapestry5.internal.webresources
-
- CoffeeScriptCompiler(Resource, Resource, OperationTracker) - Constructor for class org.apache.tapestry5.internal.webresources.CoffeeScriptCompiler
-
- 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.ioc.internal.util
-
Static factory methods to ease the creation of new collection types (when using generics).
- CollectionFactory() - Constructor for class org.apache.tapestry5.ioc.internal.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.internal.antlr.PropertyExpressionLexer
-
- COLON - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- COLUMNS_ASCENDING - Static variable in class org.apache.tapestry5.grid.GridConstants
-
- COLUMNS_DESCENDING - Static variable in class org.apache.tapestry5.grid.GridConstants
-
- COLUMNS_SORTABLE - Static variable in class org.apache.tapestry5.grid.GridConstants
-
- ColumnSort - Enum in org.apache.tapestry5.grid
-
- com.yahoo.platform.yui.compressor - package com.yahoo.platform.yui.compressor
-
- 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_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.internal.antlr.PropertyExpressionLexer
-
- COMMA - Static variable in class org.apache.tapestry5.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 - Class in org.apache.tapestry5.dom
-
A node that represents a comment within the DOM.
- 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 - Variable in class org.apache.tapestry5.internal.parser.CommentToken
-
- comment(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
-
- comment(String) - Method in interface org.apache.tapestry5.MarkupWriter
-
Adds an XML comment.
- 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.internal.hibernate.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(EntityManagerManager) - Constructor for class org.apache.tapestry5.internal.jpa.CommitAfterMethodAdvice
-
- CommitAfterWorker - Class in org.apache.tapestry5.internal.hibernate
-
Searches for methods that have the
CommitAfter
annotation and adds
logic around the method to commit or abort the transaction.
- CommitAfterWorker(HibernateSessionManager) - Constructor for class org.apache.tapestry5.internal.hibernate.CommitAfterWorker
-
- CommitAfterWorker - Class in org.apache.tapestry5.internal.jpa
-
- CommitAfterWorker(EntityManagerManager) - 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
-
- 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
.
- compile(LessCompiler, LessSource) - Method in class org.apache.tapestry5.internal.webresources.LessResourceTransformer
-
- Component - Annotation Type in org.apache.tapestry5.annotations
-
Used to define an embedded component within another component.
- COMPONENT - Static variable in class org.apache.tapestry5.BindingConstants
-
A reference to a component within the container's template, by local component id.
- 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_RENDER_TRACING_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
-
If "true" and
SymbolConstants.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 ComponentAssembler
s (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.services
-
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
-
- 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
-
- 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
Link
s 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
-
- 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
-
- 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
Instantiator
s 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, ComponentClassResolver, InternalComponentInvalidationEventHub) - Constructor for class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
-
- ComponentLayer - Annotation Type in org.apache.tapestry5.services
-
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
-
- 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, List<Resource>, PropertiesFileParser, ComponentResourceLocator, ClasspathURLConverter) - 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
-
- 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
-
- 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
-
- 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
-
- ComponentRequestHandler - Interface in org.apache.tapestry5.services
-
- ComponentRequestHandlerTerminator - Class in org.apache.tapestry5.internal.services
-
- ComponentRequestHandlerTerminator(ComponentEventRequestHandler, PageRenderRequestHandler) - Constructor for class org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator
-
- ComponentRequestSelectorAnalyzer - Interface in org.apache.tapestry5.services.pageload
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ComponentTemplateSourceImpl - Class in org.apache.tapestry5.internal.services
-
Service implementation that manages a cache of parsed component templates.
- ComponentTemplateSourceImpl(boolean, TemplateParser, ComponentResourceLocator, ClasspathURLConverter) - 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.ioc.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.ioc.internal.services.CompoundCoercion
-
- compress(Writer, int) - Method in class com.yahoo.platform.yui.compressor.CssCompressor
-
- COMPRESS_WHITESPACE - Static variable in class org.apache.tapestry5.SymbolConstants
-
Controls whether whitespace is compressed by default in templates, or left as is.
- CompressedStreamableResource - Class in org.apache.tapestry5.internal.services.assets
-
- CompressedStreamableResource(StreamableResource, AssetChecksumGenerator) - Constructor for class org.apache.tapestry5.internal.services.assets.CompressedStreamableResource
-
- compression - Variable in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
-
- CompressionAnalyzer - Interface in org.apache.tapestry5.services.assets
-
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
-
- ComputedValue<T> - Interface in org.apache.tapestry5.plastic
-
Provides an indirect, or computed, value.
- 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.
- 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.
- 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 - Enum in org.apache.tapestry5.plastic
-
- condition - Variable in class org.apache.tapestry5.services.javascript.StylesheetOptions
-
The Internet Explorer condition associated with the link.
- Configuration<T> - Interface in org.apache.tapestry5.ioc
-
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(Configuration<?>) - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorConfigurer
-
Passed the configuration so as to make changes.
- 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.internal.hibernate.DefaultHibernateConfigurer
-
- configure(Configuration) - Method in class org.apache.tapestry5.internal.hibernate.PackageNameHibernateConfigurer
-
- 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(String, String, int, int) - Method in class org.apache.tapestry5.test.Jetty7Runner
-
- configureControlledPackagesFromComponentClassResolver(MappedConfiguration<String, ControlledPackageType>, ComponentClassResolver) - Static method in class org.apache.tapestry5.modules.InternalModule
-
- 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.
- 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.internal.antlr.PropertyExpressionParser
-
- constant_return() - Constructor for class org.apache.tapestry5.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
InitializationPlan
s 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
-
- 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
-
- containingPageDidDetach() - Method in class org.apache.tapestry5.runtime.PageLifecycleAdapter
-
Deprecated.
- containingPageDidDetach() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
-
- 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(String) - Method in interface org.apache.tapestry5.ioc.Messages
-
Returns true if the bundle contains the named key.
- contains(String) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
-
- 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.ioc.util.CaseInsensitiveMap
-
- containsSymbols(String) - Static method in class org.apache.tapestry5.ioc.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(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.internal.InternalConstants
-
Name of response header for content encoding.
- 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.
- ContentChangeTracker - Class in org.apache.tapestry5.internal.webresources
-
Manages a collection of Resources and can check to see if any resource's actual content has changed.
- ContentChangeTracker() - Constructor for class org.apache.tapestry5.internal.webresources.ContentChangeTracker
-
- ContentType - Annotation Type in org.apache.tapestry5.annotations
-
An annotation on a page component used to identify the content type the page returns.
- ContentType - Class in org.apache.tapestry5
-
Represents an HTTP content type.
- ContentType(String) - Constructor for class org.apache.tapestry5.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 - 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 - Interface in org.apache.tapestry5.services
-
An API agnostic version of
ServletContext
, used to bridge the gaps between the Servlet API and
the Portlet API.
- 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.SymbolConstants
-
- 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
-
- ContextBindingFactory - Class in org.apache.tapestry5.internal.bindings
-
- ContextBindingFactory(AssetSource) - Constructor for class org.apache.tapestry5.internal.bindings.ContextBindingFactory
-
- ContextImpl - Class in org.apache.tapestry5.internal.services
-
- ContextImpl(ServletContext) - Constructor for class org.apache.tapestry5.internal.services.ContextImpl
-
- contextMenu(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- contextMenuAt(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- 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
-
- 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
-
- contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in class org.apache.tapestry5.internal.AbstractContributionDef
-
- contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.internal.AbstractContributionDef
-
- contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in class org.apache.tapestry5.internal.AbstractContributionDef
-
- contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.internal.SyntheticSymbolSourceContributionDef
-
- Contribute - Annotation Type in org.apache.tapestry5.ioc.annotations
-
An annotation that may be placed on a contributor method of a module.
- 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, OrderedConfiguration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
-
Performs the work needed to contribute into the ordered configuration.
- 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, Configuration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
-
- contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
-
- contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
-
- contributeAjaxComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter>) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter>, TypeCoercer, ComponentClassResolver, InvalidationEventHub, RestoreDirtySessionObjects) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- contributeApplicationStateManager(MappedConfiguration<Class, ApplicationStateContribution>, boolean, HibernateSessionSource) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateModule
-
- contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String, ApplicationStatePersistenceStrategy>) - Method in class org.apache.tapestry5.hibernate.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").
- contributeClientConstraintDescriptorSource(JavaScriptSupport, Configuration<ClientConstraintDescriptor>) - Static method in class org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule
-
- contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.upload.modules.UploadModule
-
- 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
- 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).
- 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
-
- contributeComponentTemplateLocator(OrderedConfiguration<ComponentTemplateLocator>, AssetFactory, String, ComponentClassResolver) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>, DataTypeAnalyzer) - Static method in class org.apache.tapestry5.ioc.internal.BasicDataTypeAnalyzers
-
- contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>) - Static method in class org.apache.tapestry5.kaptcha.modules.KaptchaModule
-
- 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, String>) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateCoreModule
-
- contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateModule
-
- 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.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.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.
- contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>, boolean, GZipFilter, 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
- 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>) - 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.
- contributeMetaWorker(MappedConfiguration<Class, MetaDataExtractor>) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- contributeNullFieldStrategySource(MappedConfiguration<String, NullFieldStrategy>) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- contributeObjectRenderer(MappedConfiguration<Class, ObjectRenderer>, ObjectRenderer, TypeCoercer) - Method in class org.apache.tapestry5.modules.TapestryModule
-
- 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
-
- contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>) - Static method in class org.apache.tapestry5.hibernate.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
-
- contributeRequestHandler(OrderedConfiguration<RequestFilter>) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
-
- contributeRequestHandler(OrderedConfiguration<RequestFilter>, Context, boolean) - 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.modules.TapestryModule
-
- 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(Configuration<CoercionTuple>, ObjectLocator, ThreadLocale, AssetSource, DynamicTemplateParser) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- contributeTypeCoercer(Configuration<CoercionTuple>) - Static method in class org.apache.tapestry5.mongodb.modules.MongodbModule
-
Contribute coercions for
WriteConcern
and
ReadPreference
to have them from
Symbol
- 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, ValueEncoderFactory>, boolean, HibernateSessionSource, Session, TypeCoercer, PropertyAccess, LoggerSource) - Static method in class org.apache.tapestry5.hibernate.modules.HibernateModule
-
- contributeValueEncoderSource(MappedConfiguration<Class, Object>) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
- 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(S) - Method in class org.apache.tapestry5.internal.plastic.Cache
-
- convert(URL) - Method in class org.apache.tapestry5.ioc.internal.services.ClasspathURLConverterImpl
-
- convert(URL) - Method in interface org.apache.tapestry5.ioc.services.ClasspathURLConverter
-
- convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
-
- convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.jpa.EntityPersistentFieldStrategy
-
- convertApplicationValueToPersisted(EntityManagerManager, Object) - Static method in class org.apache.tapestry5.internal.jpa.JpaInternalUtils
-
- 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.
- 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
-
- convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.internal.hibernate.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(InputStream, OutputStream) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Copies some content from an input stream to an output stream.
- copy() - Method in class org.apache.tapestry5.json.JSONObject
-
Returns a new JSONObject that is a shallow copy of this JSONObject.
- copyWithBasePath(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
-
- copyWithBasePath(String) - Method in interface org.apache.tapestry5.Link
-
Creates a copy of this link that has the same parameters, anchor, and other attributes, but a different
base path.
- 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.
- count() - Method in interface org.apache.tapestry5.func.FlowOperations
-
Returns the number of values in this flow.
- create() - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorSource
-
Creates a new Validator.
- create(X, Y) - Static method in class org.apache.tapestry5.func.Tuple
-
- 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.internal.beanvalidator.BeanValidatorSourceImpl
-
- create() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl
-
- create(String) - Method in class org.apache.tapestry5.internal.jpa.EntityManagerSourceImpl
-
- create(Class<T>, boolean, Messages) - Method in class org.apache.tapestry5.internal.services.BeanModelSourceImpl
-
- create(Class<E>) - Method in class org.apache.tapestry5.internal.services.EnumValueEncoderFactory
-
Deprecated.
- create(Class<V>) - Method in class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
-
- create(ValueEncoder<V>) - Static method in class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
-
- create(Class, String) - Method in class org.apache.tapestry5.internal.services.PropertyConduitSourceImpl
-
- create(List<?>, String) - Method in class org.apache.tapestry5.internal.services.SelectModelFactoryImpl
-
- create(List<?>) - Method in class org.apache.tapestry5.internal.services.SelectModelFactoryImpl
-
- create(Class<Object>) - Method in class org.apache.tapestry5.internal.services.TypeCoercedValueEncoderFactory
-
- create() - Static method in class org.apache.tapestry5.internal.util.CaptureResultCallback
-
- create() - Static method in class org.apache.tapestry5.internal.util.Holder
-
- create(T) - 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(Invokable<T>) - Method in class org.apache.tapestry5.internal.util.RecomputableSupport
-
- create(List<AnnotationProvider>) - Static method in class org.apache.tapestry5.ioc.internal.services.AnnotationProviderChain
-
Creates an AnnotationProvider from the list of providers.
- create(Class<S>, Class<T>, Coercion<S, T>) - Static method in class org.apache.tapestry5.ioc.services.CoercionTuple
-
Convenience constructor to help with generics.
- create(Class<T>, Object...) - Static method in class org.apache.tapestry5.ioc.test.TestUtils
-
Deprecated.
- create(String) - Method in interface org.apache.tapestry5.jpa.EntityManagerSource
-
Creates an EntityManager for the given persistence unit name.
- 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 an application state object.
- create(Class<T>, boolean, Messages) - Method in interface org.apache.tapestry5.services.BeanModelSource
-
- create(Class, String) - Method in interface org.apache.tapestry5.services.PropertyConduitSource
-
Returns a property conduit instance for the given expression.
- 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<?>) - Method in interface org.apache.tapestry5.services.SelectModelFactory
-
Creates a
SelectModel
from a list of objects of the same type.
- create(Class<V>) - Method in interface org.apache.tapestry5.services.ValueEncoderFactory
-
For a given type, create an encoder.
- create(Class<T>) - Static method in class org.apache.tapestry5.util.StringToEnumCoercion
-
- 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
-
- 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, String, String) - Method in class org.apache.tapestry5.internal.services.AbstractAssetFactory
-
- 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.
- 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, AnnotationAccess, 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 interface org.apache.tapestry5.ioc.services.AspectDecorator
-
Creates a builder that can be used to create the interceptor.
- createCacheDir(boolean) - Method in class org.apache.tapestry5.internal.webresources.ResourceTransformerFactoryImpl
-
- 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.
- createCompiler(String, String, String, ResourceTransformer, CacheMode) - Method in interface org.apache.tapestry5.internal.webresources.ResourceTransformerFactory
-
Constructs a compiler around a another ResourceTransformer implementation.
- createCompiler(String, String, String, ResourceTransformer, CacheMode) - Method in class org.apache.tapestry5.internal.webresources.ResourceTransformerFactoryImpl
-
- createComponentEventLink(ComponentEventRequestParameters, boolean) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
-
- 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.linktransform.LinkTransformerInterceptor
-
- 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(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
-
- 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) - 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 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.ioc.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(Field, String, Messages, Locale, Class, AnnotationProvider) - 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 interface org.apache.tapestry5.services.FieldTranslatorSource
-
Creates a
FieldTranslator
for the given property, or returns null if one can't be
constructed.
- createDefaultValidator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
-
- createDefaultValidator(ComponentResources, String) - 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(ComponentResources, String) - 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.
- 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
.
- createDisplayModel(Class<T>, Messages) - Method in class org.apache.tapestry5.internal.services.BeanModelSourceImpl
-
- createDisplayModel(Class<T>, Messages) - Method in interface org.apache.tapestry5.services.BeanModelSource
-
Creates a model for display purposes; this may include properties which are read-only.
- 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) - 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 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.internal.services.BeanModelSourceImpl
-
- createEditModel(Class<T>, Messages) - Method in interface org.apache.tapestry5.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
-
- 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.
- 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
-
- createLockForThreadLocalCreation() - Static method in class org.apache.tapestry5.ioc.internal.util.JDKUtils
-
- 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 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
-
- 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
-
- createObject() - Method in class org.apache.tapestry5.ioc.internal.util.ConstructionPlan
-
- createObject() - Method in interface org.apache.tapestry5.ioc.ObjectCreator
-
Create and return the object.
- createPageRenderLink(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
-
- 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(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerInterceptor
-
- createPageRenderLink(Class) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
-
- createPageRenderLink(String) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
-
- 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(Class, 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(Class, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
-
- 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).
- 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(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).
- createPageRenderLinkWithContext(Class, Object...) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
-
- createPageRenderLinkWithContext(Class, EventContext) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
-
- createPageRenderLinkWithContext(String, Object...) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
-
- createPageRenderLinkWithContext(String, EventContext) - 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 interface org.apache.tapestry5.services.PageRenderLinkSource
-
Creates a page render link using an override of the page's passivation context.
- 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 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
- 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>, PlasticClassTransformer) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- createProxy(Class<T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- createProxy(Class<T>, ObjectCreator<T>, String) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- createProxy(Class<T>, Class<? extends T>, ObjectCreator<T>, String) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- createProxy(Class<T>, PlasticClassTransformer) - Method in interface org.apache.tapestry5.ioc.services.PlasticProxyFactory
-
Creates a proxy object that implements the indicated interface, then invokes the callback to further
configure the proxy.
- createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer) - Method in interface org.apache.tapestry5.ioc.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>, ObjectCreator<T>, String) - Method in interface org.apache.tapestry5.ioc.services.PlasticProxyFactory
-
Creates a proxy instance that delegates all methods through a corresponding
ObjectCreator.
- createProxy(Class<T>, Class<? extends T>, ObjectCreator<T>, String) - Method in interface org.apache.tapestry5.ioc.services.PlasticProxyFactory
-
Creates a proxy instance that delegates all methods through a corresponding
ObjectCreator.
- createProxy(Class<T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.plastic.PlasticManager
-
Creates an entirely new class.
- createProxy(Class<T>, Class<? extends T>, PlasticClassTransformer) - Method in class org.apache.tapestry5.plastic.PlasticManager
-
Creates an entirely new class.
- createProxyTransformation(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- createProxyTransformation(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
-
- createProxyTransformation(Class<T>) - Method in interface org.apache.tapestry5.ioc.services.PlasticProxyFactory
-
- createProxyTransformation(Class<T>, Class<? extends T>) - Method in interface org.apache.tapestry5.ioc.services.PlasticProxyFactory
-
- createProxyTransformation(Class, Class) - Method in class org.apache.tapestry5.plastic.PlasticManager
-
- createRegistry() - Method in class org.apache.tapestry5.internal.TapestryAppInitializer
-
- createRenderCommand(DynamicDelegate) - Method in interface org.apache.tapestry5.services.dynamic.DynamicTemplate
-
Given a delegate (to assist with locating Blocks and evaluating expressions) ... create a
RenderCommand that can be returned from a render phase method.
- 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(Field, String, Messages, Locale, Translator) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
-
- createTranslator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
-
- createTranslator(Field, String, Messages, Locale, Translator) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
-
- createTranslator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
-
- createValidator(Field, String, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
-
- createValidator(Field, String, String, String, Messages, Locale) - 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 interface org.apache.tapestry5.services.FieldValidatorSource
-
- 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(ObjectCreator<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
-
- 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 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.
- 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
-
- cssClass - Variable in class org.apache.tapestry5.corelib.base.AbstractField
-
- CSSClassConstants - Class in org.apache.tapestry5
-
- CSSClassConstants() - Constructor for class org.apache.tapestry5.CSSClassConstants
-
Deprecated.
- CssCompressor - Class in com.yahoo.platform.yui.compressor
-
- CssCompressor(Reader) - Constructor for class com.yahoo.platform.yui.compressor.CssCompressor
-
- CSSMinimizer - Class in org.apache.tapestry5.internal.webresources
-
A wrapper around YUI Compressor.
- CSSMinimizer(Logger, OperationTracker, AssetChecksumGenerator) - Constructor for class org.apache.tapestry5.internal.webresources.CSSMinimizer
-
- 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.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
-