A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
U
- U - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- U - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- unboxPrimitive(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- unboxPrimitive(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Unboxes a wrapper type to a primitive type if typeName is a primitive type name (the value on the stack should be the corresponding wrapper type instance).
- uncheck(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- Unchecked - Class in org.apache.tapestry5.validator
-
A validator that enforces that the value is false.
- Unchecked(JavaScriptSupport, Html5Support) - Constructor for class org.apache.tapestry5.validator.Unchecked
- UnclaimedFieldWorker - Class in org.apache.tapestry5.internal.transform
-
Designed to be just about the last worker in the pipeline.
- UnclaimedFieldWorker(ComponentClassCache, PerthreadManager) - Constructor for class org.apache.tapestry5.internal.transform.UnclaimedFieldWorker
- UNCONDITIONAL - org.apache.tapestry5.corelib.SubmitMode
-
Submits the form, bypassing client-side validation, but performing all normal server-side processing (including validation).
- uniquePageNames - Variable in class org.apache.tapestry5.internal.PageCatalogTotals
-
Number of unique page names (remember, same page may appear for multiple selectors).
- UNKNOWN_ACTIVATION_CONTEXT_CHECK - Static variable in class org.apache.tapestry5.MetaDataConstants
-
Meta data key applied to pages that may only be accessed with a exact activation context.
- UnknownActivationContextCheck - Annotation Type in org.apache.tapestry5.annotations
-
A marker annotation that indicates that the page in question may only be accessed with a exact activation context.
- UnknownActivationContextExtractor - Class in org.apache.tapestry5.internal.services.meta
- UnknownActivationContextExtractor() - Constructor for class org.apache.tapestry5.internal.services.meta.UnknownActivationContextExtractor
- UnknownActivationContextHandler - Interface in org.apache.tapestry5.internal.services
-
Responsible for handling the response for a page called with an unknown activation context when the check itself is enabled.
- UnknownActivationContextHandlerImpl - Class in org.apache.tapestry5.internal.services
-
Default implementation for
UnknownActivationContextHandler
which answer with a 404 NOT FOUND error. - UnknownActivationContextHandlerImpl(Logger, ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.UnknownActivationContextHandlerImpl
- UnknownValueException - Exception in org.apache.tapestry5.commons.util
-
Special exception used when a value (typically from a map) is referenced that does not exist.
- UnknownValueException(String, Object, Throwable, AvailableValues) - Constructor for exception org.apache.tapestry5.commons.util.UnknownValueException
- UnknownValueException(String, AvailableValues) - Constructor for exception org.apache.tapestry5.commons.util.UnknownValueException
- Unless - Class in org.apache.tapestry5.corelib.components
-
A close relative of the
If
component that inverts the meaning of its test. - Unless() - Constructor for class org.apache.tapestry5.corelib.components.Unless
- unlock() - Method in class org.apache.tapestry5.ioc.internal.util.DummyLock
-
Deprecated.
- UNORDERED - org.apache.tapestry5.ioc.internal.ConfigurationType
- unreachable() - Static method in class org.apache.tapestry5.test.ioc.TestUtils
-
Deprecated.Invoked from code that should not be reachable.
- unreachable() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- unregister(ObjectName) - Method in class org.apache.tapestry5.internal.jmx.MBeanSupportImpl
- unregister(ObjectName) - Method in interface org.apache.tapestry5.jmx.MBeanSupport
-
Unregisters the specified MBean from the server.
- unselect(TreeNode<T>) - Method in class org.apache.tapestry5.tree.DefaultTreeSelectionModel
- unselect(TreeNode<T>) - Method in interface org.apache.tapestry5.tree.TreeSelectionModel
-
Unselects a node.
- UNSORTED - org.apache.tapestry5.grid.ColumnSort
-
Not a sort column.
- UNTIL_DISMISSED - org.apache.tapestry5.alerts.Duration
-
For most important alerts; the alert will continue to be presented to the user until it is dismissed by the user (either by clicking on the individual alert to dismiss it, or by clicking the UI control for dismissing all alerts).
- unzip() - Method in interface org.apache.tapestry5.func.ZippedFlow
-
A ZippedFlow is a Flow of Tuples; this inverts that, splitting each Tuple into a Flow of elements, then assembling the result as a Tuple of two values.
- updateDocument(Document) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
-
Updates the supplied Document, possibly adding <head> or <body> elements.
- updateLink(Link) - Method in interface org.apache.tapestry5.internal.services.ClientPersistentFieldStorage
-
Updates a link, adding a query parameter to it (if necessary) to store
- updateLink(Link) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
- UpdateListener - Interface in org.apache.tapestry5.ioc.services
-
Interface for objects which can periodically check for updates.
- UpdateListenerHub - Interface in org.apache.tapestry5.ioc.services
-
Manages a set of
UpdateListener
s. - UpdateListenerHubImpl - Class in org.apache.tapestry5.ioc.internal.services
- UpdateListenerHubImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.UpdateListenerHubImpl
- updateSort(String) - Method in interface org.apache.tapestry5.grid.GridSortModel
-
Updates the column sort.
- upgradeReadLockToWriteLock() - Method in class org.apache.tapestry5.commons.internal.util.LockSupport
-
Releases the read lock, then takes the write lock.
- Upload - Class in org.apache.tapestry5.upload.components
-
A component to upload a file.
- Upload() - Constructor for class org.apache.tapestry5.upload.components.Upload
- UPLOAD_EXCEPTION - Static variable in class org.apache.tapestry5.upload.services.UploadEvents
-
Name of event fired on a page when an upload form associated with that page encounters a
FileUploadException
while processing the multipart form submission. - UploadedFile - Interface in org.apache.tapestry5.upload.services
-
Represents an uploaded file.
- UploadedFileItem - Class in org.apache.tapestry5.upload.internal.services
-
Implentation of
UploadedFile
for FileItems. - UploadedFileItem(FileItem) - Constructor for class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- UploadEvents - Class in org.apache.tapestry5.upload.services
-
Names of events that may be triggered on components due to file uploads.
- UploadEvents() - Constructor for class org.apache.tapestry5.upload.services.UploadEvents
- UploadExceptionFilter - Class in org.apache.tapestry5.upload.internal.services
-
Determines if there was an
FileUploadException
processing the request and, if so, triggers an exception event on the page. - UploadExceptionFilter(MultipartDecoder, ComponentEventResultProcessor, ComponentSource) - Constructor for class org.apache.tapestry5.upload.internal.services.UploadExceptionFilter
- UploadModule - Class in org.apache.tapestry5.upload.modules
- UploadModule() - Constructor for class org.apache.tapestry5.upload.modules.UploadModule
- UploadSymbols - Class in org.apache.tapestry5.upload.services
-
Configuration symbols.
- uri - Variable in class org.apache.tapestry5.corelib.pages.ExceptionReport.ActionLink
- UrlAsset - Class in org.apache.tapestry5.internal.services
- UrlAsset(String, Resource) - Constructor for class org.apache.tapestry5.internal.services.UrlAsset
- URLChangeTracker - Class in org.apache.tapestry5.ioc.internal.util
-
Given a (growing) set of URLs, can periodically check to see if any of the underlying resources has changed.
- URLChangeTracker() - Constructor for class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
-
Creates a tracker using the default (does nothing) URL converter, with default (millisecond) granularity and folder tracking disabled.
- URLChangeTracker(ClasspathURLConverter) - Constructor for class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
-
Creates a new URL change tracker with millisecond-level granularity and folder checking enabled.
- URLChangeTracker(ClasspathURLConverter, boolean) - Constructor for class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
-
Creates a new URL change tracker, using either millisecond-level granularity or second-level granularity and folder checking enabled.
- URLChangeTracker(ClasspathURLConverter, boolean, boolean) - Constructor for class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
-
Creates a new URL change tracker, using either millisecond-level granularity or second-level granularity.
- URLEncoder - Interface in org.apache.tapestry5.services
-
Service used to encode or decode strings that are placed into URLs.
- URLEncoderImpl - Class in org.apache.tapestry5.internal.services
- URLEncoderImpl() - Constructor for class org.apache.tapestry5.internal.services.URLEncoderImpl
- URLEventContext - Class in org.apache.tapestry5.internal
-
Implementation based on values extracted from the URL (an event context, or a page activation context) that uses a
ContextValueEncoder
to convert from string values to the desired values. - URLEventContext(ContextValueEncoder, String[]) - Constructor for class org.apache.tapestry5.internal.URLEventContext
- UrlResource - Class in org.apache.tapestry5.internal.services
- UrlResource() - Constructor for class org.apache.tapestry5.internal.services.UrlResource
- UrlResource(URL) - Constructor for class org.apache.tapestry5.internal.services.UrlResource
- USE_EXTERNAL_SPRING_CONTEXT - Static variable in class org.apache.tapestry5.spring.SpringConstants
-
If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create its own.
- USER_CODE - Static variable in class org.apache.tapestry5.services.StackTraceElementClassConstants
-
Part of the application's code base, and therefore highlighted.
- UsesConfiguration - Annotation Type in org.apache.tapestry5.ioc.annotations
-
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
- UsesMappedConfiguration - Annotation Type in org.apache.tapestry5.ioc.annotations
-
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String), and type of contribution.
- UsesOrderedConfiguration - Annotation Type in org.apache.tapestry5.ioc.annotations
-
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
- usesStrictMixinParameters() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Indicates whether lax (the old default) or strict (the new default) mixin parameters are used.
- usesStrictMixinParameters() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- UseWith - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
- useXpathLibrary(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- UTF8 - Static variable in class org.apache.tapestry5.internal.util.VirtualResource
- UTF8ForTextAssets - Class in org.apache.tapestry5.internal.services.assets
-
Adds ;charset=utf-8 for text/* resources with no specific character set.
- UTF8ForTextAssets(StreamableResourceSource) - Constructor for class org.apache.tapestry5.internal.services.assets.UTF8ForTextAssets
All Classes All Packages