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
G
- gatherChanges(String) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
-
Locates all persistently stored changes to all properties within the page (for the current session and request) and gathers them together into a bundle.
- gatherChanges(String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
- gatherFieldChanges(String) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
- gatherFieldChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
- gatherFieldChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
- gatherFieldChanges(String) - Method in interface org.apache.tapestry5.services.PersistentFieldStrategy
-
Finds all persistent changes previously stored for the named page (for the current active session or client).
- generate(String...) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyGraphvizGenerator
-
Generates the Graphviz DOT file and returns it as a Strting.
- generate(String...) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyGraphvizGeneratorImpl
- generate(JSONObject) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiDescriptionGenerator
- generate(JSONObject) - Method in interface org.apache.tapestry5.services.rest.OpenApiDescriptionGenerator
-
Generates or customizes the OpenAPI 3.0 documentation for this webapp's REST endpoints.
- generateChecksum(Resource) - Method in class org.apache.tapestry5.internal.services.assets.AssetChecksumGeneratorImpl
- generateChecksum(Resource) - Method in interface org.apache.tapestry5.services.assets.AssetChecksumGenerator
-
Given a raw resource, generates an MD5 checksum of the resource's contents.
- generateChecksum(StreamableResource) - Method in class org.apache.tapestry5.internal.services.assets.AssetChecksumGeneratorImpl
- generateChecksum(StreamableResource) - Method in interface org.apache.tapestry5.services.assets.AssetChecksumGenerator
-
Given a streamable resource, generates an MD5 checksum of the resource's contents.
- generateDigest(URL) - Method in class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
- generateDigest(URL) - Method in interface org.apache.tapestry5.services.ResourceDigestGenerator
-
Deprecated.Reads the content of a URL (presumably, for a resource on the classpath) and generates a digest of its content.
- genericSignature - Variable in class org.apache.tapestry5.plastic.MethodDescription
- GenericsResolver - Interface in org.apache.tapestry5.commons.services
-
Methods related to the use of Java 5+ generics.
- GenericsResolver.Provider - Class in org.apache.tapestry5.commons.services
-
Convenience class for getting a
GenericsResolver
instance. - GenericsResolverImpl - Class in org.apache.tapestry5.commons.internal.services
-
Implementation copied from Tapestry 5.4's GenericUtils (commons package).
- GenericsResolverImpl() - Constructor for class org.apache.tapestry5.commons.internal.services.GenericsResolverImpl
- GenericsUtils - Class in org.apache.tapestry5.commons.internal.util
-
Static methods related to the use of JDK 1.5 generics.
- GenericsUtils() - Constructor for class org.apache.tapestry5.commons.internal.util.GenericsUtils
- GenericValueEncoderFactory<V> - Class in org.apache.tapestry5.internal.services
-
An implementation of
ValueEncoderFactory
that returns a pre-wired instance ofValueEncoder
. - GenericValueEncoderFactory(ValueEncoder<V>) - Constructor for class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
- get() - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorGroupSource
-
Returns groups targeted for validation.
- get() - Method in interface org.apache.tapestry5.Binding
-
Reads the current value of the property (or other resource).
- get() - Method in interface org.apache.tapestry5.func.LazyValue
-
Compute and return the value.
- get() - Method in class org.apache.tapestry5.func.LazyZipValue
- get() - Method in class org.apache.tapestry5.internal.beanvalidator.BeanValidationGroupSourceImpl
- get() - Method in class org.apache.tapestry5.internal.bindings.AssetBinding
- get() - Method in class org.apache.tapestry5.internal.bindings.BlockBinding
- get() - Method in class org.apache.tapestry5.internal.bindings.ComponentBinding
- get() - Method in class org.apache.tapestry5.internal.bindings.LiteralBinding
- get() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
-
The default implementation of get() will throw a TapestryException (binding is write only).
- get() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
- get() - Method in class org.apache.tapestry5.internal.services.AttributeExpansionBinding
- get() - Method in class org.apache.tapestry5.internal.services.PersistentLocaleImpl
- get() - Method in interface org.apache.tapestry5.internal.transform.MethodResultCache
-
Returns the previously cached value, if any.
- get() - Method in class org.apache.tapestry5.internal.util.Holder
- get() - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
-
Reads the current per-thread value, or returns null if no value has been stored.
- get() - Method in interface org.apache.tapestry5.services.PersistentLocale
-
Gets the locale obtained from the request, or null if the response did not indicate a specific locale (in which case the active locale may have been determined from request headers).
- get(int) - Method in class org.apache.tapestry5.internal.plastic.StaticContext
- get(int) - Method in interface org.apache.tapestry5.internal.transform.ImportWorker.ImportWorkerDataProvider
- get(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
. - get(Class) - Method in class org.apache.tapestry5.commons.util.StrategyRegistry
-
Searches for an adapter corresponding to the given input type.
- get(Class<?>) - Method in interface org.apache.tapestry5.jacksondatabind.services.ObjectMapperSource
-
Provides the ObjectMapper to be used for a given mapped entity class.
- get(Class<?>) - Method in class org.apache.tapestry5.rest.jackson.internal.FallbackObjectMapperSource
- get(Class<T>) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
- get(Class<T>) - Method in interface org.apache.tapestry5.plastic.InstanceContext
-
Gets an instance context value which is identified by type.
- get(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
-
For a given class, find the SSO for the class, creating it if necessary.
- get(Class<T>, int) - Method in interface org.apache.tapestry5.EventContext
-
Extracts a parameter value and coerces or decodes it to the desired type.
- get(Class<T>, int) - Method in class org.apache.tapestry5.internal.EmptyEventContext
-
This should never be called because the count is always zero.
- get(Class<T>, int) - Method in class org.apache.tapestry5.internal.services.ArrayEventContext
- get(Class<T>, int) - Method in class org.apache.tapestry5.internal.URLEventContext
- get(Class<T>, ApplicationStateCreator<T>) - Method in class org.apache.tapestry5.hibernate.web.internal.EntityApplicationStatePersistenceStrategy
- get(Class<T>, ApplicationStateCreator<T>) - Method in class org.apache.tapestry5.internal.jpa.EntityApplicationStatePersistenceStrategy
- get(Class<T>, ApplicationStateCreator<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
- get(Class<T>, ApplicationStateCreator<T>) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
-
Gets the SSO from the domain.
- get(Class<V>) - Method in class org.apache.tapestry5.internal.plastic.ClassInstantiatorImpl
- get(Object) - Method in class org.apache.tapestry5.beanmodel.internal.services.CoercingPropertyConduitWrapper
- get(Object) - Method in class org.apache.tapestry5.beanmodel.internal.services.LiteralPropertyConduit
- get(Object) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- get(Object) - Method in interface org.apache.tapestry5.beanmodel.PropertyConduit
-
Reads the property from the instance.
- get(Object) - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Reads the property value.
- get(Object) - Method in class org.apache.tapestry5.commons.util.CaseInsensitiveMap
- get(Object) - Method in class org.apache.tapestry5.internal.plastic.FieldHandleImpl
- get(Object) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
, or throws if no such mapping exists. - get(Object) - Method in interface org.apache.tapestry5.plastic.FieldHandle
-
Gets the current value of the field.
- get(Object, int) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassHandleShim
-
Gets the field at the given index.
- get(Object, String) - Method in class org.apache.tapestry5.beanmodel.internal.services.ClassPropertyAdapterImpl
- get(Object, String) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAccessImpl
- get(Object, String) - Method in interface org.apache.tapestry5.commons.services.ClassPropertyAdapter
-
Reads the value of a property.
- get(Object, String) - Method in interface org.apache.tapestry5.commons.services.PropertyAccess
-
Reads the value of a property.
- get(Object, String) - Static method in interface org.apache.tapestry5.plastic.FieldValueProvider
-
Returns the value of a given field in a given object if it belongs to a class that implements FieldValueProvider.
- get(Object, String) - Static method in interface org.apache.tapestry5.plastic.PropertyValueProvider
-
Returns the value of a given field in a given object if it belongs to a class that implements PropertyValueProvider.
- get(Object, String) - Static method in class org.apache.tapestry5.test.ioc.TestUtils
-
Deprecated.Reads the content of a private field.
- get(Object, InstanceContext) - Method in interface org.apache.tapestry5.plastic.FieldConduit
-
Invoked when the field is read.
- get(String) - Method in interface org.apache.tapestry5.beanmodel.BeanModel
-
Returns the named model.
- get(String) - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.BeanModelImpl
- get(String) - Method in interface org.apache.tapestry5.commons.Messages
-
Returns the localized message for the given key.
- get(String) - Method in class org.apache.tapestry5.commons.util.AbstractMessages
- get(String) - Method in class org.apache.tapestry5.internal.services.ApplicationStatePersistenceStrategySourceImpl
- get(String) - Method in class org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
- get(String) - Method in interface org.apache.tapestry5.internal.services.RequestPageCache
-
Gets the page via its page name, in the current locale.
- get(String) - Method in class org.apache.tapestry5.internal.services.RequestPageCacheImpl
- get(String) - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
- get(String) - Method in class org.apache.tapestry5.internal.util.NamedSet
-
Gets the value for the provided name.
- get(String) - Method in interface org.apache.tapestry5.ioc.services.ServiceLifecycleSource
-
Used to locate a configuration lifecycle, by name.
- get(String) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategySource
-
Returns the named strategy.
- get(String) - Method in interface org.apache.tapestry5.services.NullFieldStrategySource
-
Returns the instance based on the name.
- get(String) - Method in interface org.apache.tapestry5.services.pageload.PageCachingReferenceTypeService
-
Defines which reference type should be used to cache instances of the given page.
- get(String) - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Processes a class, given its class name and the root context.
- get(String) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- get(String) - Method in interface org.apache.tapestry5.services.TranslatorSource
-
Returns the translator with the given name (either a standard translator, or an alternate).
- get(Map<K, V>, K) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Gets a value from a map (which may be null).
- get(NamedSet<T>, String) - Static method in class org.apache.tapestry5.internal.util.NamedSet
-
Convenience method for getting a value from a set that may be null.
- get(InstanceContext) - Method in interface org.apache.tapestry5.plastic.ComputedValue
-
Computes or otherwise provides the value, given the instance's context.
- get(ComponentEvent, int) - Method in class org.apache.tapestry5.internal.transform.EventHandlerMethodParameterSource
- get(ComponentResourceSelector) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResourcesSource
-
Gets (or creates) an instance of
ComponentPageElementResources
for the indicated selector. - get(ComponentResourceSelector) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesSourceImpl
- get(S) - Method in class org.apache.tapestry5.internal.plastic.Cache
- get(T) - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
-
Gets the current per-thread value if it exists (even if null), or the defaultValue if no value has been stored.
- getActionLinks() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getActivationContext() - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
- getActiveComponents() - Method in exception org.apache.tapestry5.internal.services.RenderQueueException
- getActivePage() - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
- getActivePage() - Method in interface org.apache.tapestry5.services.ComponentSource
-
Returns the active page, as defined by
RequestGlobals.getActivePageName()
. - getActivePageName() - Method in class org.apache.tapestry5.http.internal.services.RequestGlobalsImpl
- getActivePageName() - Method in interface org.apache.tapestry5.http.services.RequestGlobals
-
Returns the active page name previously stored.
- getActivePageName() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
The name of the active page which rendered the link.
- getActivity() - Method in class org.apache.tapestry5.corelib.pages.ServiceStatus
- getAdapter(Class) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAccessImpl
- getAdapter(Class) - Method in interface org.apache.tapestry5.commons.services.PropertyAccess
-
Returns the adapter used to access properties within the indicated class.
- getAdapter(Object) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAccessImpl
- getAdapter(Object) - Method in interface org.apache.tapestry5.commons.services.PropertyAccess
-
Returns the adapter for a particular object instance.
- getAdapterType() - Method in class org.apache.tapestry5.commons.util.StrategyRegistry
- getAdvisorDefs() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef2
-
Returns all the service advisor definitions built/provided by this module.
- getAdvisorDefs() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getAdvisorId() - Method in interface org.apache.tapestry5.ioc.AdvisorDef
-
Returns the id of the advisor, which is derived from the advisor method name.
- getAdvisorId() - Method in class org.apache.tapestry5.ioc.internal.AdvisorDefImpl
- getAlert() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAlerts() - Method in class org.apache.tapestry5.alerts.AlertStorage
-
Returns all stored alerts.
- getAllButtons() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAllClassMetadata() - Method in class org.apache.tapestry5.hibernate.web.pages.HibernateStatistics
- getAllFields() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getAllFields() - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns all non-introduced fields, in sorted order by name.
- getAllFields() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAllLinks() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAllNonPageDependencies(String) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Returns all dependencies of a given class, direct and indirect.
- getAllNonPageDependencies(String) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- getAllocatedIds() - Method in class org.apache.tapestry5.ioc.util.IdAllocator
-
Returns a list of all allocated ids, sorted alphabetically.
- getAllowedLocations() - Method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
- getAllowedOrigin(HttpServletRequest) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
- getAllowedOrigin(HttpServletRequest) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
-
Returns the origin of this requests, if it's allowed.
- getAllPages() - Method in interface org.apache.tapestry5.internal.services.PageSource
-
Returns all currently loaded pages.
- getAllPages() - Method in class org.apache.tapestry5.internal.services.PageSourceImpl
- getAllThreads() - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Gathers together an array containing all the threads.
- getAllWindowIds() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAllWindowNames() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAllWindowTitles() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAnchor() - Method in interface org.apache.tapestry5.http.Link
-
Returns the link anchor.
- getAnchor() - Method in class org.apache.tapestry5.internal.services.LinkImpl
- getAndDeref(Map<K, ? extends Reference<V>>, K) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Extracts a value from a map of references.
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.beanmodel.internal.services.CoercingPropertyConduitWrapper
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.beanmodel.internal.services.LiteralPropertyConduit
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getAnnotation(Class<T>) - Method in interface org.apache.tapestry5.commons.AnnotationProvider
-
Searches for the specified annotation, returning the matching annotation instance.
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.commons.internal.NullAnnotationProvider
-
Always returns null.
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.commons.internal.services.AccessableObjectAnnotationProvider
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.commons.internal.services.AnnotationProviderChain
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.BeanEditContextImpl
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
-
Always returns null.
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.bindings.PropBinding
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.DelegatingAnnotationAccess
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.EmptyAnnotationAccess
- getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getAnnotation(Class<T>) - Method in interface org.apache.tapestry5.plastic.AnnotationAccess
-
Returns an instantiated annotation, or null if the target does not have the indicated annotation.
- getAnnotation(Object, String, Class<? extends Annotation>) - Method in class org.apache.tapestry5.beanmodel.internal.services.ClassPropertyAdapterImpl
- getAnnotation(Object, String, Class<? extends Annotation>) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAccessImpl
- getAnnotation(Object, String, Class<? extends Annotation>) - Method in interface org.apache.tapestry5.commons.services.ClassPropertyAdapter
-
Returns the annotation of a given property for the specified type if such an annotation is present, else null.
- getAnnotation(Object, String, Class<? extends Annotation>) - Method in interface org.apache.tapestry5.commons.services.PropertyAccess
-
Returns the annotation of a given property for the specified type if such an annotation is present, else null.
- getAnnotationClass() - Method in interface org.apache.tapestry5.beanvalidator.ClientConstraintDescriptor
-
The annotation class that drives this descriptor.
- getAnnotationClass() - Method in class org.apache.tapestry5.internal.beanvalidator.BaseCCD
-
Returns the annotation describing the constraint declaration.
- getAnnotationProvider(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Returns an annotation provider, used to obtain annotations related to the parameter.
- getAnnotationProvider(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getAnnotations() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getApplicationCatalog(Locale) - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
- getApplicationCatalog(Locale) - Method in interface org.apache.tapestry5.services.messages.ComponentMessagesSource
-
Gets the Messages derived from the application's message catalog.
- getArtifactId() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the component library's group id for dependency management tools like Maven and Gradle.
- getAssembler(String, ComponentResourceSelector) - Method in interface org.apache.tapestry5.internal.pageload.ComponentAssemblerSource
-
Gets (and possibly creates) a component assembler for the indicated class name and selector.
- getAssembler(String, ComponentResourceSelector) - Method in class org.apache.tapestry5.internal.pageload.PageLoaderImpl
- getAsset(Resource, String, Locale) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getAsset(Resource, String, Locale) - Method in interface org.apache.tapestry5.services.AssetSource
-
Finds the asset.
- getAttachCount() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Returns the number of times the page has been attached to a request.
- getAttachCount() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getAttribute(String) - Method in class org.apache.tapestry5.dom.Element
- getAttribute(String) - Method in class org.apache.tapestry5.http.internal.services.ClusteredSessionImpl
- getAttribute(String) - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getAttribute(String) - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getAttribute(String) - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- getAttribute(String) - Method in interface org.apache.tapestry5.http.services.Context
-
Returns an attribute previously stored into the context with the given name.
- getAttribute(String) - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the value of the named attribute as an
Object
, ornull
if no attribute of the given name exists. - getAttribute(String) - Method in interface org.apache.tapestry5.http.services.Session
-
Returns the value previously stored in the session.
- getAttribute(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
- getAttribute(String) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- getAttribute(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getAttribute(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
- getAttribute(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAttributeCount() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getAttributeFromAllWindows(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getAttributeName(int) - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getAttributeNames() - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getAttributeNames() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getAttributeNames() - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- getAttributeNames() - Method in interface org.apache.tapestry5.http.services.Context
-
Returns the names of all attributes of the context, sorted alphabetically.
- getAttributeNames() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns a sorted list of attribute names.
- getAttributeNames() - Method in interface org.apache.tapestry5.http.services.Session
-
Returns a list of the names of all attributes stored in the session.
- getAttributeNames() - Method in class org.apache.tapestry5.internal.test.PageTesterContext
- getAttributeNames() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- getAttributeNames() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getAttributeNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getAttributeNames(String) - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- getAttributeNames(String) - Method in interface org.apache.tapestry5.http.services.Session
-
Returns a list of the names of all attributes stored in the session whose name has the provided prefix.
- getAttributeNames(String) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- getAttributeQuote() - Method in class org.apache.tapestry5.dom.AbstractMarkupModel
- getAttributeQuote() - Method in interface org.apache.tapestry5.dom.MarkupModel
-
What character is used when generating quotes around attribute values? This will be either a single or double quote.
- getAttributes() - Method in class org.apache.tapestry5.AbstractOptionModel
-
Returns null.
- getAttributes() - Method in interface org.apache.tapestry5.beanvalidator.ClientConstraintDescriptor
-
Names of attributes from the
ConstraintDescriptor
that are relevant. - getAttributes() - Method in class org.apache.tapestry5.dom.Element
-
Returns the attributes for this Element as a (often empty) collection of
Attribute
s. - getAttributes() - Method in class org.apache.tapestry5.internal.beanvalidator.BaseCCD
-
Attribute names of the constraint annotation to be passed (along with their values) to the JavaScript validator function as an
JSONObject
. - getAttributes() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
- getAttributes() - Method in interface org.apache.tapestry5.OptionGroupModel
-
Additional attributes to render with the <optgroup>.
- getAttributes() - Method in interface org.apache.tapestry5.OptionModel
-
Additional attributes to render within the <option>.
- getAttributeValue() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getAttributeValue(int) - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getAvailableRows() - Method in interface org.apache.tapestry5.grid.GridDataSource
-
Returns the number of rows available in the data source.
- getAvailableRows() - Method in class org.apache.tapestry5.hibernate.web.HibernateGridDataSource
-
Returns the total number of rows for the configured entity type.
- getAvailableRows() - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
- getAvailableRows() - Method in class org.apache.tapestry5.internal.grid.NullDataSource
- getAvailableRows() - Method in class org.apache.tapestry5.jpa.JpaGridDataSource
-
Returns the number of rows available in the data source.
- getAvailableRows(int) - Method in interface org.apache.tapestry5.grid.GridDataSource
-
Return the number of rows available in the data source with an upper limit.
- getAvailableValues() - Method in exception org.apache.tapestry5.commons.util.UnknownValueException
- getAxis(Class<T>) - Method in class org.apache.tapestry5.services.pageload.ComponentResourceSelector
-
Returns a previously stored axis value, or null if no axis value of the specified type has been stored.
- getBasePath() - Method in interface org.apache.tapestry5.http.Link
-
Returns the completely unadorned base path.
- getBasePath() - Method in class org.apache.tapestry5.internal.services.LinkImpl
- getBaseResource() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the base resource for the component, which will represent the class's location within the classpath (this is used to resolve relative assets).
- getBaseResource() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getBaseResource() - Method in interface org.apache.tapestry5.internal.services.MessagesBundle
-
Returns the base resource for this bundle of properties files.
- getBaseResource() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBaseResource() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns the resource corresponding to the class file for this component.
- getBaseType() - Method in class org.apache.tapestry5.http.ContentType
- getBaseType() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getBaseURL() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
Returns the base URL for the application.
- getBaseURL(boolean) - Method in class org.apache.tapestry5.http.internal.services.BaseURLSourceImpl
- getBaseURL(boolean) - Method in interface org.apache.tapestry5.http.services.BaseURLSource
-
Returns the base portion of the URL, before the context path and servlet path are appended.
- getBeanClass() - Method in class org.apache.tapestry5.internal.BeanEditContextImpl
- getBeanClass() - Method in interface org.apache.tapestry5.services.BeanEditContext
- getBeanInstance() - Method in interface org.apache.tapestry5.internal.BeanValidationContext
-
Return the object to validate.
- getBeanInstance() - Method in class org.apache.tapestry5.internal.BeanValidationContextImpl
- getBeans(Type, Annotation...) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getBeans(String) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getBeanType() - Method in interface org.apache.tapestry5.beanmodel.BeanModel
-
Returns the type of bean for which this model was initially created.
- getBeanType() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.BeanModelImpl
- getBeanType() - Method in class org.apache.tapestry5.beanmodel.internal.services.ClassPropertyAdapterImpl
- getBeanType() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getBeanType() - Method in interface org.apache.tapestry5.commons.services.ClassPropertyAdapter
-
Returns the type of bean this adapter provides properties for.
- getBeanType() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the type of bean to which this property belongs.
- getBeanType() - Method in interface org.apache.tapestry5.internal.BeanValidationContext
-
Returns the type of the object to validate.
- getBeanType() - Method in class org.apache.tapestry5.internal.BeanValidationContextImpl
- getBinding(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
-
Returns the binding for the given parameter name, or null.
- getBinding(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getBinding(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBindingGenericType() - Method in interface org.apache.tapestry5.Binding2
-
Returns the generic type of the binding
- getBindingGenericType() - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
-
Passes straight through to
AbstractBinding.getBindingType()
. - getBindingGenericType() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
-
Get the generic type from the underlying property
- getBindingType() - Method in interface org.apache.tapestry5.Binding
-
Returns the type of the binding, either the type of resource exposed by the binding, or the type of the property bound.
- getBindingType() - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
-
Returns the actual class, by invoking
Binding.get()
. - getBindingType() - Method in class org.apache.tapestry5.internal.bindings.AssetBinding
- getBindingType() - Method in class org.apache.tapestry5.internal.bindings.InvariantBinding
- getBindingType() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
- getBindingType() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
-
Always returns Object since we don't (statically) know the type of object.
- getBlock(String) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns a block from the component's template, referenced by its id.
- getBlock(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getBlock(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBlock(String) - Method in interface org.apache.tapestry5.services.dynamic.DynamicDelegate
-
Returns the Block with the given unique name.
- getBlockForColumn() - Method in class org.apache.tapestry5.corelib.components.GridColumns
- getBlockId() - Method in class org.apache.tapestry5.services.BeanBlockContribution
-
The id of the block within the page.
- getBlockParameter(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Used to access an informal parameter that's a Block.
- getBlockParameter(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBody() - Method in interface org.apache.tapestry5.ClientBodyElement
- getBody() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the body of this component as a (possibly empty) block.
- getBody() - Method in class org.apache.tapestry5.corelib.components.ProgressiveDisplay
-
Returns the body of the ProgressiveDisplay, which is sometimes (in the context of a AjaxResponseRenderer.addRender(org.apache.tapestry5.ClientBodyElement) partial page render}) the content to be included.
- getBody() - Method in class org.apache.tapestry5.corelib.components.Zone
-
Returns the zone's body (the content enclosed by its start and end tags).
- getBody() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getBody() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBodyText() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getBoolean(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists and is a boolean or can be coerced to a boolean. - getBoolean(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists and is a boolean or can be coerced to a boolean, or throws otherwise. - getBoolean(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getBooleanArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getBooleanOrDefault(String, boolean) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped and a boolean, or
defaultValue
if this JSONObject contains no mapping for the key. - getBoundGenericType(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the generic type of the bound parameter, or null if the parameter is not bound.
- getBoundGenericType(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBoundType(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the actual type of the bound parameter, or null if the parameter is not bound.
- getBoundType(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getBuilder(String, String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
- getBuilder(String, String) - Method in interface org.apache.tapestry5.services.Cookies
-
Returns a
CookieBuilder
to build and write aCookie
. - getBuilderClass() - Method in class org.apache.tapestry5.http.internal.SyntheticModuleDef
-
Returns null.
- getBuilderClass() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
- getBuilderClass() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
-
Returns the class that will be instantiated.
- getBuilderClass() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getBundleId() - Method in class org.apache.tapestry5.internal.services.MessagesTrackingInfo
- getById(String) - Method in interface org.apache.tapestry5.beanmodel.BeanModel
-
Returns the identified model.
- getById(String) - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.BeanModelImpl
- getById(String) - Method in class org.apache.tapestry5.tree.DefaultTreeModel
- getById(String) - Method in interface org.apache.tapestry5.tree.TreeModel
-
Locates a node in the tree by its unique id.
- getByInstance(Object) - Method in class org.apache.tapestry5.commons.util.StrategyRegistry
-
Gets an adapter for an object.
- getByName(String) - Static method in enum org.apache.tapestry5.internal.plastic.PrimitiveType
-
Returns the primitive type matching the given type name or null for a non-primitive type (an array type, or an class name).
- getByPrimitiveType(Class) - Static method in enum org.apache.tapestry5.internal.plastic.PrimitiveType
- getByType(Class) - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
- getByType(Class) - Method in interface org.apache.tapestry5.services.TranslatorSource
-
Finds a
Translator
that is appropriate to the given type, which is usually obtained viaBinding.getBindingType()
. - getCalendarDate() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
- getCalendarFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getCaptchaText() - Method in class org.apache.tapestry5.kaptcha.components.KaptchaImage
- getChangedResourcesInfo() - Method in class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
-
Re-acquires the last updated timestamp for each URL and returns the non-null resource information for all files with a changed timestamp.
- getCharset() - Method in class org.apache.tapestry5.http.ContentType
- getCheckedException(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
- getCheckedException(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.FailureMethodInvocationResult
- getCheckedException(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.SuccessMethodInvocationResult
- getCheckedException(Class<T>) - Method in interface org.apache.tapestry5.plastic.MethodInvocationResult
-
Retrieves the checked exception assignable to the indicated type, or null if the invocation did not throw a checked exception or the thrown exception is not assignable.
- getChecksum() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getChecksum() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Compute and return the checksum of the content for this asset; the checksum should be computed based on the uncompressed content.
- getChildMarkup() - Method in class org.apache.tapestry5.dom.Element
- getChildren() - Method in class org.apache.tapestry5.dom.Element
-
Returns an unmodifiable list of children for this element.
- getChildren() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns the children of this context.
- getChildren() - Method in interface org.apache.tapestry5.tree.TreeNode
-
Returns the actual children of this non-leaf node, as additional nodes.
- getChildren(T) - Method in interface org.apache.tapestry5.tree.TreeModelAdapter
-
Returns the children, in the order they should be presented to the client.
- getClassAdapter() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getClassAdapter() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the
ClassPropertyAdapter
that provides access to other properties defined by the same class. - getClassAnnotationProvider() - Method in interface org.apache.tapestry5.ioc.AnnotationAccess
-
Returns a provider for annotations on the service class and interface.
- getClassAnnotationProvider() - Method in class org.apache.tapestry5.ioc.internal.AnnotationAccessImpl
- getClassAnnotationProvider() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getClassAnnotationProvider() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getClassAnnotationProvider() - Method in class org.apache.tapestry5.ioc.internal.services.AbtractAspectInterceptorBuilder
- getClassInstance(Class<?>, String) - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Returns the Class instance appropriate for a given component given a page name.
- getClassInstance(Class<?>, String) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- getClassInstantiator(String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
- getClassInstantiator(String) - Method in class org.apache.tapestry5.plastic.PlasticManager
-
Gets the
ClassInstantiator
for the indicated class, which must be in a transformed package. - getClassLoader() - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- getClassLoader() - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
-
Returns the class loader used when creating new classes, this is a child class loader of another class loader (usually, the thread's context class loader).
- getClassLoader() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getClassLoader() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
- getClassLoader() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
- getClassLoader() - Method in class org.apache.tapestry5.plastic.PlasticManager
-
Returns the ClassLoader that is used to instantiate transformed classes.
- getClassLoader() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns the ClassLoader associated with this context.
- getClassLoader1() - Method in exception org.apache.tapestry5.commons.util.DifferentClassVersionsException
- getClassLoader2() - Method in exception org.apache.tapestry5.commons.util.DifferentClassVersionsException
- getClassLoaderException() - Method in interface org.apache.tapestry5.internal.services.InternalRequestGlobals
- getClassLoaderException() - Method in class org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
- getClassLoaderId() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassLoader
- getClassName() - Method in exception org.apache.tapestry5.commons.util.DifferentClassVersionsException
- getClassName() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getClassName() - Method in interface org.apache.tapestry5.internal.services.ClassNameHolder
-
Returns the class name associated with a given resource tracked by
URLChangeTracker
. - getClassName() - Method in class org.apache.tapestry5.internal.services.MessagesTrackingInfo
- getClassName() - Method in class org.apache.tapestry5.internal.services.TemplateTrackingInfo
- getClassName() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
- getClassName() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
-
The exception class name.
- getClassName() - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns the fully qualified class name of the class being transformed.
- getClassName() - Method in interface org.apache.tapestry5.plastic.PlasticClassEvent
-
The name of the actual class, which will differ from the primary class name for some types.
- getClassName(String) - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getClassName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getClassName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns the class name for a page, component or class given its logical name.
- getClassNames() - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Returns the set of all class names in the registry.
- getClassNames() - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- getClassNames() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns the set of classes that belong in this context.
- getClasspathAsset(String) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getClasspathAsset(String) - Method in interface org.apache.tapestry5.services.AssetSource
-
Obtains a classpath asset in the current locale (as defined by the
ThreadLocale
service). - getClasspathAsset(String, Locale) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getClasspathAsset(String, Locale) - Method in interface org.apache.tapestry5.services.AssetSource
-
Convenience for finding assets on the classpath.
- getClientData() - Method in class org.apache.tapestry5.corelib.internal.ComponentActionSink
- getClientData() - Method in class org.apache.tapestry5.internal.services.ClientDataSinkImpl
- getClientData() - Method in interface org.apache.tapestry5.services.ClientDataSink
-
Encoded the data written to the stream as a string that can be provided to the client.
- getClientId() - Method in interface org.apache.tapestry5.ClientElement
- getClientId() - Method in class org.apache.tapestry5.corelib.base.AbstractField
- getClientId() - Method in class org.apache.tapestry5.corelib.base.AbstractLink
-
Returns the unique client id for this element.
- getClientId() - Method in class org.apache.tapestry5.corelib.base.BaseClientElement
-
When invoked the first time (per request), a unique id is assigned and and id attribute added to the element for the component.
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Any
-
Returns the client id.
- getClientId() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
-
Returns the client id of the embedded form.
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Form
-
Forms use the same value for their name and their id attribute.
- getClientId() - Method in class org.apache.tapestry5.corelib.components.FormFragment
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Grid
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Hidden
- getClientId() - Method in class org.apache.tapestry5.corelib.components.LinkSubmit
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Radio
- getClientId() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
-
Returns null; the radio group does not render as a tag and so doesn't have an id to share.
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Submit
-
Returns the component's client id.
- getClientId() - Method in class org.apache.tapestry5.corelib.components.Zone
-
The client id of the Zone; this is set when the Zone renders and will either be the value bound to the id parameter, or an allocated unique id.
- getClientId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
- getClientId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- getCoercion() - Method in class org.apache.tapestry5.commons.services.CoercionTuple
- getCoercion(Class<S>, Class<T>) - Method in class org.apache.tapestry5.commons.internal.services.TypeCoercerImpl
- getCoercion(Class<S>, Class<T>) - Method in interface org.apache.tapestry5.commons.services.TypeCoercer
-
Given a source and target type, computes the coercion that will be used.
- getCollectionStatistics() - Method in class org.apache.tapestry5.hibernate.web.pages.HibernateStatistics
- getColumn() - Method in class org.apache.tapestry5.commons.internal.services.StringLocation
-
Returns 0.
- getColumn() - Method in interface org.apache.tapestry5.commons.Location
-
The column number within the line if known, or -1 otherwise.
- getColumn() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
- getColumnNames() - Method in class org.apache.tapestry5.corelib.components.GridColumns
- getColumnSort() - Method in class org.apache.tapestry5.grid.SortConstraint
- getColumnSort(String) - Method in interface org.apache.tapestry5.grid.GridSortModel
-
Identifies how (or if) a column is sorted.
- getCompleteId() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns a string consisting of the logical name of the containing page, and the
nested id
of this component, separated by a colon. - getCompleteId() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getCompleteId() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getComplexPropertyValue() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getComponent() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the component this object provides resources for.
- getComponent() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Returns the core component associated with this page element (as opposed to any mixins attached to the component).
- getComponent() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getComponent() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getComponent(String) - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
- getComponent(String) - Method in interface org.apache.tapestry5.services.ComponentSource
-
Gets a component by its complete id.
- getComponentAssembler() - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
- getComponentAsset(ComponentResources, String, String) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getComponentAsset(ComponentResources, String, String) - Method in interface org.apache.tapestry5.services.AssetSource
-
Gets an asset that is used with, or injected into, a component, that will be exposed to the client.
- getComponentClassName() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getComponentClassName() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getComponentClassName() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getComponentClassName() - Method in interface org.apache.tapestry5.model.ComponentModel
-
The fully qualified class name of the component.
- getComponentClassName() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
The class name of the component, as derived from the field to which the
Component
annotation is applied. - getComponentElementByNestedId(String) - Method in interface org.apache.tapestry5.internal.structure.Page
-
Retrieves a component element by its nested id (a sequence of simple ids, separated by dots).
- getComponentElementByNestedId(String) - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getComponentId() - Method in class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
- getComponentId() - Method in interface org.apache.tapestry5.services.PersistentFieldChange
-
Returns the nested id of the component, or the empty string for the page's root component.
- getComponentIds() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Identifies
StartComponentToken
s with a non-blank id, mapping the id to its location (within the template). - getComponentIds() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- getComponentModel() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the component model object that defines the behavior of the component.
- getComponentModel() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
- getComponentModel() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getComponentModel() - Method in interface org.apache.tapestry5.model.ParameterModel
-
Identifies the component model in which the parameter is defined.
- getComponentNames() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getComponentNames() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns a list of all component names, in sorted order.
- getComponentResources() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Returns the resources associated with the core component.
- getComponentResources() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getComponentResources() - Method in interface org.apache.tapestry5.runtime.ComponentResourcesAware
-
Returns the resources associated with this component class.
- getComponentResources() - Method in interface org.apache.tapestry5.services.dynamic.DynamicDelegate
-
Returns the component resources (i.e., the
Dynamic
component), used when creating bindings for expansions located inside the dynamic template. - getComponentsTable() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getComponentType() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getComponentType() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
-
Returns a non-blank component type if one was provided in the template.
- getComponentType() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
The type of the component, which may be blank.
- getCompression() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getCompression() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Indicates if the content is compressed, or compressable.
- getConduit() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getConduit() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns an object used to read or update the property.
- getConfiguration() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionSource
-
Returns the final configuration used to create the
SessionFactory
. - getConfiguration() - Method in class org.apache.tapestry5.hibernate.internal.HibernateSessionSourceImpl
- getConfirmation() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getConstraintDescriptor(Class) - Method in interface org.apache.tapestry5.beanvalidator.ClientConstraintDescriptorSource
-
Return a
ClientConstraintDescriptor
for a constraint annotation or null if not found. - getConstraintDescriptor(Class) - Method in class org.apache.tapestry5.internal.beanvalidator.ClientConstraintDescriptorImpl
- getConstraints() - Method in interface org.apache.tapestry5.ioc.AdvisorDef
-
Returns ordering constraints for this advisor, to order it relative to other advisors.
- getConstraints() - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
-
Returns zero or more ordering constraint strings, used to order the decorated relative to the other decorators.
- getConstraints() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
- getConstraints() - Method in class org.apache.tapestry5.ioc.Orderable
- getConstraintsForMixin(String) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getConstraintsForMixin(String) - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
- getConstraintType() - Method in class org.apache.tapestry5.validator.AbstractValidator
- getConstraintType() - Method in interface org.apache.tapestry5.Validator
-
Returns the type of constraint value used with this validator.
- getConstraintValue() - Method in class org.apache.tapestry5.internal.services.ValidatorSpecification
- getConstructorLocation(Constructor) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- getConstructorLocation(Constructor) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
-
Return a string representation for the constructor (including class and parameters) and (if available) file name and line number.
- getConstructors() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getContainer() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the component which contains this component, or null for the root component.
- getContainer() - Method in class org.apache.tapestry5.dom.Node
-
Returns the containing
Element
for this node, or null if this node is the root element of the document. - getContainer() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getContainerClass() - Method in class org.apache.tapestry5.corelib.components.Tree
- getContainerElement() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Containing component (or null for the root component of a page).
- getContainerElement() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getContainerMessages() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the
Messages
from the container, or null if this is the root component (with no container). - getContainerMessages() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getContainerMessages() - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns the message catalog for the container of the
BeanEditForm
, which is the correct place to look for strings used for labels, etc. - getContainerResources() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the
ComponentResources
for the container, or null if the this is the root component (that has no container). - getContainerResources() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getContainingPage() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Returns the page which contains this component.
- getContainingPage() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getContainingPageName() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
The name of the page containing the component that was triggered.
- getContent() - Method in class org.apache.tapestry5.corelib.pages.T5Dashboard
- getContentLength() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getContentType() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getContentType() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the the MIME content type for the output.
- getContentType() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getContentType() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Returns the resource's content type.
- getContentType() - Method in class org.apache.tapestry5.services.HttpStatus
-
Returns the MIME content type of the response body.
- getContentType() - Method in interface org.apache.tapestry5.StreamResponse
-
Returns the content type to be reported to the client.
- getContentType() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- getContentType() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
- getContentType() - Method in class org.apache.tapestry5.util.TextStreamResponse
- getContentType(Resource) - Method in class org.apache.tapestry5.internal.services.assets.ContentTypeAnalyzerImpl
- getContentType(Resource) - Method in interface org.apache.tapestry5.services.assets.ContentTypeAnalyzer
-
Analyze the resource to determine its content type.
- getContext() - Method in interface org.apache.tapestry5.ContextAwareException
- getContext() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getContext() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
- getContext() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getContext() - Method in class org.apache.tapestry5.http.internal.services.ApplicationGlobalsImpl
- getContext() - Method in interface org.apache.tapestry5.http.services.ApplicationGlobals
- getContext() - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
- getContext() - Method in interface org.apache.tapestry5.runtime.ComponentEvent
-
Returns the underlying
EventContext
as a (possibly empty) array. - getContext() - Method in exception org.apache.tapestry5.runtime.ComponentEventException
- getContext(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getContextAsset(String, Locale) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getContextAsset(String, Locale) - Method in interface org.apache.tapestry5.services.AssetSource
-
Convenience for finding assets in the context.
- getContextPath() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getContextPath() - Method in interface org.apache.tapestry5.http.services.Request
-
Deprecated.in 5.4, inject the value for symbol
SymbolConstants.CONTEXT_PATH
instead - getContextPath() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getContextPath() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getContribDef() - Method in class org.apache.tapestry5.ioc.internal.MappedConfigurationOverride
- getContributionDefs() - Method in class org.apache.tapestry5.http.internal.SyntheticModuleDef
-
Returns the configured set.
- getContributionDefs() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
-
Returns a contribution, "SpringBean", to the MasterObjectProvider service.
- getContributionDefs() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
-
Returns all the contribution definitions built/provided by this module.
- getContributionDefs() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getContributorDefsForService(ServiceDef) - Method in interface org.apache.tapestry5.ioc.internal.Module
-
Finds any contributions that are targeted at the indicated service.
- getContributorDefsForService(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
- getControlledPackageMapping() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getControlledPackageMapping() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Used to identify which packages are controlled packages (from which components are loaded).
- getControlName() - Method in class org.apache.tapestry5.corelib.base.AbstractField
- getControlName() - Method in class org.apache.tapestry5.corelib.components.Hidden
- getControlName() - Method in class org.apache.tapestry5.corelib.components.Radio
-
Returns the control name provided by the containing
RadioContainer
. - getControlName() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
- getControlName() - Method in interface org.apache.tapestry5.Field
- getControlName() - Method in interface org.apache.tapestry5.RadioContainer
-
Returns the value used as the name attribute of the rendered element.
- getConvertedEnumValue() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
- getCookie() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getCookieByName(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getCookies() - Method in interface org.apache.tapestry5.internal.services.CookieSource
-
Returns the cookies from the browser.
- getCookies() - Method in class org.apache.tapestry5.internal.test.TestableCookieSinkSource
- getCount() - Method in interface org.apache.tapestry5.EventContext
-
Returns the number of parameter values that can be extracted.
- getCount() - Method in class org.apache.tapestry5.internal.EmptyEventContext
-
Always returns zero.
- getCount() - Method in class org.apache.tapestry5.internal.services.ArrayEventContext
- getCount() - Method in class org.apache.tapestry5.internal.URLEventContext
- getCreator() - Method in class org.apache.tapestry5.services.ApplicationStateContribution
-
The creator for the ASO.
- getCronExpression() - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getCssCount(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getCurrentLocale() - Method in class org.apache.tapestry5.ioc.util.LocalizedNameGenerator
- getCurrentPage() - Method in class org.apache.tapestry5.corelib.components.Grid
- getCurrentPage() - Method in interface org.apache.tapestry5.grid.GridPaginationModel
- getCurrentPage() - Method in class org.apache.tapestry5.grid.GridPaginationModelImpl
- getCurrentProperty() - Method in interface org.apache.tapestry5.internal.BeanValidationContext
-
Returns name of the property to validate.
- getCurrentProperty() - Method in class org.apache.tapestry5.internal.BeanValidationContextImpl
- getCursorPosition(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getDataModel() - Method in class org.apache.tapestry5.corelib.components.Grid
- getDataModel() - Method in interface org.apache.tapestry5.grid.GridModel
-
Returns the data model, which defines the columns (in terms of properties of the row type), and provides access to actual values for a given row instance.
- getDataSource() - Method in class org.apache.tapestry5.corelib.components.Grid
- getDataSource() - Method in interface org.apache.tapestry5.grid.GridModel
-
Returns the source for the data to be presented in the Grid.
- getDataType() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getDataType() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns a logical name for the type of UI needed to view or edit the property.
- getDataType() - Method in class org.apache.tapestry5.services.BeanBlockContribution
-
The type of data for which the indicated block will provide an editor or displayer for.
- getDateFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getDateFormat() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
- getDateHeader(String) - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getDateHeader(String) - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the value of the specified request header as a
long
value that represents aDate
object. - getDateHeader(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getDateHeader(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
- getDayOfWeekNumber(String) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getDeclaredParameterNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getDeclaredParameterNames() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns an alphabetically sorted list of the names of all formal parameters defined by this specific class (parameters inherited from base classes are not identified).
- getDeclaringClass() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getDeclaringClass() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
The class in which the property (or public field) is defined.
- getDecoratorDefs() - Method in class org.apache.tapestry5.http.internal.SyntheticModuleDef
-
Returns an empty set.
- getDecoratorDefs() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
-
Returns an empty set.
- getDecoratorDefs() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
-
Returns all the decorator definitions built/provided by this module.
- getDecoratorDefs() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getDecoratorId() - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
-
Returns the id of the decorator, which is derived from the decorator method name.
- getDecoratorId() - Method in class org.apache.tapestry5.ioc.internal.DecoratorDefImpl
- getDefaultBindingPrefix() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
- getDefaultBindingPrefix() - Method in interface org.apache.tapestry5.model.ParameterModel
-
The default binding prefix for the parameter, usually "prop".
- getDefaultCacheKeyGenerator() - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
- getDefaultCacheResolverFactory() - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
- getDefaultMongoDb() - Method in class org.apache.tapestry5.internal.mongodb.MongoDBImpl
- getDefaultMongoDb() - Method in interface org.apache.tapestry5.mongodb.MongoDB
-
Obtain a shared instance of the MongoDB database connection object connected to the default database
- getDefaultPaginationModel() - Method in class org.apache.tapestry5.corelib.components.Grid
- getDefaultTracker() - Method in class org.apache.tapestry5.corelib.components.Form
-
Returns an instance of
ValidationTrackerImpl
, lazily creating it as needed. - getDefaultTreeExpansionModel() - Method in class org.apache.tapestry5.corelib.components.Tree
- getDefaultValue(String) - Static method in class org.apache.tapestry5.services.TransformUtils
-
Returns the default value for a type.
- getDelegate() - Method in class org.apache.tapestry5.ValidationTrackerWrapper
-
Returns the instance to which methods are delegated.
- getDelegates() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- getDelegates() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- getDependencies() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getDependencies() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getDependencies() - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
- getDependencies(String, ComponentDependencyRegistry.DependencyType) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Returns the fully qualified names of the direct dependencies of a given component and a given dependency type.
- getDependencies(String, ComponentDependencyRegistry.DependencyType) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- getDependencyManagementInfoUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns an URL decribing the dependency management information for this component library.
- getDependents() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getDependents(String) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Returns the fully qualified names of the direct dependencies of a given component.
- getDependents(String) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- getDepth() - Method in class org.apache.tapestry5.commons.util.Stack
-
Returns the number of items currently in the stack.
- getDescendents() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns the set of descendents (children and their children recursively of this context.
- getDescription() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getDescription() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getDescription() - Method in interface org.apache.tapestry5.ioc.internal.ObjectCreatorSource
-
Returns a description of the method or constructor that creates the service.
- getDescription() - Method in class org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
- getDescription() - Method in interface org.apache.tapestry5.ioc.internal.util.InitializationPlan
-
The description of the operation, used with the
OperationTracker
. - getDescription() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns a representation of the method's name, return value, argument types, etc.
- getDescription() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Describes the underlying
Resource
(or resources} for this streamable resource; expressly used as part of the object'stoString()
. - getDescription() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns a description of the component library.
- getDescription(String) - Method in interface org.apache.tapestry5.javadoc.ClassDescriptionSource
- getDescription(String) - Method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
- getDestinationArtifact() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns the artifact where the class is now located.
- getDigest(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceDigestManager
-
Deprecated.Returns the digest for the given path.
- getDigest(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceDigestManagerImpl
- getDisabledValue() - Method in class org.apache.tapestry5.corelib.components.Palette
- getDisplayBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
- getDisplayBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
- getDisplayBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockOverrideSource
-
Returns a block which can be used to render output for the given data type.
- getDisplayBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockSource
-
Returns a block which can be used to render output for the given data type.
- getDisplayLogicalName() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getDisplayLogicalName() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getDissasembledBytecode() - Method in interface org.apache.tapestry5.plastic.PlasticClassEvent
-
The bytecode for the class, disassembled and formatted as a string.
- getDocCommentTree(Element) - Method in interface org.apache.tapestry5.javadoc.DocCommentTreeProvider
- getDocument() - Method in class org.apache.tapestry5.dom.Document
- getDocument() - Method in class org.apache.tapestry5.dom.Element
- getDocument() - Method in class org.apache.tapestry5.dom.Node
- getDocument() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
- getDocument() - Method in interface org.apache.tapestry5.MarkupWriter
-
Returns the Document into which this writer creates elements or other nodes.
- getDocumentationUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL of the component library's documentation.
- getDouble(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists and is a double or can be coerced to a double. - getDouble(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists and is a double or can be coerced to a double, or throws otherwise. - getDTDInfo() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getDTDURLMappings() - Method in interface org.apache.tapestry5.internal.services.TemplateParser
-
Returns a mapping from URL string to a local equivalent URL, used to avoid attempting to pull well-known DTDs down over the wire while parsing XML.
- getDTDURLMappings() - Method in class org.apache.tapestry5.internal.services.TemplateParserImpl
- getEditBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
- getEditBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
- getEditBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockOverrideSource
-
Returns a block which can be used to render an editor for the given data type, in the form of a field label and input field.
- getEditBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockSource
-
Returns a block which can be used to render an editor for the given data type, in the form of a field label and input field.
- getElement() - Method in class org.apache.tapestry5.corelib.internal.HiddenFieldPositioner
-
Returns the hidden field element, which can have its attributes filled in.
- getElement() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
- getElement() - Method in interface org.apache.tapestry5.MarkupWriter
-
Returns the currently active element.
- getElement(Predicate<Element>) - Method in class org.apache.tapestry5.dom.Element
-
Tries to find an element under this element (including itself) accepted by the given predicate.
- getElementByAttributeValue(String, String) - Method in class org.apache.tapestry5.dom.Element
-
Tries to find an element under this element (including itself) whose given attribute has a given value.
- getElementById(String) - Method in class org.apache.tapestry5.dom.Document
-
Tries to find an element in this document whose id is specified.
- getElementById(String) - Method in class org.apache.tapestry5.dom.Element
-
Tries to find an element under this element (including itself) whose id is specified.
- getElementHeight(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getElementIndex(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getElementName() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the name of element that represents the component in its template, or null if not known.
- getElementName() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
-
Returns the element for this component.
- getElementName() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getElementName(String) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the name of element that represents the component in its template, or the provided default element name if the element was a component type (in the Tapestry namespace).
- getElementName(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getElementName(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getElementPositionLeft(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getElementPositionTop(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getElementWidth(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getELResolver() - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getEmbeddedComponent(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Returns an embedded component, given the component's id.
- getEmbeddedComponent(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getEmbeddedComponentIds() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getEmbeddedComponentIds() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns the ids of all embedded components defined within the component class (via the
Component
annotation), including those defined by any super-class. - getEmbeddedComponentModel(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getEmbeddedComponentModel(String) - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns an embedded component defined by this component or by a super-class.
- getEmbeddedElement(String) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Retrieves a component page element by its id.
- getEmbeddedElement(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getEmbeddedElementIds() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Returns the ids of all embedded elements defined within the component.
- getEmbeddedElementIds() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getEnclosingClassName(String) - Static method in class org.apache.tapestry5.plastic.PlasticUtils
-
If the given class is an inner class, returns the enclosing class.
- getEncodedClientData() - Method in class org.apache.tapestry5.internal.services.ClientDataSinkImpl
- getEncodedClientData() - Method in interface org.apache.tapestry5.services.ClientDataSink
-
Returns the client data encoded (for inclusion in a URL) via
URLEncoder
. - getEncodingType() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- getEncodingType() - Method in interface org.apache.tapestry5.corelib.internal.InternalFormSupport
-
Returns the form encoding type, if one has been set via a call to
FormSupport.setEncodingType(String)
. - getEndTagStyle(String) - Method in class org.apache.tapestry5.dom.DefaultMarkupModel
- getEndTagStyle(String) - Method in class org.apache.tapestry5.dom.Html5MarkupModel
- getEndTagStyle(String) - Method in interface org.apache.tapestry5.dom.MarkupModel
-
For a given element, determines how the end tag for the element should be rendered.
- getEndTagStyle(String) - Method in class org.apache.tapestry5.dom.XMLMarkupModel
-
Always returns ABBREVIATE.
- getEntities() - Method in class org.apache.tapestry5.internal.services.rest.MappedEntityManagerImpl
- getEntities() - Method in interface org.apache.tapestry5.services.rest.MappedEntityManager
-
Returns the set of entity classes.
- getEntityManager(String) - Method in class org.apache.tapestry5.internal.jpa.EntityManagerManagerImpl
-
Gets the active EntityManager for this request, creating it as necessary.
- getEntityManager(String) - Method in interface org.apache.tapestry5.jpa.EntityManagerManager
-
Gets the active EntityManager for this request, creating it as necessary.
- getEntityManager(EntityManagerManager, PersistenceContext) - Static method in class org.apache.tapestry5.internal.jpa.JpaInternalUtils
- getEntityManagerFactory(String) - Method in class org.apache.tapestry5.internal.jpa.EntityManagerSourceImpl
-
Gets the EntityManagerFactory for the given persistence unit name, creating it as necessary.
- getEntityManagerFactory(String) - Method in interface org.apache.tapestry5.jpa.EntityManagerSource
-
Gets the EntityManagerFactory for the given persistence unit name, creating it as necessary.
- getEntityManagerProperties() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getEntityManagerProperties() - Method in interface org.apache.tapestry5.jpa.TapestryPersistenceUnitInfo
- getEntityManagers() - Method in class org.apache.tapestry5.internal.jpa.EntityManagerManagerImpl
-
Gets all active EntityManagers for this request, creating them as necessary.
- getEntityManagers() - Method in interface org.apache.tapestry5.jpa.EntityManagerManager
-
Gets all active EntityManagers for this request, creating them as necessary.
- getEntityStatistics() - Method in class org.apache.tapestry5.hibernate.web.pages.HibernateStatistics
- getError(Field) - Method in interface org.apache.tapestry5.ValidationTracker
-
Returns a previously recorded error message.
- getError(Field) - Method in class org.apache.tapestry5.ValidationTrackerImpl
- getError(Field) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- getErrorMessage() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the error message, if available.
- getErrorMessage() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getErrors() - Method in interface org.apache.tapestry5.ValidationTracker
-
Returns a list of all error messages.
- getErrors() - Method in class org.apache.tapestry5.ValidationTrackerImpl
- getErrors() - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- getEscapedDefinitionUrl() - Method in class org.apache.tapestry5.openapiviewer.pages.Index
- getEval(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getEventContext() - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
- getEventContext() - Method in interface org.apache.tapestry5.runtime.ComponentEvent
-
Returns the underlying event context.
- getEventContext() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
The event context information passed in the URL.
- getEventLogger() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Returns a logger used to for logging event dispatch and event method invocation.
- getEventLogger() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getEventLogger(Logger) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
-
Returns the event logger for the provided component logger.
- getEventLogger(Logger) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
- getEventType() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getEventType() - Method in exception org.apache.tapestry5.runtime.ComponentEventException
- getEventType() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
The type of event.
- getExceptionInfos() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
- getExceptionInfos() - Method in interface org.apache.tapestry5.ioc.services.ExceptionAnalysis
-
Returns the analyzed exception info for each exception.
- getExceptionTypes() - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
-
Returns the exceptions for this method.
- getExecutor() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns the
Executor
to be used to process the request. - getExpandedAsset(String) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getExpandedAsset(String) - Method in interface org.apache.tapestry5.services.AssetSource
-
As with
AssetSource.getUnlocalizedAsset(String)
, but symbols in the path are expanded}. - getExpansionModel() - Method in class org.apache.tapestry5.corelib.components.Tree
-
Returns the actual
TreeExpansionModel
in use for this Tree component, as per the expansionModel parameter. - getExports() - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
- getExpression() - Method in exception org.apache.tapestry5.beanmodel.internal.services.PropertyExpressionException
-
Returns the property expression containing the error.
- getExpression() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
- getExpression() - Method in class org.apache.tapestry5.internal.parser.ExpansionToken
- getExpression(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getExpressionSetSummary(Set<Integer>) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getExpressionSummary() - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getExtension(Class<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getExtensionPointId() - Method in class org.apache.tapestry5.internal.parser.ExtensionPointToken
- getExtensionPointIds() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Returns the extension point ids, including both <t:extension-point> and <t:replace>.
- getExtensionPointIds() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- getExtensionPointTokens(String) - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Returns a list of tokens associated with an extension point, or null if this template neither defines the extension point nor overrides it.
- getExtensionPointTokens(String) - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- getExtraHttpHeaders() - Method in class org.apache.tapestry5.services.HttpStatus
-
Returns the extra HTTP headers.
- getField() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getField() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the field if the property is a public field or null if the property is accessed via the read method.
- getField(String, String, Class) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- getField(String, String, Class) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Loads a field onto the stack.
- getField(String, String, String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- getField(String, String, String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Loads an instance field onto the stack.
- getField(PlasticField) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- getField(PlasticField) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Loads an instance or static field onto the stack.
- getFieldChange(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
-
Get the current persisted value of the field.
- getFieldChange(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getFieldChange(String, String) - Method in interface org.apache.tapestry5.internal.structure.Page
-
Gets a change for a field within the component.
- getFieldChange(String, String) - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getFieldName() - Method in class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
- getFieldName() - Method in interface org.apache.tapestry5.services.PersistentFieldChange
-
Returns the name of the field for which a change was recorded.
- getFieldPersistenceStrategy(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getFieldPersistenceStrategy(String) - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns the persistent strategy associated with the field.
- getFields() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getFieldsWithAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getFieldsWithAnnotation(Class<T>) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Matches all fields (claimed or not) that have the given annotation.
- getFile() - Method in interface org.apache.tapestry5.commons.Resource
-
Returns the file portion of the Resource path, everything that follows the final forward slash.
- getFile() - Method in class org.apache.tapestry5.internal.services.messages.ClientLocalizationMessageResource
- getFile() - Method in class org.apache.tapestry5.internal.util.MessageCatalogResource
-
StreamableResourceSourceImpl needs a file, and a suffix, to determine the content type.
- getFile() - Method in class org.apache.tapestry5.internal.util.VirtualResource
- getFile() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
- getFileName() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- getFileName() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
- getFilePath() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- getFilePath() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
- getFileUpload(String) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
- getFileUpload(String) - Method in interface org.apache.tapestry5.upload.services.MultipartDecoder
- getFilterConfig() - Method in class org.apache.tapestry5.http.TapestryFilter
- getFinalFireTime() - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match. - getFinish() - Method in class org.apache.tapestry5.commons.util.IntegerRange
- getFolder() - Method in interface org.apache.tapestry5.commons.Resource
-
Returns the portion of the path up to the last forward slash; this is the directory or folder portion of the Resource.
- getFolder() - Method in class org.apache.tapestry5.internal.util.VirtualResource
- getFolder() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
- getFolderToPackageMapping() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getFolderToPackageMapping() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
A mapping from virtual folder name to a package name (used for converting classpath
Asset
s to client URLs). - getFormalParameterNames() - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
- getFormatter(String) - Method in interface org.apache.tapestry5.commons.Messages
-
Returns a formatter for the message, which can be used to substitute arguments (as per
Formatter
). - getFormatter(String) - Method in class org.apache.tapestry5.commons.util.AbstractMessages
- getFormComponentId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
- getFormComponentId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- getFormComponentId() - Method in interface org.apache.tapestry5.services.FormSupport
-
Returns the complete id of the underlying Form component.
- getFormValidationId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
- getFormValidationId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- getFormValidationId() - Method in interface org.apache.tapestry5.services.FormSupport
-
Id used as a prefix when searching
Messages
for validation messages and constraints. - getFrameClass() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
- getFrameClassName() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
- getFramePackageName() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
- getFromInstanceContext(InstanceContext, String) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
- getFromStaticContextMethodDescriptor - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
- getFromStaticContextMethodName - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
- getGenericSignature() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns the field's fully qualified generic type, or null if not defined.
- getGrammarFileName() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- getGrammarFileName() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- getGraphvizValue() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getGraphvizValue() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getGraphvizValue() - Method in class org.apache.tapestry5.corelib.pages.PageDependencyGraph
- getGroupId() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the component library's group id for dependency management tools like Maven and Gradle.
- getHandle() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns a handle that can be used to directly access a private field of a transformed class instance.
- getHandle() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns a handle that can be used to invoke a method of a transformed class instance.
- getHandledRenderPhases() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getHandledRenderPhases() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns a set of all the render phases that this model (including parent models) that are handled.
- getHasChildren() - Method in interface org.apache.tapestry5.tree.TreeNode
-
Returns true if this non-leaf node has child nodes.
- getHasErrors() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
- getHasErrors() - Method in class org.apache.tapestry5.corelib.components.Form
- getHasErrors() - Method in interface org.apache.tapestry5.FormValidationControl
-
Returns true if the form's
ValidationTracker
contains anyerrors
. - getHasErrors() - Method in interface org.apache.tapestry5.ValidationTracker
-
Returns true if any field contains an error.
- getHasErrors() - Method in class org.apache.tapestry5.ValidationTrackerImpl
- getHasErrors() - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- getHasSession() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getHeader(String) - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getHeader(String) - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the named header as a string, or null if not found.
- getHeader(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Returns null.
- getHeader(String) - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the named header.
- getHeader(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getHeader(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
- getHeaderNames() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getHeaderNames() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the names of all headers in the request.
- getHeaderNames() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Returns an empty list.
- getHeaderNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getHeaders(String) - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the values of a named header.
- getHeaders(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getHeight() - Method in class org.apache.tapestry5.kaptcha.internal.services.KaptchaProducerImpl
- getHeight() - Method in interface org.apache.tapestry5.kaptcha.services.KaptchaProducer
- getHomepageUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL of the homepage of the component library.
- getHtmlSource() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getHTTPServletRequest() - Method in class org.apache.tapestry5.http.internal.services.RequestGlobalsImpl
- getHTTPServletRequest() - Method in interface org.apache.tapestry5.http.services.RequestGlobals
-
The Servlet API Request.
- getHTTPServletResponse() - Method in class org.apache.tapestry5.http.internal.services.RequestGlobalsImpl
- getHTTPServletResponse() - Method in interface org.apache.tapestry5.http.services.RequestGlobals
- getId() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getId() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns the id used to access other resources (this is based on the property name, but with any excess punctuation stripped out).
- getId() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the simple (or local) id of the component.
- getId() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getId() - Method in class org.apache.tapestry5.internal.parser.BlockToken
-
Returns the block's template-unique id, or null if the block element did not specify an id.
- getId() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
-
Returns a non-blank id if one was provided in the template.
- getId() - Method in interface org.apache.tapestry5.internal.services.MessagesBundle
-
Returns an object used to identify this particular bundle; this should be a simple immutable value such as a String.
- getId() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getId() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getId() - Method in class org.apache.tapestry5.ioc.Orderable
- getId() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
A unique id for the embedded component.
- getId() - Method in interface org.apache.tapestry5.tree.TreeNode
-
Returns a string Id for the node that uniquely identifies it.
- getIfExists(Class<T>) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
- getIfExists(Class<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
- getIfExists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
-
For a given class, find the SSO for the class.
- getIfExists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
-
Returns the SSO if it exists or null.
- getImplementationClass() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getIndex() - Method in class org.apache.tapestry5.corelib.components.Loop
- getIndex() - Method in exception org.apache.tapestry5.json.exceptions.JSONArrayIndexOutOfBoundsException
- getIndex() - Method in interface org.apache.tapestry5.plastic.MethodParameter
-
Returns the index of the parameter (counting from zero).
- getInfo() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getInformalParameter(String, Class<T>) - Method in interface org.apache.tapestry5.ComponentResources
-
Reads an informal parameter and coerces the bound value to the indicated type.
- getInformalParameter(String, Class<T>) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getInformalParameterBindings() - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
-
Constructs a map linking informal parameters to the corresponding bindings.
- getInformalParameterBindings() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getInformalParameterBindings() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getInformalParameterNames() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns a list of the names of any informal parameters bound to this component.
- getInformalParameterNames() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getInheritInformalParameters() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getInheritInformalParameters() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
If true, then the component should inherit informal parameters from its container.
- getInitExpression() - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
- getInitialization() - Method in class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
- getInitialization() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStack
-
Deprecated.Deprecated in Tapestry 5.4; may be removed in a future release. Implementations may return null.
- getInitialJSON() - Method in class org.apache.tapestry5.corelib.components.Palette
- getInitParameter(String) - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getInitParameter(String) - Method in interface org.apache.tapestry5.http.services.Context
-
Returns an initial parameter value defined by servlet.
- getInitParameter(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
- getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getInjectionPoints() - Method in class org.apache.tapestry5.internal.jpa.NoopInjectionTarget
- getInjectionTargetFactory(AnnotatedType<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getInplaceGridLinks() - Method in class org.apache.tapestry5.corelib.components.GridColumns
-
Returns null or "true", depending on whether the Grid is rendering for in-place updates or not ("true" means in-place updates).
- getInput(Field) - Method in interface org.apache.tapestry5.ValidationTracker
-
Returns a previously recorded input value.
- getInput(Field) - Method in class org.apache.tapestry5.ValidationTrackerImpl
- getInput(Field) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- getInstance() - Static method in class org.apache.tapestry5.commons.services.GenericsResolver.Provider
-
Returns a cached GenericsResolver instance.
- getInstance() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
- getInstance() - Method in interface org.apache.tapestry5.plastic.MethodInvocation
-
The instance on which the method was originally invoked.
- getInstanceContext() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
- getInstanceContext() - Method in interface org.apache.tapestry5.plastic.MethodInvocation
- getInstanceType() - Method in class org.apache.tapestry5.internal.plastic.ClassInstantiatorImpl
- getInstanceType() - Method in interface org.apache.tapestry5.plastic.InstanceContext
-
Returns the type of the instance created with this context.
- getInstantiator(String) - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
-
Given the name of a component class, provides an instantiator for that component.
- getInstantiator(String) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
- getInt(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists and is an int or can be coerced to an int. - getInt(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists and is an int or can be coerced to an int, or throws otherwise. - getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getInterceptorBindingHashCode(Annotation) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getInterceptorType() - Method in interface org.apache.tapestry5.jcache.internal.CacheMethodAdvice
- getInterceptorType() - Method in class org.apache.tapestry5.jcache.internal.CachePutMethodAdvice
- getInterceptorType() - Method in class org.apache.tapestry5.jcache.internal.CacheRemoveAllMethodAdvice
- getInterceptorType() - Method in class org.apache.tapestry5.jcache.internal.CacheRemoveMethodAdvice
- getInterceptorType() - Method in class org.apache.tapestry5.jcache.internal.CacheResultMethodAdvice
- getInterface() - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
- getInterface() - Method in interface org.apache.tapestry5.ioc.MethodAdviceReceiver
-
Returns the interface for which methods may be advised.
- getIntOrDefault(String, int) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped and an int, or
defaultValue
if this JSONObject contains no mapping for the key. - getInvalidationEventHub() - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
- getInvalidationEventHub() - Method in interface org.apache.tapestry5.internal.services.ComponentTemplateSource
-
Event hub used to notify listeners that underlying component template files have changed.
- getInvalidationEventHub() - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
- getInvalidationEventHub() - Method in interface org.apache.tapestry5.services.messages.ComponentMessagesSource
-
Returns the event hub that allows listeners to be notified when any underlying message catalog file is changed.
- getInvalidClass() - Method in exception org.apache.tapestry5.json.exceptions.JSONInvalidTypeException
- getInvalidClass() - Method in exception org.apache.tapestry5.json.exceptions.JSONTypeMismatchException
- getIssueTrackerUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL of the component's library issue tracker.
- getJarFileUrls() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getJavaClass() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getJavadocUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL of the component library's JavaDoc URL.
- getJavadocUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the JavaDoc URL for a given class or
null
if the root JavaDoc URL was not provided. - getJavaDocUrl() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getJavaScriptAggregationStrategy() - Method in class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
- getJavaScriptAggregationStrategy() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStack
-
Identifies how to aggregate JavaScript within the stack.
- getJavaScriptLibraries() - Method in class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
- getJavaScriptLibraries() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStack
-
Returns a list of localized assets for JavaScript libraries that form the stack.
- getJSONArray(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists and is aJSONArray
. - getJSONArray(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists and is aJSONArray
, or throws otherwise. - getJSONArrayOrDefault(String, JSONArray) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped and a JSONArray, or
defaultValue
if this JSONObject contains no mapping for the key. - getJSONObject(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists and is aJSONObject
. - getJSONObject(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists and is aJSONObject
, or throws otherwise. - getJSONObjectOrDefault(String, JSONObject) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped and a JSONObject, or
defaultValue
if this map contains no mapping for the key. - getJtaDataSource() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getKey() - Method in class org.apache.tapestry5.commons.services.CoercionTuple
- getKey() - Method in class org.apache.tapestry5.internal.KeyValue
- getKeys() - Method in class org.apache.tapestry5.commons.internal.util.MessagesImpl
- getKeys() - Method in interface org.apache.tapestry5.commons.Messages
-
Returns a set of all the keys for which this instance may provide a value.
- getKeys() - Method in class org.apache.tapestry5.internal.services.MapMessages
- getLabel() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getLabel() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns a user-presentable label for the property.
- getLabel() - Method in class org.apache.tapestry5.corelib.base.AbstractField
- getLabel() - Method in class org.apache.tapestry5.corelib.components.Radio
- getLabel() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
- getLabel() - Method in interface org.apache.tapestry5.Field
-
Returns a user presentable (localized) label for the field, which may be used inside <label> elements on the client, and inside client or server-side validation error messages.
- getLabel() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
- getLabel() - Method in class org.apache.tapestry5.internal.OptionModelImpl
- getLabel() - Method in interface org.apache.tapestry5.OptionGroupModel
-
Localized, user-presentable label for the group.
- getLabel() - Method in interface org.apache.tapestry5.OptionModel
-
The localized, user-presentable label for the option.
- getLabel() - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns the user-presentable label, for use with the
Label
component, or to be integrated into any validation error messages. - getLabel() - Method in interface org.apache.tapestry5.tree.TreeNode
-
Returns a textual label for the node.
- getLabel(Object) - Method in class org.apache.tapestry5.internal.DefaultValueLabelProvider
- getLabel(Object) - Method in class org.apache.tapestry5.internal.services.PropertyValueLabelProvider
- getLabel(T) - Method in class org.apache.tapestry5.internal.services.EnumValueLabelProvider
- getLabel(T) - Method in interface org.apache.tapestry5.tree.TreeModelAdapter
-
Returns a text label for the value, which may be presented to the client.
- getLabel(V) - Method in interface org.apache.tapestry5.services.ValueLabelProvider
-
Gets label from the value.
- getLabelForEnum(Messages, Enum) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
- getLabelForEnum(Messages, String, Enum) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Converts an enum to a label string, allowing for overrides from a message catalog.
- getLastDayOfMonth(int, int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getLastModified() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getLastModified() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Returns the time the resource was last modified, with accuracy to one second (so as to match the HTTP request/response date headers).
- getLibraryClientId() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getLibraryMappings() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getLibraryMappings() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getLibraryMappings() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns the library mappings.
- getLibraryName() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getLibraryName() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getLibraryName() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns the name of the library that defines this component; this may be the empty string for an application page or component, or will be a name of a library (possibly including "core" for built-in components).
- getLibraryNameForClass(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getLibraryNameForClass(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Given a class name of a component class, returns the library name (as defined by a contributed library name).
- getLibraryNames() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getLibraryNames() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getLibraryNames() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns the names of all libraries (as configured).
- getLine() - Method in class org.apache.tapestry5.commons.internal.services.StringLocation
- getLine() - Method in interface org.apache.tapestry5.commons.Location
-
The line number within the resource, if known, or -1 otherwise.
- getLine() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
- getLineNumberForFrame() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
- getLink() - Method in class org.apache.tapestry5.corelib.base.AbstractLink
-
Returns the most recently rendered
Link
for this component. - getLinkCreationHub() - Method in interface org.apache.tapestry5.internal.services.LinkSource
-
Returns the hub, used to register and de-register
LinkCreationListener2
s. - getLinkCreationHub() - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
- getListener() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns the listener to be added to the asynchronous request or null.
- getListeners() - Method in class org.apache.tapestry5.ioc.services.ServiceConfigurationListenerHub
-
Returns the list of service configuration listeners.
- getLocale() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the locale for the page containing this component.
- getLocale() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getLocale() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the locale of the client as determined from the request headers.
- getLocale() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getLocale() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getLocale() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getLocale() - Method in class org.apache.tapestry5.ioc.internal.services.ThreadLocaleImpl
- getLocale() - Method in interface org.apache.tapestry5.ioc.services.ThreadLocale
-
Returns the thread's locale, which will be the JVM's default locale, until
ThreadLocale.setLocale(Locale)
is invoked. - getLocale() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getLocalName() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getLocalPort() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getLocalPort() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
- getLocalPort() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Always returns 80.
- getLocalPort() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getLocation() - Method in exception org.apache.tapestry5.BlockNotFoundException
- getLocation() - Method in exception org.apache.tapestry5.commons.internal.util.TapestryException
- getLocation() - Method in interface org.apache.tapestry5.commons.Locatable
-
Returns the location associated with this object for error reporting purposes.
- getLocation() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- getLocation() - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
- getLocation() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getLocation() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getLocation() - Method in class org.apache.tapestry5.ioc.BaseLocatable
- getLocation() - Method in exception org.apache.tapestry5.json.exceptions.JSONTypeMismatchException
- getLocation() - Method in exception org.apache.tapestry5.json.exceptions.JSONValueNotFoundException
- getLocation() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getLog() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getLogger() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the log instance associated with the component (which is based on the component or mixin's class name).
- getLogger() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getLogger() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getLogger() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getLogger() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Returns the logger of the root component element.
- getLogger() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getLogger() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getLogger() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
- getLogger() - Method in interface org.apache.tapestry5.ioc.ServiceResources
-
Returns a Logger appropriate for logging messages.
- getLogger() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns object that will be used to log warnings and errors related to this component.
- getLogger(Class) - Method in class org.apache.tapestry5.ioc.internal.LoggerSourceImpl
- getLogger(Class) - Method in interface org.apache.tapestry5.ioc.LoggerSource
-
Creates or retrieves a log based on Class.
- getLogger(String) - Method in class org.apache.tapestry5.ioc.internal.LoggerSourceImpl
- getLogger(String) - Method in interface org.apache.tapestry5.ioc.LoggerSource
-
Creates or retrieves a log based on name.
- getLoggerName() - Method in class org.apache.tapestry5.http.internal.SyntheticModuleDef
-
Returns "SyntheticModule".
- getLoggerName() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
- getLoggerName() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
-
Returns the name used to create a
Logger
instance. - getLoggerName() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getLoggerName() - Method in interface org.apache.tapestry5.ioc.internal.Module
-
Returns the name used to obtain a logger for the module.
- getLoggerName() - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
- getLogicalName(String) - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getLogicalName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getLogicalName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns the logical name for a page, component or mixin fully classified class name.
- getLogicalPageName() - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
-
Returns a canonicalized version of the page name.
- getLong(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists and is a long or can be coerced to a long. - getLong(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists and is a long or can be coerced to a long, or throws otherwise. - getLongOrDefault(String, long) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped and a long, or
defaultValue
if this JSONObject contains no mapping for the key. - getManagedClassNames() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getMappedConfiguration(Class<K>, Class<V>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getMappedConfiguration(Class<K>, Class<V>) - Method in interface org.apache.tapestry5.ioc.ServiceBuilderResources
- getMappedConfiguration(ServiceDef3, Class<K>, Class<V>) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Builds up a map of key/value pairs by invoking service contribution methods that target the service (from any module, unless the service is private).
- getMappedConfiguration(ServiceDef3, Class<K>, Class<V>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getMappingFileNames() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getMappings() - Method in class org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl
- getMappings() - Method in interface org.apache.tapestry5.services.ClasspathAssetAliasManager
-
Deprecated.Returns the mappings used by the service: the keys are the folder aliases (i.e, "corelib") and the values are the corresponding paths (i.e., "org/apache/tapestry5/corelib").
- getMarkerAnnotations() - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Returns a Set of Annotation classes that are used as service markers.
- getMarkerAnnotations() - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getMarkers() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
- getMarkers() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
-
Returns an optional set of marker annotations.
- getMarkers() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
- getMarkers() - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
- getMarkers() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
- getMarkers() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getMarkers() - Method in interface org.apache.tapestry5.ioc.Markable
-
Returns an optional set of marker annotation.
- getMarkers() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
-
The markers on this service
- getMarkupModel() - Method in class org.apache.tapestry5.dom.Document
- getMaxInactiveInterval() - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- getMaxInactiveInterval() - Method in interface org.apache.tapestry5.http.services.Session
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMaxInactiveInterval() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- getMemberLocation(Member, String, String, ObjectCreator<String>) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- getMessage() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
- getMessage() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
-
The message associated with the exception, possibly null.
- getMessage() - Method in class org.apache.tapestry5.services.HttpError
-
Returns error message.
- getMessageKey() - Method in class org.apache.tapestry5.internal.translator.AbstractTranslator
- getMessageKey() - Method in interface org.apache.tapestry5.Translator
-
Returns the message key, within the application's global message catalog, normally used by this validator.
- getMessageKey() - Method in class org.apache.tapestry5.validator.AbstractValidator
- getMessageKey() - Method in interface org.apache.tapestry5.Validator
-
Returns the message key, within the validation messages, normally used by this validator.
- getMessageKey(Class<T>) - Method in interface org.apache.tapestry5.internal.translator.NumericTranslatorSupport
-
Returns the default message key for parse failures for the indicated type.
- getMessageKey(Class<T>) - Method in class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
- getMessages() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the message catalog for this component.
- getMessages() - Method in class org.apache.tapestry5.internal.beaneditor.EnvironmentMessages
- getMessages() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getMessages() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
-
Returns the message catalog appropriate for use.
- getMessages(MessagesBundle, ComponentResourceSelector) - Method in interface org.apache.tapestry5.internal.services.MessagesSource
-
Used to obtain a
Messages
instance for a particular component, within a particular locale. - getMessages(MessagesBundle, ComponentResourceSelector) - Method in class org.apache.tapestry5.internal.services.MessagesSourceImpl
- getMessages(ComponentModel) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
-
Used to obtain a
Messages
instance for a particular component. - getMessages(ComponentModel) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
- getMessages(ComponentModel, Locale) - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
- getMessages(ComponentModel, Locale) - Method in interface org.apache.tapestry5.services.messages.ComponentMessagesSource
-
Deprecated.Deprecated in 5.3; use
ComponentMessagesSource.getMessages(ComponentModel, ComponentResourceSelector)
instead. - getMessages(ComponentModel, ComponentResourceSelector) - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
- getMessages(ComponentModel, ComponentResourceSelector) - Method in interface org.apache.tapestry5.services.messages.ComponentMessagesSource
-
Used to obtain a
Messages
instance for a particular component, using a particular selector. - getMeta(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getMeta(String) - Method in interface org.apache.tapestry5.model.ComponentModel
-
Gets a meta value identified by the given key.
- getMethod() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getMethod() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
- getMethod() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Always returns POST, to keep the Form component happy.
- getMethod() - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
-
If this signature was created from a method, return that method.
- getMethod() - Method in interface org.apache.tapestry5.plastic.MethodInvocation
-
Returns the method being invoked.
- getMethod() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getMethod(Class, String, Class...) - Static method in class org.apache.tapestry5.plastic.PlasticUtils
-
Convenience for getting a method from a class.
- getMethod(Object) - Method in class org.apache.tapestry5.internal.plastic.MethodInvocationBundle
- getMethod(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
- getMethod(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.TapestryIoCInternalCacheInvocationContext
- getMethod(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.TapestryIoCInternalCacheKeyInvocationContext
- getMethodAnnotation(Method, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.AbtractAspectInterceptorBuilder
- getMethodAnnotation(Method, Class<T>) - Method in interface org.apache.tapestry5.ioc.MethodAdviceReceiver
-
Gets an annotation from a method, via
AnnotationAccess.getMethodAnnotationProvider(String, Class...)
. - getMethodAnnotationProvider(String, Class...) - Method in interface org.apache.tapestry5.ioc.AnnotationAccess
-
Returns a provider for annotations of a method of the class.
- getMethodAnnotationProvider(String, Class...) - Method in class org.apache.tapestry5.ioc.internal.AnnotationAccessImpl
- getMethodAnnotationProvider(String, Class...) - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getMethodAnnotationProvider(String, Class...) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getMethodAnnotationProvider(String, Class...) - Method in class org.apache.tapestry5.ioc.internal.services.AbtractAspectInterceptorBuilder
- getMethodBody() - Method in exception org.apache.tapestry5.internal.services.MethodCompileException
- getMethodDescription() - Method in class org.apache.tapestry5.internal.services.EventImpl
- getMethodDescription(Class, String, Class...) - Static method in class org.apache.tapestry5.plastic.PlasticUtils
-
Uses
PlasticUtils.getMethod(Class, String, Class...)
and wraps the result as aMethodDescription
. - getMethodIdentifier() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns a short identifier for the method that includes the class name, the method name, and the types of all parameters.
- getMethodLocation(Method) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- getMethodLocation(Method) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
-
Converts a method to a
Location
, which includes information about the source file name and line number. - getMethods() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getMethods() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getMethods() - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns all methods of the class, in sorted order.
- getMethodsWithAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getMethodsWithAnnotation(Class<T>) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Matches methods with the given annotation.
- getMimeType() - Method in class org.apache.tapestry5.dom.Document
-
Returns the MIME type of this document.
- getMimeType() - Method in class org.apache.tapestry5.http.ContentType
- getMimeType(String) - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getMimeType(String) - Method in interface org.apache.tapestry5.http.services.Context
-
Returns the MIME content type of the specified file, or null if no content type is known.
- getMimeType(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
- getMixinByClassName(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
-
Returns the mixin instance for the fully qualfied mixin class name.
- getMixinByClassName(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getMixinByClassName(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getMixinClassNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getMixinClassNames() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getMixinClassNames() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns a list of the class names of mixins that are part of the component's implementation.
- getMixinClassNames() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
Returns the fully qualified class names of all mixins added to this component, sorted alphabetically.
- getMixinNames() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getMixinNames() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns a list of all mixin names, in sorted order.
- getMixinResources(String) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Returns the
ComponentResources
for a mixin attached to this component element. - getMixinResources(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getMixins() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
-
Returns the list of mixins for this component instance, or null for no mixins.
- getMixinsTable() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getMocksControl() - Method in class org.apache.tapestry5.test.ioc.MockTester
-
Deprecated.
- getMocksControl() - Method in class org.apache.tapestry5.test.ioc.TestBase
-
Deprecated.
- getModel() - Method in class org.apache.tapestry5.corelib.components.BeanDisplay
- getModel() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getModel() - Method in interface org.apache.tapestry5.internal.services.Instantiator
-
Returns the model that defines the behavior of the component.
- getModel(String) - Method in interface org.apache.tapestry5.internal.services.ComponentModelSource
-
Returns the model for a particular component class name.
- getModel(String) - Method in class org.apache.tapestry5.internal.services.ComponentModelSourceImpl
- getModifiers() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns the modifiers on the field.
- getModuleBuilder() - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
- getModuleBuilder() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getModuleBuilder() - Method in interface org.apache.tapestry5.ioc.ModuleBuilderSource
-
Returns the instantiated version of the Tapestry IoC module class.
- getModules() - Method in class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
- getModules() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStack
-
Returns a list of modules to include with the stack, when aggregating the stack's JavaScript.
- getMongo() - Method in class org.apache.tapestry5.internal.mongodb.MongoDBSourceImpl
- getMongo() - Method in interface org.apache.tapestry5.mongodb.MongoDBSource
- getMongoDb(String) - Method in class org.apache.tapestry5.internal.mongodb.MongoDBImpl
- getMongoDb(String) - Method in interface org.apache.tapestry5.mongodb.MongoDB
-
Obtain a shared instance of the MongoDB database connection object for the specific database
- getMonthNumber(String) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getMouseSpeed() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getName() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getName() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the name of the property (or public field).
- getName() - Method in class org.apache.tapestry5.dom.Attribute
- getName() - Method in class org.apache.tapestry5.dom.Element
- getName() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
- getName() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Returns the short, logical name for the page.
- getName() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getName() - Method in class org.apache.tapestry5.internal.translator.AbstractTranslator
- getName() - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
- getName() - Method in interface org.apache.tapestry5.ioc.services.cron.PeriodicJob
-
Returns the name for the job, supplied when the job is created; this is not unique or meaningful, and primarily exists to assist with debugging.
- getName() - Method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
- getName() - Method in interface org.apache.tapestry5.model.ParameterModel
-
The name of the parameter.
- getName() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns the name of the field.
- getName() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the actual name of the component library (not the identifier).
- getName() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns the name of this context.
- getName() - Method in interface org.apache.tapestry5.Translator
-
Returns a unique name for the translator.
- getNames() - Method in class org.apache.tapestry5.internal.util.NamedSet
-
Returns a set of the names of all stored values.
- getNames(NamedSet<?>) - Static method in class org.apache.tapestry5.internal.util.NamedSet
-
Gets the names in the set, returning an empty set if the NamedSet is null.
- getNamespace() - Method in class org.apache.tapestry5.dom.Attribute
- getNamespace() - Method in class org.apache.tapestry5.dom.Element
-
Returns the namespace for this element (which is typically a URL).
- getNamespaceCount() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getNamespacePrefix(int) - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getNamespaceURI() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getNamespaceURI(int) - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getNamespaceURIToPrefix() - Method in class org.apache.tapestry5.dom.Document
- getNamespaceURIToPrefix() - Method in class org.apache.tapestry5.dom.Element
- getNamespaceURIToPrefix() - Method in class org.apache.tapestry5.dom.Node
- getNeedsConfiguration() - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
-
Returns true if the module contains any additional configuration beyond its
Resource
. - getNestedComponentId() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
The path from the containing page down to the component in question.
- getNestedId() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Return a string consisting the concatenated ids of all containing components, separated by periods.
- getNestedId() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getNestedId() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getNewClassName() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns the new fully-qualified class name.
- getNewPackageName() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns the new package location.
- getNewTempClassLoader() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getNextInvalidTimeAfter(Date) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Returns the next date/time after the given date/time which does not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Returns the next date/time after the given date/time which satisfies the cron expression.
- getNonJtaDataSource() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getNumber() - Method in enum org.apache.tapestry5.versionmigrator.TapestryVersion
-
Returns the version number.
- getNumber(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getNumberArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getNumberFieldTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getNumberFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getNumberOfProperties() - Method in class org.apache.tapestry5.corelib.components.Grid
- getNumericValue(String, int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getObject() - Method in class org.apache.tapestry5.corelib.components.BeanEditor
- getObject(Class<T>, AnnotationProvider) - Method in interface org.apache.tapestry5.commons.ObjectLocator
-
Obtains an object indirectly, using the
MasterObjectProvider
service. - getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
- getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
- getObject(Class<T>, AnnotationProvider, ObjectLocator, Module) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
As with
ObjectLocator.getObject(Class, org.apache.tapestry5.commons.AnnotationProvider)
, but handles theLocal
annotation. - getObject(Class<T>, AnnotationProvider, ObjectLocator, Module) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getObjectByType(Class<T>) - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
- getObjectOutputStream() - Method in class org.apache.tapestry5.internal.services.ClientDataSinkImpl
- getObjectOutputStream() - Method in interface org.apache.tapestry5.services.ClientDataSink
-
Provides the output stream to which data can be written.
- getOldClassName() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns the old fully-qualified class name.
- getOptionGroups() - Method in class org.apache.tapestry5.internal.SelectModelImpl
- getOptionGroups() - Method in interface org.apache.tapestry5.SelectModel
-
The list of groups, each containing some number of individual options.
- getOptionGroups() - Method in class org.apache.tapestry5.util.EnumSelectModel
-
Returns null.
- getOptions() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
- getOptions() - Method in class org.apache.tapestry5.internal.SelectModelImpl
- getOptions() - Method in interface org.apache.tapestry5.OptionGroupModel
-
The list of options within the group.
- getOptions() - Method in interface org.apache.tapestry5.SelectModel
-
The list of ungrouped options, which appear after any grouped options.
- getOptions() - Method in class org.apache.tapestry5.services.javascript.StylesheetLink
-
Returns an instance of
StylesheetOptions
. - getOptions() - Method in class org.apache.tapestry5.util.EnumSelectModel
-
Returns the option groups created in the constructor.
- getOrCreate(Class<T>, ApplicationStateCreator<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
- getOrCreateRegistry() - Method in class org.apache.tapestry5.ioc.junit.TestRegistryManager
-
Get the existing registry or create one if required.
- getOrDefault(Object, Object) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped, or
defaultValue
if this JSONObject contains no mapping for the key. - getOrdered() - Method in class org.apache.tapestry5.ioc.internal.util.IdToDependencyNode
- getOrdered() - Method in class org.apache.tapestry5.ioc.internal.util.Orderer
- getOrderedConfiguration(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getOrderedConfiguration(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBuilderResources
- getOrderedConfiguration(ServiceDef3, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Builds up an ordered collection by invoking service contributor methods that target the service (from any module, unless the service is private).
- getOrderedConfiguration(ServiceDef3, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getOrderForMixin(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getOrderForMixin(String) - Method in interface org.apache.tapestry5.model.ComponentModel
- getOrigin(HttpServletRequest) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
- getOrigin(HttpServletRequest) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
-
Returns the value of the Origin HTTP header.
- getOutput() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the content of the
ServletOutputStream
as string. - getOutput() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getOutputStream() - Method in class org.apache.tapestry5.http.internal.gzip.GZIPEnabledResponse
- getOutputStream(String) - Method in class org.apache.tapestry5.http.internal.services.ResponseImpl
- getOutputStream(String) - Method in interface org.apache.tapestry5.http.services.Response
-
Returns an OutputStream to which byte-oriented output may be sent.
- getOutputStream(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getOutputStream(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
- getOverrideBlock(String) - Method in class org.apache.tapestry5.internal.PropertyOverridesImpl
- getOverrideBlock(String) - Method in interface org.apache.tapestry5.PropertyOverrides
-
Searches for an override block with the given name.
- getOverrideId() - Method in class org.apache.tapestry5.internal.beaneditor.EnvironmentMessages
- getOverrideMessages() - Method in class org.apache.tapestry5.internal.PropertyOverridesImpl
- getOverrideMessages() - Method in interface org.apache.tapestry5.PropertyOverrides
-
Returns the override messages (normally, the messages catalog for the component's container).
- getPackageNames() - Method in interface org.apache.tapestry5.hibernate.HibernateEntityPackageManager
-
Returns packages from which read entity classes
- getPackageNames() - Method in interface org.apache.tapestry5.jpa.JpaEntityPackageManager
-
Returns packages from which read entity classes
- getPage() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns the page that contains this component.
- getPage() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getPage(Class) - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
- getPage(Class) - Method in interface org.apache.tapestry5.services.ComponentSource
-
A convienience for obtaining a page instance via a class instance.
- getPage(String) - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
- getPage(String) - Method in interface org.apache.tapestry5.internal.services.PageSource
-
Returns a loaded instance of the indicated page, using the Locale and other information from the
ComponentResourceSelector
obtained from theComponentRequestSelectorAnalyzer
. - getPage(String) - Method in class org.apache.tapestry5.internal.services.PageSourceImpl
- getPage(String) - Method in interface org.apache.tapestry5.services.ComponentSource
-
Returns the page identified by its logical page name.
- getPage(String, boolean, Set<String>) - Method in class org.apache.tapestry5.internal.services.PageSourceImpl
- getPageActivationContext() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
-
The activation context for the active page, possibly empty (but not null).
- getPageActivationContext() - Method in class org.apache.tapestry5.services.StreamPageContent
-
Returns the activation context of the page.
- getPageClass() - Method in class org.apache.tapestry5.services.StreamPageContent
-
Returns the class of the page to render, or null to indicate that the active page for the request should simply be re-rendered.
- getPageClassName() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getPageLifecycleCallbackHub() - Method in interface org.apache.tapestry5.ComponentResources
-
Provides access to an object that can be used to register callbacks for page lifecycle events.
- getPageLifecycleCallbackHub() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getPageModel(String) - Method in interface org.apache.tapestry5.internal.services.ComponentModelSource
-
Returns the model for a page.
- getPageModel(String) - Method in class org.apache.tapestry5.internal.services.ComponentModelSourceImpl
- getPageName() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the logical name of the page containing this component.
- getPageName() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getPageName() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getPageName() - Method in class org.apache.tapestry5.PageCallback
- getPageName() - Method in class org.apache.tapestry5.services.BeanBlockContribution
-
The logical name of the page containing the block.
- getPageNames() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getPageNames() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- getPageNames() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns a list of all page names, in sorted order.
- getPagerBottom() - Method in class org.apache.tapestry5.corelib.components.Grid
- getPagerTop() - Method in class org.apache.tapestry5.corelib.components.Grid
- getPages() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getPagesTable() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getParameter(int) - Method in interface org.apache.tapestry5.plastic.MethodInvocation
-
Returns the parameter at the given index.
- getParameter(String) - Method in class org.apache.tapestry5.http.ContentType
- getParameter(String) - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getParameter(String) - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the query parameter value for the given name.
- getParameter(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getParameter(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
- getParameter(String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
- getParameterAnnotation(String, Class<T>) - Method in interface org.apache.tapestry5.ComponentResources
-
Obtains an annotation provided by a parameter.
- getParameterAnnotation(String, Class<T>) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getParameterConduit(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
-
Gets a previously stored ParameterConduit, allowing PCs to be shared between a component and a mixin of that component.
- getParameterConduit(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getParameterMap() - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
- getParameterModel(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getParameterModel(String) - Method in interface org.apache.tapestry5.model.ComponentModel
-
Return a single parameter model by parameter name, or null if the parameter is not defined (is not a formal parameter).
- getParameterNames() - Method in class org.apache.tapestry5.http.ContentType
- getParameterNames() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getParameterNames() - Method in interface org.apache.tapestry5.http.Link
-
Returns the names of any additional query parameters for the URI.
- getParameterNames() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns a list of query parameter names, in alphabetical order.
- getParameterNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getParameterNames() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getParameterNames() - Method in class org.apache.tapestry5.internal.services.LinkImpl
- getParameterNames() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getParameterNames() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns an alphabetically sorted list of the names of all formal parameters.
- getParameterNames() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
A sorted list of the names of all bound parameters.
- getParameterNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getParameterNames() - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
- getParameters() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns access to the parameters of the method and, in particular, the visible annotations on those parameters.
- getParameters(String) - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getParameters(String) - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the parameter values for the given name.
- getParameters(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getParameters(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
- getParameters(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.TapestryIoCInternalCacheInvocationContext
- getParameters(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.TapestryIoCInternalCacheKeyInvocationContext
- getParameterTypes() - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
-
Returns the parameter types for this method.
- getParameterValue(String) - Method in interface org.apache.tapestry5.http.Link
-
Returns the value of a specifically named query parameter, or
null
if no such query parameter is stored in the link. - getParameterValue(String) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getParameterValue(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
- getParameterValue(String) - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
The value for each parameter, which will be interpreted as a binding expression.
- getParameterValues(String) - Method in interface org.apache.tapestry5.http.Link
-
Returns the parameter values for the given name.
- getParameterValues(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
- getParameterValues(String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
- getParent() - Method in interface org.apache.tapestry5.internal.services.MessagesBundle
-
Returns a parent bundle for this bundle, or null if this bundle has no parent.
- getParent() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns the parent of this context.
- getParentModel() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getParentModel() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns the component model for this component's super-class, if it exists.
- getPassivationCapableBean(String) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getPasswordFieldTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getPasswordFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getPasswordRenderer() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
- getPath() - Method in interface org.apache.tapestry5.commons.Resource
-
Return the path (the combination of folder and file).
- getPath() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getPath() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the path portion of the request, which starts with a "/" and contains everything up to the start of the query parameters.
- getPath() - Method in class org.apache.tapestry5.internal.services.messages.ClientLocalizationMessageResource
- getPath() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getPath() - Method in class org.apache.tapestry5.internal.util.VirtualResource
- getPath() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
- getPath() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getPath(HttpServletRequest) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
- getPath(HttpServletRequest) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
-
Returns the requested URL path, using the same logic as
Request.getPath()
. - getPathPrefix() - Method in class org.apache.tapestry5.services.LibraryMapping
-
Deprecated.In 5.4, use
LibraryMapping.libraryName
instead. - getPersistenceProviderClassName() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getPersistenceUnitInfos() - Method in class org.apache.tapestry5.internal.jpa.EntityManagerSourceImpl
- getPersistenceUnitInfos() - Method in interface org.apache.tapestry5.jpa.EntityManagerSource
-
Get the list of PersistenceUnitInfo parsed from
persistence.xml
. - getPersistenceUnitName() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getPersistenceUnitRootUrl() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getPersistenceUnits() - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
- getPersistenceXMLSchemaVersion() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getPersistentFieldNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getPersistentFieldNames() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns a list of the names of all persistent fields (within this class, or any super-class).
- getPlasticClass() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getPlasticClass() - Method in interface org.apache.tapestry5.plastic.PlasticClassTransformation
-
Returns the PlasticClass being transformed.
- getPlasticClass() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns the class containing this field.
- getPlasticClass() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns the PlasticClass containing this method.
- getPlasticClassTransformation(String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
-
For a fully-qualified class name of an existing class, loads the bytes for the class and returns a PlasticClass instance.
- getPlasticManager() - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- getPlasticManager() - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
-
Returns the PlasticManager instance used by this PlasticProxyFactory.
- getPlasticManager() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns this context's PlasticManager instance.
- getPool() - Method in class org.apache.tapestry5.plastic.PlasticManager
-
Returns the Plastic class pool used by this instance.
- getPosition() - Method in exception org.apache.tapestry5.json.exceptions.JSONSyntaxException
- getPreviousVersionGitHash() - Method in enum org.apache.tapestry5.versionmigrator.TapestryVersion
-
Returns the Git hash or tag representing the version previous to this one.
- getPrimaryClassName() - Method in interface org.apache.tapestry5.plastic.PlasticClassEvent
-
The primary class name, i.e., the class being created or transformed.
- getPrintOut() - Method in class org.apache.tapestry5.internal.util.PrintOutCollector
-
Closes the
PrintWriter
and returns the accumulated text output. - getPrintWriter() - Method in class org.apache.tapestry5.internal.util.PrintOutCollector
- getPrintWriter(String) - Method in class org.apache.tapestry5.http.internal.services.ResponseImpl
- getPrintWriter(String) - Method in interface org.apache.tapestry5.http.services.Response
-
Returns a PrintWriter object to which output may be sent.
- getPrintWriter(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getPrintWriter(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
- getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getPrompt() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getProperties() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getProperty(String) - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
- getProperty(String) - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
-
Returns a specific property of the exception by name.
- getPropertyAdapter(String) - Method in class org.apache.tapestry5.beanmodel.internal.services.ClassPropertyAdapterImpl
- getPropertyAdapter(String) - Method in interface org.apache.tapestry5.commons.services.ClassPropertyAdapter
-
Returns the property adapter with the given name, or null if no such adapter exists.
- getPropertyClass() - Method in class org.apache.tapestry5.corelib.components.BeanDisplay
- getPropertyGenericType() - Method in class org.apache.tapestry5.beanmodel.internal.services.CoercingPropertyConduitWrapper
- getPropertyGenericType() - Method in class org.apache.tapestry5.beanmodel.internal.services.LiteralPropertyConduit
- getPropertyGenericType() - Method in interface org.apache.tapestry5.beanmodel.PropertyConduit2
-
Returns the generic type of the property
- getPropertyId() - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns a string that identifies the property, usually the property name.
- getPropertyId() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
-
Returns a string that identifies the property, usually the property name.
- getPropertyModel() - Method in class org.apache.tapestry5.corelib.base.AbstractPropertyOutput
- getPropertyModel() - Method in class org.apache.tapestry5.corelib.components.BeanDisplay
-
Returns the property model for the current property.
- getPropertyModel() - Method in class org.apache.tapestry5.grid.SortConstraint
- getPropertyName() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getPropertyName() - Method in interface org.apache.tapestry5.beanmodel.internal.InternalPropertyConduit
-
Returns the name of the property read or updated by the conduit or null.
- getPropertyName() - Method in class org.apache.tapestry5.beanmodel.internal.services.LiteralPropertyConduit
- getPropertyName() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns the name of the property (which may, in fact, be a property expression).
- getPropertyName() - Method in class org.apache.tapestry5.corelib.components.GridRows
- getPropertyName() - Method in interface org.apache.tapestry5.internal.bindings.InternalPropBinding
-
Returns the name of the property, if exists.
- getPropertyName() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
- getPropertyName() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
-
Returns the name of the property (which may, in fact, be a property expression).
- getPropertyName(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
-
Returns the name of the bound property if
PropBinding
is used and the expression points to a property on a bean (e.g. - getPropertyName(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getPropertyNames() - Method in interface org.apache.tapestry5.beanmodel.BeanModel
-
Returns a list of the editable properties of the bean, in presentation order.
- getPropertyNames() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.BeanModelImpl
- getPropertyNames() - Method in class org.apache.tapestry5.beanmodel.internal.services.ClassPropertyAdapterImpl
- getPropertyNames() - Method in interface org.apache.tapestry5.commons.services.ClassPropertyAdapter
-
Returns the names of all properties, sorted into alphabetic order.
- getPropertyNames() - Method in class org.apache.tapestry5.corelib.components.GridRows
- getPropertyNames() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
- getPropertyNames() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
-
Returns the names of the properties of the exception, sorted alphabetically.
- getPropertyType() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- getPropertyType() - Method in class org.apache.tapestry5.beanmodel.internal.services.CoercingPropertyConduitWrapper
- getPropertyType() - Method in class org.apache.tapestry5.beanmodel.internal.services.LiteralPropertyConduit
- getPropertyType() - Method in interface org.apache.tapestry5.beanmodel.PropertyConduit
-
Returns the type of the property read or updated by the conduit.
- getPropertyType() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns the type of the property.
- getPropertyType() - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns the type of the property being edited.
- getPropertyValue() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
- getPropertyValue() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getPropertyValue() - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns the current value of the property being edited (the context encapsulates the object containing the property).
- getPropertyValue() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
-
Returns the value of the property (the object being displayed is encapsulated by the context).
- getProxyFactory() - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
-
Returns a proxy factory that can be used to generate additional classes around enhanced classes, or create subclasses of enhanced classes.
- getProxyFactory() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
- getProxyFactory() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns this context's PlasticProxyFactory instance.
- getProxyFactory(String) - Method in interface org.apache.tapestry5.commons.services.PlasticProxyFactory
-
Returns the PlasticProxyFactory instance to be used for a given class.
- getPublishedParameters() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
- getPublishedParameters() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
-
Returns the list of published parameters of this component (usually an empty list).
- getQualifierHashCode(Annotation) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getQueryStatistics() - Method in class org.apache.tapestry5.hibernate.web.pages.HibernateStatistics
- getReadMethod() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getReadMethod() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the method used to read the property, or null if the property is not readable (or is a public field).
- getRealFile(String) - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getRealFile(String) - Method in interface org.apache.tapestry5.http.services.Context
-
Attempts to find the actual file, on the file system, that would be provided by the servlet container for the given path (which must start with a leading slash).
- getRealFile(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
-
Always returns null.
- getRedirectLink() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the link redirected to via
Response.sendRedirect(org.apache.tapestry5.http.Link)
. - getRedirectLink() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getRedirectURL() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the redirect URL.
- getRedirectURL() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getReference(Bean<?>, Type, CreationalContext<?>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getRegistry() - Method in class org.apache.tapestry5.test.PageTester
-
Returns the Registry that was created for the application.
- getRemoteControlServerLocation() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getRemoteHost() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getRemoteHost() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getRemoteHost() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Always returns "localhost".
- getRemoteHost() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getRenderedDocument() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Allows access to the rendered document.
- getRenderedDocument() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getRenderingPage() - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
-
Returns the page that is rendering markup content.
- getRenderingPage() - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
- getRenderRootNodes() - Method in class org.apache.tapestry5.corelib.components.Tree
- getRenderVariable(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Returns a previously stored render variable.
- getRenderVariable(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getReplacement(String) - Method in class org.apache.tapestry5.internal.ComponentOverrideImpl
- getReplacement(String) - Method in interface org.apache.tapestry5.services.ComponentOverride
-
Returns the replacement for a class given its name.
- getRequest() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns the request to be used with
ServletRequest.startAsync()
or null. - getRequest() - Method in class org.apache.tapestry5.http.internal.services.RequestGlobalsImpl
- getRequest() - Method in interface org.apache.tapestry5.http.services.RequestGlobals
-
The current request.
- getRequestBodyAs(Class<T>) - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- getRequestBodyAs(Class<T>) - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Returns, if present, the body of the request body coerced to a given type.
- getRequiredType() - Method in exception org.apache.tapestry5.json.exceptions.JSONTypeMismatchException
- getRequiredType() - Method in exception org.apache.tapestry5.json.exceptions.JSONValueNotFoundException
- getReservedNames() - Method in interface org.apache.tapestry5.internal.services.FormControlNameManager
-
Returns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).
- getReservedNames() - Method in class org.apache.tapestry5.internal.services.FormControlNameManagerImpl
- getResource() - Method in interface org.apache.tapestry5.Asset
-
Returns the underlying Resource for the Asset.
- getResource() - Method in class org.apache.tapestry5.commons.internal.services.StringLocation
-
Returns null; we don't know where the file really is (it's probably a class on the class path).
- getResource() - Method in interface org.apache.tapestry5.commons.Location
-
The resource from which the object tagged with a location was derived.
- getResource() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Returns the resource that was parsed to form the template.
- getResource() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- getResource() - Method in class org.apache.tapestry5.internal.services.MessagesTrackingInfo
- getResource() - Method in class org.apache.tapestry5.internal.services.UrlAsset
- getResource() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
- getResource() - Method in exception org.apache.tapestry5.services.AssetNotFoundException
-
The resource which wasn't found.
- getResource(String) - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getResource(String) - Method in interface org.apache.tapestry5.http.services.Context
-
Returns a URL to a resource stored within the context.
- getResource(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
- getResourcePaths(String) - Method in class org.apache.tapestry5.http.internal.services.ContextImpl
- getResourcePaths(String) - Method in interface org.apache.tapestry5.http.services.Context
-
Looks for resources within the web application within the supplied path.
- getResourcePaths(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
- getResourceSelector() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns the selector used when constructing the component and its containing page.
- getResourceSelector() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- getResourceSelector() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- getResponse() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns the response to be used with
ServletRequest.startAsync()
or null. - getResponse() - Method in class org.apache.tapestry5.http.internal.services.RequestGlobalsImpl
- getResponse() - Method in interface org.apache.tapestry5.http.services.RequestGlobals
-
The current response.
- getResponseBody() - Method in class org.apache.tapestry5.services.HttpStatus
-
Returns the response body.
- getResponseCustomizer() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getResponseCustomizer() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Returns the customizer, if any, for this resource.
- getResult() - Method in class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
- getResult() - Method in class org.apache.tapestry5.internal.structure.RenderPhaseEvent
- getResult() - Method in class org.apache.tapestry5.internal.util.CaptureResultCallback
- getResult() - Method in class org.apache.tapestry5.internal.util.MacOutputStream
-
Should only be invoked once, immediately after this stream is closed; it generates the final MAC result, and returns it as a Base64 encoded string.
- getReturnType() - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
- getReturnValue() - Method in class org.apache.tapestry5.internal.plastic.FailureMethodInvocationResult
- getReturnValue() - Method in class org.apache.tapestry5.internal.plastic.SuccessMethodInvocationResult
- getReturnValue() - Method in class org.apache.tapestry5.internal.services.MethodInvocationFailResult
- getReturnValue() - Method in class org.apache.tapestry5.internal.services.MethodInvocationSuccessfulResult
- getReturnValue() - Method in interface org.apache.tapestry5.plastic.MethodInvocationResult
-
Returns the actual value returned from the method invocation, if any.
- getReturnValue() - Method in interface org.apache.tapestry5.services.MethodInvocationResult
-
The return value from the method invocation.
- getRoot() - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Returns the root context.
- getRoot() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- getRootClasses() - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Returns the set of all root classes (i.e.
- getRootClasses() - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- getRootComponent() - Method in interface org.apache.tapestry5.internal.structure.Page
-
The root component of the page.
- getRootComponent() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getRootElement() - Method in class org.apache.tapestry5.dom.Document
- getRootElement() - Method in interface org.apache.tapestry5.internal.structure.Page
-
The root component of the page.
- getRootElement() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getRootNodes() - Method in class org.apache.tapestry5.tree.DefaultTreeModel
- getRootNodes() - Method in interface org.apache.tapestry5.tree.TreeModel
-
Returns the node or nodes that are the top level of the tree.
- getRootPackage() - Method in class org.apache.tapestry5.services.LibraryMapping
- getRootResource() - Method in class org.apache.tapestry5.internal.services.AbstractAssetFactory
-
Returns the root
ContextResource
. - getRootResource() - Method in class org.apache.tapestry5.internal.services.ExternalUrlAssetFactory
- getRootResource() - Method in interface org.apache.tapestry5.services.AssetFactory
-
Returns the Resource representing the root folder of the domain this factory is responsible for.
- getRow() - Method in class org.apache.tapestry5.corelib.components.Grid
- getRowsPerPage() - Method in class org.apache.tapestry5.corelib.components.Grid
- getRowType() - Method in interface org.apache.tapestry5.grid.GridDataSource
-
Returns the type of value in the rows, or null if not known.
- getRowType() - Method in class org.apache.tapestry5.hibernate.web.HibernateGridDataSource
-
Returns the entity type, as provided via the constructor.
- getRowType() - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
-
Returns the type of the first element in the list, or null if the list is empty.
- getRowType() - Method in class org.apache.tapestry5.internal.grid.NullDataSource
- getRowType() - Method in class org.apache.tapestry5.jpa.JpaGridDataSource
-
Returns the type of value in the rows, or null if not known.
- getRowValue(int) - Method in interface org.apache.tapestry5.grid.GridDataSource
-
Returns the row value at the provided index.
- getRowValue(int) - Method in class org.apache.tapestry5.hibernate.web.HibernateGridDataSource
-
Returns a row value at the given index (which must be within the range defined by the call to
HibernateGridDataSource.prepare(int, int, java.util.List)
). - getRowValue(int) - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
- getRowValue(int) - Method in class org.apache.tapestry5.internal.grid.NullDataSource
- getRowValue(int) - Method in class org.apache.tapestry5.jpa.JpaGridDataSource
-
Returns the row value at the provided index.
- getScope() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
- getScope() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
-
The scope of the service (typically "singleton" or "perthread").
- getSecondLevelCacheStatistics() - Method in class org.apache.tapestry5.hibernate.web.pages.HibernateStatistics
- getSecurity() - Method in interface org.apache.tapestry5.http.Link
-
Returns the current security for this link, which reflects whether the targeted page is itself secure or insecure.
- getSecurity() - Method in class org.apache.tapestry5.internal.services.LinkImpl
- getSelectedId(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedIds(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedIndex(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedIndexes(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedLabel(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedLabels(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedPageClassName() - Method in class org.apache.tapestry5.corelib.pages.PageCatalog
- getSelectedValue(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectedValues(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelectionEnabled() - Method in class org.apache.tapestry5.corelib.components.Tree
- getSelectionModel() - Method in class org.apache.tapestry5.corelib.components.Tree
-
Returns the actual
TreeSelectionModel
in use for this Tree component, as per theTree.selectionModel
parameter. - getSelectModelForProperty() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
-
Provide a select mode for an enum type.
- getSelectOptions(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getSelector() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
-
Returns the selector associated with this resources.
- getSelector() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
- getSelector() - Method in interface org.apache.tapestry5.internal.structure.Page
-
The selector (which includes Locale) used when the page was constructor.
- getSelector() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getSelectValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getServer() - Method in class org.apache.tapestry5.test.JettyRunner
- getServerName() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getServerName() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Returns "localhost" which is sufficient for testing purposes.
- getServerName() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getServerPort() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getServerPort() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Always returns 80.
- getServerPort() - Method in class org.apache.tapestry5.services.DelegatingRequest
- getService(Class<T>) - Method in interface org.apache.tapestry5.commons.ObjectLocator
-
Locates a service given a service interface and (optionally) some marker annotation types.
- getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
- getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
- getService(Class<T>) - Method in class org.apache.tapestry5.test.PageTester
-
Allows a service to be retrieved via its service interface.
- getService(Class<T>, Class<? extends Annotation>...) - Method in interface org.apache.tapestry5.commons.ObjectLocator
-
Locates a service given a service interface and (optionally) some marker annotation types.
- getService(Class<T>, Class<? extends Annotation>...) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
- getService(Class<T>, Class<? extends Annotation>...) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getService(Class<T>, Class<? extends Annotation>...) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
- getService(String, Class<T>) - Method in interface org.apache.tapestry5.commons.ObjectLocator
-
Obtains a service via its unique service id.
- getService(String, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.Module
-
Locates a service given a service id and the corresponding service interface type.
- getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
- getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
- getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
- getServiceActivity() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
- getServiceActivity() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivityScoreboard
-
Returns the status of all services, sorted alphabetically by service id.
- getServiceDef(String) - Method in class org.apache.tapestry5.http.internal.SyntheticModuleDef
-
Returns null.
- getServiceDef(String) - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
- getServiceDef(String) - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
-
Returns a service definition via the service's id.
- getServiceDef(String) - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getServiceDef(String) - Method in interface org.apache.tapestry5.ioc.internal.Module
-
Returns the service definition for the given service id.
- getServiceDef(String) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
- getServiceId() - Method in class org.apache.tapestry5.http.internal.SyntheticSymbolSourceContributionDef
-
Returns "SymbolSource".
- getServiceId() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
- getServiceId() - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
-
Identifies the service contributed to.
- getServiceId() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
-
Returns the service id, derived from the method name or the unqualified service interface name.
- getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
- getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
- getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getServiceId() - Method in interface org.apache.tapestry5.ioc.ServiceResources
-
Returns the fully qualified id of the service.
- getServiceId() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
-
The unique id for the service.
- getServiceId(AnnotatedElement) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Extracts the service id from the passed annotated element.
- getServiceIds() - Method in class org.apache.tapestry5.http.internal.SyntheticModuleDef
-
Returns an empty set.
- getServiceIds() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
- getServiceIds() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
-
Returns the ids of the services built/provided by the module.
- getServiceIds() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getServiceImplementation() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef3
-
Returns the service implementation associated with this service.
- getServiceImplementation() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getServiceImplementation() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getServiceImplementation() - Method in interface org.apache.tapestry5.ioc.ServiceResources
-
Returns the service implementation.
- getServiceInterface() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
- getServiceInterface() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
-
Returns the service interface associated with this service.
- getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
- getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
- getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
- getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getServiceInterface() - Method in interface org.apache.tapestry5.ioc.Markable
-
Returns the service interface associated with the service.
- getServiceInterface() - Method in interface org.apache.tapestry5.ioc.ServiceResources
-
Returns the service interface implemented by the service.
- getServiceInterface() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
-
The interface implemented by the service (this may occasionally be a class, for non-proxied services).
- getServiceLifecycle(String) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Returns a service lifecycle by service scope name.
- getServiceLifecycle(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getServiceLogger(String) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Returns a logger for the service, which consists of the Module's
log name
suffixed with a period and the service id. - getServiceLogger(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getServiceOverrideProvider() - Method in class org.apache.tapestry5.ioc.internal.services.ServiceOverrideImpl
- getServiceOverrideProvider() - Method in interface org.apache.tapestry5.ioc.services.ServiceOverride
-
Returns a provider based on the configuration; this is wired into the
MasterObjectProvider
's configuration. - getServiceScope() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
- getServiceScope() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
-
Returns the lifecycle defined for the service.
- getServiceScope() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- getServletContext() - Method in class org.apache.tapestry5.http.internal.services.ApplicationGlobalsImpl
- getServletContext() - Method in interface org.apache.tapestry5.http.services.ApplicationGlobals
- getSession() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getSession() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionManager
-
Gets the active session for this request, creating it as necessary.
- getSession() - Method in class org.apache.tapestry5.hibernate.internal.HibernateSessionManagerImpl
- getSession() - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
- getSession(boolean) - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- getSession(boolean) - Method in interface org.apache.tapestry5.http.internal.services.TapestrySessionFactory
- getSession(boolean) - Method in class org.apache.tapestry5.http.internal.services.TapestrySessionFactoryImpl
- getSession(boolean) - Method in interface org.apache.tapestry5.http.services.Request
-
Gets the
Session
. - getSession(boolean) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- getSession(boolean) - Method in class org.apache.tapestry5.services.DelegatingRequest
- getSessionFactory() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionSource
-
Returns the SessionFactory from which Hibernate sessions are created.
- getSessionFactory() - Method in class org.apache.tapestry5.hibernate.internal.HibernateSessionSourceImpl
- getSharedCacheMode() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getSimpleLogicalName() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getSimpleOldClassName() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns the simple old class name.
- getSize() - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- getSize() - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
The size, in bytes, of the underlying bytestream.
- getSize() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- getSize() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
- getSnapshot() - Method in class org.apache.tapestry5.commons.util.Stack
-
Returns a snapshot of the current state of the stack as an array of objects.
- getSortAscending() - Method in interface org.apache.tapestry5.grid.GridPaginationModel
- getSortAscending() - Method in class org.apache.tapestry5.grid.GridPaginationModelImpl
- getSortColumnId() - Method in interface org.apache.tapestry5.grid.GridPaginationModel
- getSortColumnId() - Method in class org.apache.tapestry5.grid.GridPaginationModelImpl
- getSortConstraints() - Method in interface org.apache.tapestry5.grid.GridSortModel
-
Returns a list of sort constraints, identifying which columns are sorted, and how.
- getSortedInits() - Method in class org.apache.tapestry5.internal.services.ModuleInitsManager
-
Returns all previously added inits, sorted by
InitializationPriority
, then by order in which they were added. - getSortModel() - Method in class org.apache.tapestry5.corelib.components.Grid
- getSortModel() - Method in interface org.apache.tapestry5.grid.GridModel
-
Returns the object used to track sorting behavior of the Grid.
- getSourceArtifact() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns the artifact where the class was located.
- getSourceBrowseUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL where the component library's source can be browsed.
- getSourceRootUrl() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL where the root folder of component library's source can be found.
- getSourceType() - Method in class org.apache.tapestry5.commons.services.CoercionTuple
- getSourceType() - Method in class org.apache.tapestry5.commons.services.CoercionTuple.Key
- getSourceType() - Method in exception org.apache.tapestry5.commons.util.CoercionNotFoundException
-
Returns the source type.
- getSourceUrl() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getSourceUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the URL where the source of this class can be found or
null
if not available. - getSpeed() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getStack(String) - Method in class org.apache.tapestry5.internal.services.javascript.JavaScriptStackSourceImpl
- getStack(String) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStackSource
-
Gets a stack by name (ignoring case).
- getStackNames() - Method in class org.apache.tapestry5.internal.services.javascript.JavaScriptStackSourceImpl
- getStackNames() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStackSource
-
Returns the names of all stacks, in sorted order.
- getStacks() - Method in class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
- getStacks() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStack
-
Returns a list of JavaScriptStack names that this stack depends on.
- getStackTrace() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
- getStackTrace() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
-
Returns the stack trace elements.
- getStart() - Method in class org.apache.tapestry5.commons.util.IntegerRange
- getStartups() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef2
-
Methods marked with @Startup are converted into Runnable instances and assigned here.
- getStartups() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- getStaticField(String, String, Class) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- getStaticField(String, String, Class) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Gets a static field; does not consume a value from the stack, but pushes the fields' value onto the stack.
- getStaticField(String, String, String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- getStaticField(String, String, String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Gets a static field; does not consume a value from the stack, but pushes the fields' value onto the stack.
- getStatistics() - Method in class org.apache.tapestry5.hibernate.web.pages.HibernateStatistics
- getStats() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Returns the page construction statistics for this page.
- getStats() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- getStatus() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Returns the status code for this response.
- getStatus() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- getStatus() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
- getStatus() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
-
Indicates the lifecycle status of the service.
- getStatusCode() - Method in class org.apache.tapestry5.services.HttpError
-
Returns the error status code.
- getStatusCode() - Method in class org.apache.tapestry5.services.HttpStatus
-
Returns the status code.
- getStereotypeDefinition(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- getStrategy() - Method in class org.apache.tapestry5.services.ApplicationStateContribution
-
The name of the strategy used to control where the ASO is stored.
- getStream() - Method in interface org.apache.tapestry5.StreamResponse
-
Returns the stream of bytes to be sent to the client.
- getStream() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- getStream() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
- getStream() - Method in class org.apache.tapestry5.util.TextStreamResponse
-
Converts the text to a byte array (as per the character set, which is usually "UTF-8"), and returns a stream for that byte array.
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.CSSURLRewriter
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.DelegatingSRS
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.JavaScriptStackMinimizeDisabler
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.SRSCachingInterceptor
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.SRSCompressingInterceptor
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.SRSMinimizingInterceptor
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceSourceImpl
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in class org.apache.tapestry5.internal.services.assets.UTF8ForTextAssets
- getStreamableResource(Resource, StreamableResourceProcessing, ResourceDependencies) - Method in interface org.apache.tapestry5.services.assets.StreamableResourceSource
-
Converts a Resource (which must be non-null and exist) into a streamable resource, along with some additional optional behaviors.
- getString(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the value at
index
if it exists, coercing it if necessary. - getString(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value mapped by
name
if it exists, coercing it if necessary, or throws if no such mapping exists. - getString(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getStringArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- getStringOrDefault(String, String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the value to which the specified key is mapped and a string, or
defaultValue
if this JSONObject contains no mapping for the key. - getStylesheets() - Method in class org.apache.tapestry5.services.javascript.ExtensibleJavaScriptStack
- getStylesheets() - Method in interface org.apache.tapestry5.services.javascript.JavaScriptStack
-
Returns a list of localized links for stylesheets that form the stack.
- getSubType() - Method in class org.apache.tapestry5.http.ContentType
- getSuperClassName() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getSuperClassName() - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns the name of the super-class of the class being transformed.
- getSupportedLocales() - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
- getSupportedLocales() - Method in interface org.apache.tapestry5.services.LocalizationSetter
-
Returns a list of supported locales, as per the
SymbolConstants.SUPPORTED_LOCALES
symbol. - getSupportedLocalesModel() - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
- getSupportedLocalesModel() - Method in interface org.apache.tapestry5.services.LocalizationSetter
-
Returns the supported locales packaged as a model.
- getSupportsInformalParameters() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- getSupportsInformalParameters() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns true if the model indicates that informal parameters, additional parameters beyond the formal parameter defined for the component, are supported.
- getSystemProperties() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
-
Returns a sorted list of system property names.
- getTabClass() - Method in class org.apache.tapestry5.corelib.pages.T5Dashboard
- getTabContent(String) - Method in class org.apache.tapestry5.internal.services.dashboard.DashboardManagerImpl
- getTabContent(String) - Method in interface org.apache.tapestry5.services.dashboard.DashboardManager
- getTable(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getTabNames() - Method in class org.apache.tapestry5.internal.services.dashboard.DashboardManagerImpl
- getTabNames() - Method in interface org.apache.tapestry5.services.dashboard.DashboardManager
- getTags() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- getTags() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the tags associated which describe this component library.
- getTapestryVersion() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the Tapestry version used by this component library.
- getTarget() - Method in class org.apache.tapestry5.ioc.Orderable
- getTarget(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.TapestryIoCInternalCacheInvocationContext
- getTarget(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.TapestryIoCInternalCacheKeyInvocationContext
- getTargetClass(MethodInvocation) - Method in class org.apache.tapestry5.jcache.internal.CacheLookupUtil
- getTargetType() - Method in class org.apache.tapestry5.commons.services.CoercionTuple
- getTargetType() - Method in class org.apache.tapestry5.commons.services.CoercionTuple.Key
- getTargetType() - Method in exception org.apache.tapestry5.commons.util.CoercionNotFoundException
-
Returns the target type.
- getTemplate() - Method in class org.apache.tapestry5.internal.services.TemplateTrackingInfo
- getTemplate(ComponentModel, Locale) - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
-
Resolves the component name to a localized
Resource
(using theComponentTemplateLocator
chain of command service). - getTemplate(ComponentModel, ComponentResourceSelector) - Method in interface org.apache.tapestry5.internal.services.ComponentTemplateSource
-
Provides access to a template.
- getTemplate(ComponentModel, ComponentResourceSelector) - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
- getText() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
- getText(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getTextAreaTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getTextAreaValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getTextFieldTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getTextFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- getThreads() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- getThrown(Class<T>) - Method in class org.apache.tapestry5.internal.services.MethodInvocationFailResult
- getThrown(Class<T>) - Method in class org.apache.tapestry5.internal.services.MethodInvocationSuccessfulResult
- getThrown(Class<T>) - Method in interface org.apache.tapestry5.services.MethodInvocationResult
-
If
MethodInvocationResult.isFail()
is true, this method provides access to the actual checked exception that was thrown. - getTimeAfter(Date) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getTimeBefore(Date) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time that the
CronExpression
matches. - getTimeout() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns the timeout, in milliseconds, for the asynchronous request.
- getTimeZone() - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Returns the time zone for which this
CronExpression
will be resolved. - getTitle() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getTokenNames() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- getTokens() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Returns a list of tokens that were parsed from the template.
- getTokens() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- getTokenType() - Method in class org.apache.tapestry5.internal.parser.TemplateToken
- getToString() - Method in class org.apache.tapestry5.ioc.internal.services.MethodIterator
-
Returns true if the method
public String toString()
is part of the interface. - getTrace() - Method in exception org.apache.tapestry5.ioc.internal.OperationException
- getTracker() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getTracker() - Method in interface org.apache.tapestry5.ioc.ServiceResources
-
Returns an object that can be used to track operations related to constructing, configuring, decorating and initializing the service.
- getTransactionType() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getTransformedClass() - Method in interface org.apache.tapestry5.internal.plastic.InternalPlasticClassTransformation
- getTransformedClass() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getTransformedContentType() - Method in interface org.apache.tapestry5.services.assets.ResourceTransformer
-
Returns the MIME type of a transformed stream.
- getTranslator(Field) - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns the translator appropriate for the field (this is based on the property type).
- getTranslatorAlternates() - Method in class org.apache.tapestry5.internal.services.TranslatorAlternatesSourceImpl
- getTranslatorAlternates() - Method in interface org.apache.tapestry5.services.TranslatorAlternatesSource
-
Get the mapping from name to Translator, based on the contributions to the service.
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.constant_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.expression_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.expressionList_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.keyword_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.list_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.map_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.mapEntry_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.mapEntryList_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.mapKey_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.methodInvocation_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.notOp_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.propertyChain_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.rangeOp_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.rangeopArg_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.start_return
- getTree() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.term_return
- getTreeActionLink() - Method in class org.apache.tapestry5.corelib.components.Tree
- getTreeAdaptor() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- getTriggerClass() - Method in class org.apache.tapestry5.corelib.components.DevTool
- getType() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getType() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the type of the property.
- getType() - Method in interface org.apache.tapestry5.FieldTranslator
-
Returns the type of the server-side value.
- getType() - Method in class org.apache.tapestry5.internal.services.FieldTranslatorImpl
- getType() - Method in class org.apache.tapestry5.internal.translator.AbstractTranslator
- getType() - Method in interface org.apache.tapestry5.plastic.LocalVariable
-
Returns the Java type of the variable.
- getType() - Method in interface org.apache.tapestry5.plastic.MethodParameter
-
Returns the Java type name of the parameter.
- getType() - Method in interface org.apache.tapestry5.plastic.PlasticClassEvent
-
Identifies what type of class is being loaded.
- getType() - Method in interface org.apache.tapestry5.Translator
-
Returns the type of the server-side value.
- getTypeClosure() - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- getTypeName() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns the fully qualified class name for the field's type or (for a primitive type) the primitive type name ("int", "char", etc.).
- getTypes() - Method in class org.apache.tapestry5.commons.util.StrategyRegistry
-
Returns the registered types for which adapters are available.
- getUnassociatedErrors() - Method in interface org.apache.tapestry5.ValidationTracker
-
Returns just the errors that are not associated with any fields.
- getUnassociatedErrors() - Method in class org.apache.tapestry5.ValidationTrackerImpl
- getUnassociatedErrors() - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- getUnclaimedFields() - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- getUnclaimedFields() - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns all unclaimed fields, in sorted order by name.
- getUniqueId() - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
-
Returns a string consisting of the name of the method and its parameter types.
- getUnlocalizedAsset(String) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
- getUnlocalizedAsset(String) - Method in interface org.apache.tapestry5.services.AssetSource
-
Find an asset but does not attempt to localize it.
- getUnorderedConfiguration(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
- getUnorderedConfiguration(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBuilderResources
- getUnorderedConfiguration(ServiceDef3, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
-
Builds up an unordered collection by invoking service contributor methods that target the service (from any module, unless the service is private).
- getUnorderedConfiguration(ServiceDef3, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- getUnwrapperMethodName(String) - Static method in class org.apache.tapestry5.services.TransformUtils
-
For primitive types, returns the method on the wrapper type that converts back to the primitive.
- getUploadException() - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
- getUploadException() - Method in interface org.apache.tapestry5.upload.services.MultipartDecoder
-
Returns the exception the occured during the file upload, or null if the processing of the multipart upload stream was succesful.
- getURL() - Method in class org.apache.tapestry5.services.javascript.StylesheetLink
- getValidationMode() - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
- getValidator(Field) - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Returns the FieldValidator for the field.
- getValidatorFactory() - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorSource
-
Returns the ValidatorFactory from which Validators are created.
- getValidatorFactory() - Method in class org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
- getValidatorType() - Method in class org.apache.tapestry5.internal.services.ValidatorSpecification
- getValue() - Method in class org.apache.tapestry5.corelib.components.Loop
- getValue() - Method in class org.apache.tapestry5.dom.Attribute
- getValue() - Method in class org.apache.tapestry5.internal.KeyValue
- getValue() - Method in class org.apache.tapestry5.internal.OptionModelImpl
- getValue() - Method in class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
- getValue() - Method in interface org.apache.tapestry5.OptionModel
-
The server-side value represented by this option.
- getValue() - Method in interface org.apache.tapestry5.services.PersistentFieldChange
-
Returns the new value for the field (which may be null).
- getValue() - Method in interface org.apache.tapestry5.tree.TreeNode
-
Returns the value represented by this node.
- getValue() - Method in class org.apache.tapestry5.upload.components.Upload
- getValue(int, String, int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- getValue(Method, String, boolean) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiDescriptionGenerator
- getValue(Method, String, String, int) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiDescriptionGenerator
- getValue(Method, String, String, Parameter, String) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiDescriptionGenerator
- getValue(Method, String, String, String, String) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiDescriptionGenerator
- getValue(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getValue(String, String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldBundleImpl
- getValue(String, String) - Method in interface org.apache.tapestry5.services.PersistentFieldBundle
- getValueEncoder(Class<T>) - Method in class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
- getValueEncoder(Class<T>) - Method in interface org.apache.tapestry5.services.ValueEncoderSource
-
Gets or creates a value encoder for the indicated type.
- getValueEncoderForProperty() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
-
Provide a value encoder for an enum type.
- getValues() - Method in class org.apache.tapestry5.commons.util.AvailableValues
-
The values, as strings, in sorted order.
- getValues() - Method in class org.apache.tapestry5.commons.util.MultiKey
-
Returns a copy of the values array.
- getValues() - Method in class org.apache.tapestry5.internal.util.NamedSet
-
Returns a set of all the values in the set.
- getValues(NamedSet<T>) - Static method in class org.apache.tapestry5.internal.util.NamedSet
-
Returns the values in the set, returning an empty set if the NamedSet is null.
- getValueType() - Method in class org.apache.tapestry5.commons.util.AvailableValues
-
The type of value, i.e., "component types" or "service ids".
- getValueType() - Method in class org.apache.tapestry5.validator.AbstractValidator
- getValueType() - Method in interface org.apache.tapestry5.Validator
-
Returns the value type associated with this validator.
- getVersion() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Returns the component library version.
- getVersionGitHash() - Method in enum org.apache.tapestry5.versionmigrator.TapestryVersion
-
Represents the Git hash or tag representing this version.
- getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getWidth() - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
-
Looks for a
Width
annotation and, if present, returns its value as a string. - getWidth() - Method in class org.apache.tapestry5.kaptcha.internal.services.KaptchaProducerImpl
- getWidth() - Method in interface org.apache.tapestry5.kaptcha.services.KaptchaProducer
- getWorker() - Method in class org.apache.tapestry5.internal.services.meta.MetaWorkerImpl
- getWorker() - Method in interface org.apache.tapestry5.services.meta.MetaWorker
-
Returns the worker that performs transformations (in 5.2, MetaWorker implemented ComponentClassTransformWorker).
- getWrapperType(Class) - Static method in class org.apache.tapestry5.services.TransformUtils
-
Returns the wrapper type for a given input type.
- getWrapperTypeName(String) - Static method in class org.apache.tapestry5.services.TransformUtils
-
Returns the name of wrapper type for a given input type.
- getWriteMethod() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- getWriteMethod() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns the method used to update the property, or null if the property is not writeable (or a public field).
- getXpathCount(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- getZoneClass() - Method in class org.apache.tapestry5.corelib.components.DevTool
- getZoneElement() - Method in class org.apache.tapestry5.corelib.components.DevTool
- getZoneToRenderMap() - Method in class org.apache.tapestry5.ajax.MultiZoneUpdate
-
Deprecated.Returns a mapping from client zone id to renderer object for that zone.
- GlobPatternMatcher - Class in org.apache.tapestry5.ioc.internal
-
Used when matching identifiers.
- GlobPatternMatcher(String) - Constructor for class org.apache.tapestry5.ioc.internal.GlobPatternMatcher
- Glyphicon - Class in org.apache.tapestry5.corelib.components
-
Renders a
<span>
tag with the CSS class to select a Bootstrap Glyphicon. - Glyphicon() - Constructor for class org.apache.tapestry5.corelib.components.Glyphicon
- goBack() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- GoogleClosureMinimizerOptionsProvider - Interface in org.apache.tapestry5.webresources
-
Provide CompilerOptions for the GoogleClosureMinimizer.
- gracefullyHandleFormsRequirePostException(MappedConfiguration<Class, Object>, boolean) - Static method in class org.apache.tapestry5.modules.TapestryModule
- Graphviz - Class in org.apache.tapestry5.corelib.components
-
Component that renders a Graphviz graph using @hpcc-js/wasm.
- Graphviz() - Constructor for class org.apache.tapestry5.corelib.components.Graphviz
- GREATER - org.apache.tapestry5.plastic.Condition
-
Compare two integer elements on the stack; branch if the deeper element is greater than the top element.
- Grid - Class in org.apache.tapestry5.corelib.components
-
A grid presents tabular data.
- Grid() - Constructor for class org.apache.tapestry5.corelib.components.Grid
- GRID_EMPTY_BLOCK - Static variable in class org.apache.tapestry5.ComponentParameterConstants
- GRID_INPLACE_UPDATE - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Name of event triggered by Grid sub-components when an in-place Grid is updated.
- GRID_PAGER_POSITION - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default position of the
Grid
pager. - GRID_ROWS_PER_PAGE - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default number for how many rows to display in a
Grid
page. - GRID_TABLE_CSS_CLASS - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default name of the CSS class for the <table> element of the
Grid
component. - GridCell - Class in org.apache.tapestry5.corelib.components
-
Part of
Grid
that renders the markup inside a single data cell. - GridCell() - Constructor for class org.apache.tapestry5.corelib.components.GridCell
- GridColumns - Class in org.apache.tapestry5.corelib.components
-
Renders out the column headers for the grid, including links (where appropriate) to control column sorting.
- GridColumns() - Constructor for class org.apache.tapestry5.corelib.components.GridColumns
- GRIDCOLUMNS_ASCENDING_ASSET - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default
Asset
to display inGridColumns
header for ascending sort action. - GRIDCOLUMNS_DESCENDING_ASSET - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default
Asset
to display inGridColumns
header for descending sort action. - GRIDCOLUMNS_SORTABLE_ASSET - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default
Asset
to display inGridColumns
header for identifying a sortable column. - GridConstants - Class in org.apache.tapestry5.grid
- GridConstants() - Constructor for class org.apache.tapestry5.grid.GridConstants
- GridDataSource - Interface in org.apache.tapestry5.grid
-
Defines how a
Grid
component (and its sub-components) gain access to the row data that is displayed on the page. - GridModel - Interface in org.apache.tapestry5.grid
-
A provider of model data to the sub-components of the
Grid
component. - GridPager - Class in org.apache.tapestry5.corelib.components
-
Generates a series of links used to jump to a particular page index within the overall data set.
- GridPager() - Constructor for class org.apache.tapestry5.corelib.components.GridPager
- GRIDPAGER_PAGE_RANGE - Static variable in class org.apache.tapestry5.ComponentParameterConstants
-
The default number of page range to display in the
GridPager
before and after the current page. - GridPagerPosition - Enum in org.apache.tapestry5.corelib.data
-
Used by the
Grid
component to control where the pager portion of the Grid should be displayed. - GridPaginationModel - Interface in org.apache.tapestry5.grid
-
Store pagination information, such as the current page, sort column, and sort ascending vs.
- GridPaginationModelImpl - Class in org.apache.tapestry5.grid
-
Standard implementation of
GridPaginationModel
. - GridPaginationModelImpl() - Constructor for class org.apache.tapestry5.grid.GridPaginationModelImpl
- GridRows - Class in org.apache.tapestry5.corelib.components
-
Renders out a series of rows within the table.
- GridRows() - Constructor for class org.apache.tapestry5.corelib.components.GridRows
- GridSortModel - Interface in org.apache.tapestry5.grid
-
Models the sorting applied to the a
GridDataSource
. - group - Variable in class org.apache.tapestry5.corelib.pages.ExceptionReport.ThreadInfo
- gt(T) - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory for comparison of a Comparable against a fixed value; true if the flow element is greater than the provided value.
- gteq(T) - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory for comparison of a Comparable against a fixed value; true if the flow element is greater than or equal to the value.
- GuavaGenericsResolver - Class in org.apache.tapestry5.genericsresolverguava.internal
-
GuavaGenericsResolver
implementation using Guava. - GuavaGenericsResolver() - Constructor for class org.apache.tapestry5.genericsresolverguava.internal.GuavaGenericsResolver
- GZIP_COMPRESSION_ENABLED - Static variable in class org.apache.tapestry5.http.TapestryHttpSymbolConstants
-
If "true" (the default) then GZip compression is enabled for dynamic requests and for static assets.
- GZIP_COMPRESSION_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
-
If "true" (the default) then GZip compression is enabled for dynamic requests and for static assets.
- GZIP_CONTENT_ENCODING - Static variable in class org.apache.tapestry5.http.internal.TapestryHttpInternalConstants
-
Response content encoding value indicating use of GZIP compression.
- GZIP_CONTENT_ENCODING - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Deprecated.
- GZIPEnabledResponse - Class in org.apache.tapestry5.http.internal.gzip
- GZIPEnabledResponse(HttpServletResponse, HttpServletRequest, int, CompressionAnalyzer) - Constructor for class org.apache.tapestry5.http.internal.gzip.GZIPEnabledResponse
- GZipFilter - Class in org.apache.tapestry5.http.internal.gzip
-
Filter that adds GZIP compression to the response, if the client supports it.
- GZipFilter(int, ResponseCompressionAnalyzer, CompressionAnalyzer) - Constructor for class org.apache.tapestry5.http.internal.gzip.GZipFilter
All Classes All Packages