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
I
- I - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- I - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- id - Variable in class org.apache.tapestry5.alerts.Alert
-
A unique id (unique within this JVM and execution), used to identify an alert (used primarily when individually dismissing an alert).
- id() - Method in annotation type org.apache.tapestry5.annotations.Component
-
The id of the component.
- id() - Method in annotation type org.apache.tapestry5.ioc.annotations.Advise
-
Id of the advisor.
- id() - Method in annotation type org.apache.tapestry5.ioc.annotations.Decorate
-
Id of the decorator.
- Id - Annotation Type in org.apache.tapestry5.annotations
-
Optional annotation, used with
Inject
, which exists to provide the id of an object when it can not be determined by other means (such as from the field name). - IdAllocator - Class in org.apache.tapestry5.ioc.util
-
Used to "uniquify" names within a given context.
- IdAllocator() - Constructor for class org.apache.tapestry5.ioc.util.IdAllocator
-
Creates a new allocator with no namespace.
- IdAllocator(String) - Constructor for class org.apache.tapestry5.ioc.util.IdAllocator
-
Creates a new allocator with the provided namespace.
- IDENTIFIER - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- IDENTIFIER - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- identifyDataType(PropertyAdapter) - Method in class org.apache.tapestry5.commons.internal.services.AnnotationDataTypeAnalyzer
- identifyDataType(PropertyAdapter) - Method in class org.apache.tapestry5.commons.internal.services.DefaultDataTypeAnalyzer
- identifyDataType(PropertyAdapter) - Method in interface org.apache.tapestry5.commons.services.DataTypeAnalyzer
-
Identifies the data type, if known, or returns null if not known.
- identifyDataType(PropertyAdapter) - Method in class org.apache.tapestry5.kaptcha.internal.services.KaptchaDataTypeAnalyzer
- identity() - Static method in class org.apache.tapestry5.func.F
-
A Mapper factory; the Mapper returns the the flow value unchanged.
- IdentityAssetPathConverter - Class in org.apache.tapestry5.internal.services
-
Returns the default asset path unchanged.
- IdentityAssetPathConverter() - Constructor for class org.apache.tapestry5.internal.services.IdentityAssetPathConverter
- idMatcher - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
- IdMatcher - Interface in org.apache.tapestry5.ioc
-
A matcher of fully qualified ids.
- IdMatcherImpl - Class in org.apache.tapestry5.ioc.internal
-
A wrapper around a
GlobPatternMatcher
used to glob-match service ids. - IdMatcherImpl(String) - Constructor for class org.apache.tapestry5.ioc.internal.IdMatcherImpl
- IdToDependencyNode<T> - Class in org.apache.tapestry5.ioc.internal.util
-
Used to order objects into an "execution" order.
- IdToDependencyNode(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.util.IdToDependencyNode
- If - Class in org.apache.tapestry5.corelib.components
-
Conditionally renders its body.
- If() - Constructor for class org.apache.tapestry5.corelib.components.If
- ifFalse(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.WhenCallback
-
Generates code for when the condition is false.
- ifSet(Consumer<? super T>) - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
-
If a value is set, performs the given action with it, otherwise it does nothing.
- ifTrue(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.WhenCallback
-
Generates code for when the condition is true.
- ignorableWhitespace(char[], int, int) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
- ignoreAttributesWithoutValue(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- ignoreBlankInput() - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
-
Should blank input be ignored (after validation)? This will be true for
PasswordField
. - ignoreBlankInput() - Method in class org.apache.tapestry5.corelib.components.PasswordField
-
Returns true, blank input should be ignored and not cause an update to the server-side property bound to the value parameter.
- ignoredComponentParameters(ComponentResources, String...) - Method in class org.apache.tapestry5.internal.services.compatibility.DeprecationWarningImpl
- ignoredComponentParameters(ComponentResources, String...) - Method in interface org.apache.tapestry5.services.compatibility.DeprecationWarning
-
The most common case: checks to see if the parameter name is bound and if so emits a warning that the parameter is ignored and will be removed.
- IgnoredPathsFilter - Class in org.apache.tapestry5.internal.services
- IgnoredPathsFilter(Collection<String>) - Constructor for class org.apache.tapestry5.internal.services.IgnoredPathsFilter
- IMMEDIATE - org.apache.tapestry5.services.javascript.InitializationPriority
-
Deprecated.Deprecated in 5.4; this is now treated as "earlier than early".
- ImmutableSessionPersistedObject - Annotation Type in org.apache.tapestry5.http.annotations
-
Marker annotation that can be placed on a session-persisted object to indicate that the object is immutable, and therefore does not require end-of-request restoring into the session.
- implementFieldValueProvider(PlasticClass, Set<PlasticUtils.FieldInfo>) - Static method in class org.apache.tapestry5.plastic.PlasticUtils
-
Transforms this PlasticClass so it implements FieldValueProvider for the given set of field names.
- implementPropertyValueProvider(PlasticClass, Set<PlasticUtils.FieldInfo>) - Static method in class org.apache.tapestry5.plastic.PlasticUtils
-
Transforms this PlasticClass so it implements PropertyValueProvider for the given set of field names.
- Import - Annotation Type in org.apache.tapestry5.annotations
-
Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets.
- importJavaScriptLibrary(String) - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
- importJavaScriptLibrary(String) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptSupport
-
Import a Javascript library with an arbitrary URL.
- importJavaScriptLibrary(Asset) - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
- importJavaScriptLibrary(Asset) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptSupport
-
Imports a JavaScript library as part of the rendered page.
- ImportModule - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Attached to a module class, this annotation identifies other module classes that should also be added to the Registry.
- importStack(String) - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
- importStack(String) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptSupport
-
Imports a
JavaScriptStack
by name, a related set of JavaScript libraries and stylesheets. - importStylesheet(Asset) - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
- importStylesheet(Asset) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptSupport
-
A convenience method that wraps the Asset as a
StylesheetLink
. - importStylesheet(StylesheetLink) - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
- importStylesheet(StylesheetLink) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptSupport
-
Imports a Cascading Style Sheet file as part of the rendered page.
- ImportWorker - Class in org.apache.tapestry5.internal.transform
-
Implements the
Import
annotation, both at the class and at the method level. - ImportWorker(JavaScriptSupport, SymbolSource, AssetSource, ResourceChangeTracker, PropertyValueProviderWorker) - Constructor for class org.apache.tapestry5.internal.transform.ImportWorker
- ImportWorker.ImportWorkerDataProvider - Interface in org.apache.tapestry5.internal.transform
- in(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Navigates into a nested JSONObject, creating the JSONObject if necessary.
- IN_ERROR - org.apache.tapestry5.FieldFocusPriority
-
A field that contains a validation error, the highest normal priority.
- include(String...) - Method in interface org.apache.tapestry5.beanmodel.BeanModel
-
Re-orders the properties of the model into the specified order.
- include(String...) - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.BeanModelImpl
- include(BeanModel, String) - Static method in class org.apache.tapestry5.beanmodel.BeanModelUtils
-
Selects a subset of the properties to keep, and reorders them.
- INCLUDE_CORE_STACK - Static variable in class org.apache.tapestry5.SymbolConstants
-
If true (the default), then Tapestry will automatically include the "core" stack in all pages.
- IncompatibleChange - Annotation Type in org.apache.tapestry5.ioc.annotations
- increment(LocalVariable) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- increment(LocalVariable) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Increments a local integer variable.
- index() - Method in annotation type org.apache.tapestry5.annotations.PageActivationContext
-
The index of the page activation context parameter (default 0)
- Index - Class in org.apache.tapestry5.openapiviewer.pages
-
Shows an OpenAPI definition viewer based on Swagger UI.
- Index() - Constructor for class org.apache.tapestry5.openapiviewer.pages.Index
- indicateTestMethodName(Method) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- inError(Field) - Method in interface org.apache.tapestry5.ValidationTracker
-
For a given field, determines if the field is "in error", meaning that an error message has been previously recorded for the field.
- inError(Field) - Method in class org.apache.tapestry5.ValidationTrackerImpl
- inError(Field) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- info(String) - Method in interface org.apache.tapestry5.alerts.AlertManager
-
Adds an
Severity.INFO
alert with the default duration,Duration.SINGLE
. - info(String) - Method in class org.apache.tapestry5.internal.alerts.AlertManagerImpl
- INFO - org.apache.tapestry5.alerts.Severity
- INHERIT_BINDING_PREFIX - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Special prefix for parameters that are inherited from named parameters of their container.
- InheritanceData - Class in org.apache.tapestry5.internal.plastic
-
Used to track which methods are implemented by a base class, which is often needed when transforming a subclass.
- InheritanceData(String) - Constructor for class org.apache.tapestry5.internal.plastic.InheritanceData
- InheritanceSearch - Class in org.apache.tapestry5.commons.internal.util
-
Used to search from a particular class up the inheritance hierarchy of extended classes and implemented interfaces.
- InheritanceSearch(Class) - Constructor for class org.apache.tapestry5.commons.internal.util.InheritanceSearch
- inheritInformalParameters() - Method in annotation type org.apache.tapestry5.annotations.Component
-
If true, then the component will inherit all informal parameters from its parent component.
- init() - Method in class org.apache.tapestry5.ioc.internal.services.cron.PeriodicExecutorImpl
- init() - Method in interface org.apache.tapestry5.ioc.services.cron.PeriodicExecutor
-
Initializes this service.
- init(FilterConfig) - Method in class org.apache.tapestry5.http.TapestryFilter
-
Initializes the filter using the
TapestryAppInitializer
. - init(DocletEnvironment, Doclet) - Method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
- init(Registry) - Method in class org.apache.tapestry5.http.TapestryFilter
-
Invoked from
TapestryFilter.init(FilterConfig)
after the Registry has been created, to allow any additional initialization to occur. - INITIAL - org.apache.tapestry5.internal.plastic.FieldState
- Initialization - Interface in org.apache.tapestry5.services.javascript
-
Provided by
JavaScriptSupport.require(String)
to allow additional, optional, details of the module-based page initialization to be configured. - INITIALIZATION - org.apache.tapestry5.services.javascript.StackExtensionType
-
Deprecated.Deprecated in 5.4 with no replacement; initialization may be removed in the future.
- InitializationPlan<T> - Interface in org.apache.tapestry5.ioc.internal.util
-
Performs one initialization step on a newly created object.
- InitializationPriority - Enum in org.apache.tapestry5.services.javascript
-
Sets the priority for JavaScript initialization scripting.
- initialize(InvalidationEventHub) - Method in class org.apache.tapestry5.internal.util.RecomputableSupport
-
Forces
RecomputableSupport.invalidate()
to be invoked when the hub emits an invalidation callback. - initialize(PageClassLoaderContext, Function<ClassLoader, PlasticProxyFactory>) - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Initializes this service with the root context and a Plastic proxy factory provider.
- initialize(PageClassLoaderContext, Function<ClassLoader, PlasticProxyFactory>) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- initialize(T) - Method in interface org.apache.tapestry5.ioc.internal.util.InitializationPlan
-
Invoked by the
ConstructionPlan
inside a operation tracker block. - InitializeActivePageName - Class in org.apache.tapestry5.services
-
Filter contributed into the
ComponentRequestHandler
pipeline to set theactivePageName property
. - InitializeActivePageName(RequestGlobals) - Constructor for class org.apache.tapestry5.services.InitializeActivePageName
- initializeApplication(ServletContext) - Method in interface org.apache.tapestry5.http.services.ServletApplicationInitializer
- initializeApplication(ServletContext, ServletApplicationInitializer) - Method in interface org.apache.tapestry5.http.services.ServletApplicationInitializerFilter
-
Peforms one step of initializing the application before passing off to the next step.
- initializeApplication(Context) - Method in interface org.apache.tapestry5.http.services.ApplicationInitializer
- initializeApplication(Context, ApplicationInitializer) - Method in interface org.apache.tapestry5.http.services.ApplicationInitializerFilter
- initializeForCompletePage(Page) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
-
Initializes the queue for rendering of a complete page.
- initializeForCompletePage(Page) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
- initializeForForm(String, String) - Method in interface org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateController
- initializeForForm(String, String) - Method in class org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateControllerImpl
- initializeRequestEncoding(String) - Method in interface org.apache.tapestry5.internal.services.RequestEncodingInitializer
-
Initializes the request encoding to match the encoding defined for the page.
- INITIALIZERS - org.apache.tapestry5.services.compatibility.Trait
-
Support for Tapestry 5.3 style initializers (the client-side
T5.initializers
namespace). - initializeWith(String) - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
-
Used as an alternative to JavaScriptModuleConfiguration.exports(String), this allows a short expression to be specified; the expression is used to initialize, clean up, and (usually) return the module's export value.
- inject(Object) - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Converts the field to be read-only, and provide the indicated value.
- inject(T, CreationalContext<T>) - Method in class org.apache.tapestry5.internal.jpa.NoopInjectionTarget
- Inject - Annotation Type in org.apache.tapestry5.ioc.annotations
-
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into an arbitrary method of Java Bean.
- INJECT_PAGE - org.apache.tapestry5.internal.services.ComponentDependencyRegistry.DependencyType
-
Dependency by usage of the InjectPage annotation.
- InjectComponent - Annotation Type in org.apache.tapestry5.annotations
-
Allows components defined in the template to be injected as read-only properties.
- InjectComponentWorker - Class in org.apache.tapestry5.internal.transform
-
Recognizes the
InjectComponent
annotation, and converts the field into a read-only field containing the component. - InjectComponentWorker(ComponentClassCache, Logger) - Constructor for class org.apache.tapestry5.internal.transform.InjectComponentWorker
- injectComputed(ComputedValue<?>) - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Converts the field to be read-only, and provide the value, which is computed indirectly inside the class' constructor.
- InjectContainer - Annotation Type in org.apache.tapestry5.annotations
-
Used to inject the component which contains this component.
- InjectContainerWorker - Class in org.apache.tapestry5.internal.transform
-
Identifies the
InjectContainer
annotation and adds code to initialize it to the core component. - InjectContainerWorker(ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.InjectContainerWorker
- INJECTED - org.apache.tapestry5.internal.plastic.FieldState
- INJECTED_PARAMETERS - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Annotation types for event handler method parameters which have injected values, not ones provided by the URL.
- injectFromInstanceContext() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
As with
PlasticField.inject(Object)
, but the value is extracted from theInstanceContext
. - injectIntoFields(Object, ObjectLocator, InjectionResources, OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Injects into the fields (of all visibilities) when the
Inject
orInjectService
annotations are present. - InjectionProvider2 - Interface in org.apache.tapestry5.services.transform
-
Provides some form of injection when the value for an
Inject
annotation is present. - InjectionResources - Interface in org.apache.tapestry5.ioc.internal.util
-
Provides for the injection of specific types of values as resources as opposed to services or objects obtained from
MasterObjectProvider
. - InjectNamedProvider - Class in org.apache.tapestry5.internal.transform
- InjectNamedProvider(ObjectLocator, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.InjectNamedProvider
- InjectPage - Annotation Type in org.apache.tapestry5.annotations
-
Allows a a page (really, the root component of the page) to be injected into another component as a read-only field.
- InjectPageWorker - Class in org.apache.tapestry5.internal.transform
-
Performs transformations that allow pages to be injected into components.
- InjectPageWorker(ComponentSource, ComponentClassResolver, PerthreadManager, ComponentDependencyRegistry) - Constructor for class org.apache.tapestry5.internal.transform.InjectPageWorker
- InjectResource - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Deprecated.Deprecated in Tapestry 5.3, to be removed in a later release. Use
Inject
instead. - InjectService - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Annotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter.
- InjectServiceWorker - Class in org.apache.tapestry5.internal.transform
-
Processes the
InjectService
annotation. - InjectServiceWorker(ObjectLocator, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.InjectServiceWorker
- InjectWorker - Class in org.apache.tapestry5.internal.transform
- InjectWorker(ObjectLocator, InjectionProvider2, OperationTracker) - Constructor for class org.apache.tapestry5.internal.transform.InjectWorker
- INNER - org.apache.tapestry5.plastic.ClassType
-
An inner class within a controlled package, which may have field accesses (to non-private fields visible to it) instrumented.
- INSECURE - org.apache.tapestry5.http.LinkSecurity
-
The request is insecure, which matches the targeted page security, so there's no explicit need for an absolute URI.
- InsertPosition - Enum in org.apache.tapestry5.corelib.data
- INSIDE - org.apache.tapestry5.services.RelativeElementPosition
-
The hidden field may be placed inside the element, as a child.
- insideField(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
- insideField(Field) - Method in class org.apache.tapestry5.internal.util.AutofocusValidationDecorator
- insideField(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
- insideField(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
-
Deprecated.Invoked at a point where the decorator may write additional attributes into the field.
- insideLabel(Field, Element) - Method in class org.apache.tapestry5.BaseValidationDecorator
- insideLabel(Field, Element) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
- insideLabel(Field, Element) - Method in interface org.apache.tapestry5.ValidationDecorator
-
Deprecated.Invoked after the label has rendered its tag, but before it has rendered content inside the tag, to allow the decorator to write additional attributes.
- installShim(PlasticClassHandleShim) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- InstanceContext - Interface in org.apache.tapestry5.plastic
-
Defines per-instance context values for a transformed PlasticClass.
- instanceOf(Class) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- instanceOf(Class) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Adds a check that the object on top of the stack is assignable to the indicated class.
- instanceOf(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- instanceOf(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Adds a check that the object on top of the stack is assignable to the indicated class.
- instantiate(Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.AbstractConfigurationImpl
- instantiateBridge(S, F) - Method in class org.apache.tapestry5.ioc.internal.services.BridgeBuilder
-
Instantiates a bridge object.
- Instantiator - Interface in org.apache.tapestry5.internal.services
-
An object that can instantiate a component.
- InstructionBuilder - Interface in org.apache.tapestry5.plastic
-
Simplifies the generation of method instructions for a particular method (or constructor), allowing bytecode to be created with a friendlier API that focuses on Java type names (names as they would appear in Java source) rather than JVM descriptors or internal names.
- InstructionBuilderCallback - Interface in org.apache.tapestry5.plastic
-
Used in various places to allow some code to be constructed under controlled circumstances.
- InstructionBuilderImpl - Class in org.apache.tapestry5.internal.plastic
- InstructionBuilderState - Class in org.apache.tapestry5.internal.plastic
-
Stores information about the method whose instructions are being constructed, to make it easier to share data across multiple instances.
- InstructionBuilderState(MethodDescription, MethodVisitor, NameCache) - Constructor for class org.apache.tapestry5.internal.plastic.InstructionBuilderState
- INT - org.apache.tapestry5.internal.plastic.PrimitiveType
- INTEGER - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- INTEGER - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- IntegerRange - Class in org.apache.tapestry5.commons.util
-
Represents a sequence of integer values, either ascending or descending.
- IntegerRange(int, int) - Constructor for class org.apache.tapestry5.commons.util.IntegerRange
- interceptCleanupSpecMethod(IMethodInvocation) - Method in class org.apache.tapestry5.spock.TapestryInterceptor
- interceptInitializerMethod(IMethodInvocation) - Method in class org.apache.tapestry5.spock.TapestryInterceptor
- InterceptorStackBuilder - Class in org.apache.tapestry5.ioc.internal
-
Responsible for constructing the interceptor stack, on demand, by invoking an ordered series of decorators (
DecoratorDef
(which are converted intoServiceDecorator
s). - InterceptorStackBuilder(ServiceDef3, ObjectCreator, InternalRegistry) - Constructor for class org.apache.tapestry5.ioc.internal.InterceptorStackBuilder
- interceptSharedInitializerMethod(IMethodInvocation) - Method in class org.apache.tapestry5.spock.TapestryInterceptor
- INTERFACE - org.apache.tapestry5.internal.plastic.TypeCategory
- interleave(Flow<T>...) - Method in interface org.apache.tapestry5.func.Flow
-
"Stripes" together a group of flows.
- IntermediateType - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to the intermediate type.
- intern(String) - Method in interface org.apache.tapestry5.commons.internal.services.StringInterner
-
Interns a string.
- intern(String) - Method in class org.apache.tapestry5.commons.internal.services.StringInternerImpl
- Internal - Annotation Type in org.apache.tapestry5.internal.services.javascript
-
Marker annotation for the internal
JavaScriptStack
. - INTERNAL_GET_DELEGATE - Static variable in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- InternalCommonsUtils - Class in org.apache.tapestry5.commons.internal.util
-
Utility methods class for the Commons package.
- InternalCommonsUtils() - Constructor for class org.apache.tapestry5.commons.internal.util.InternalCommonsUtils
- InternalComponentInvalidationEventHub - Interface in org.apache.tapestry5.internal.services
-
Split-out implementation of
InvalidationEventHub
that separates it fromComponentInstantiatorSource
. - InternalComponentInvalidationEventHubImpl - Class in org.apache.tapestry5.internal.services
- InternalComponentInvalidationEventHubImpl(boolean, Logger) - Constructor for class org.apache.tapestry5.internal.services.InternalComponentInvalidationEventHubImpl
- InternalComponentResources - Interface in org.apache.tapestry5.internal
-
An extension of
ComponentResources
that represents additional methods that are private to the framework and not exposed in any public APIs. - InternalComponentResourcesCommon - Interface in org.apache.tapestry5.internal
-
Operations shared by
InternalComponentResources
andComponentPageElement
. - InternalComponentResourcesImpl - Class in org.apache.tapestry5.internal.structure
-
The bridge between a component and its
ComponentPageElement
, that supplies all kinds of resources to the component, including access to its parameters, parameter bindings, and persistent field data. - InternalComponentResourcesImpl(Page, ComponentPageElement, ComponentResources, ComponentPageElementResources, String, String, Instantiator, boolean) - Constructor for class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- InternalConstants - Class in org.apache.tapestry5.internal
- InternalConstants() - Constructor for class org.apache.tapestry5.internal.InternalConstants
- InternalFormSupport - Interface in org.apache.tapestry5.corelib.internal
-
Additional methods for
FormSupport
used internally by Tapestry. - InternalLayout - Class in org.apache.tapestry5.internal.t5internal.components
-
A default layout for a number of internal pages in Tapestry, such as
ServiceStatus
andPageCatalog
. - InternalLayout() - Constructor for class org.apache.tapestry5.internal.t5internal.components.InternalLayout
- InternalModule - Class in org.apache.tapestry5.modules
-
TapestryModule
has gotten too complicated and it is nice to demarkate public (and stable) from internal (and volatile). - InternalModule() - Constructor for class org.apache.tapestry5.modules.InternalModule
- InternalPlasticClassTransformation - Interface in org.apache.tapestry5.internal.plastic
- InternalPropBinding - Interface in org.apache.tapestry5.internal.bindings
-
Internal marker interface for PropBinding
- InternalPropertyConduit - Interface in org.apache.tapestry5.beanmodel.internal
-
Extension to
PropertyConduit2
that adds a method to determine the name of the property. - InternalRegistry - Interface in org.apache.tapestry5.ioc.internal
-
Internal view of the module registry, adding additional methods needed by modules.
- InternalRequestGlobals - Interface in org.apache.tapestry5.internal.services
-
Stores global per-request data internal to the framework.
- InternalRequestGlobalsImpl - Class in org.apache.tapestry5.internal.services
- InternalRequestGlobalsImpl() - Constructor for class org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
- InternalSymbols - Class in org.apache.tapestry5.internal
- InternalSymbols() - Constructor for class org.apache.tapestry5.internal.InternalSymbols
- InternalTestModule - Class in org.apache.tapestry5.internal.t5internal.modules
-
Provides the "t5internal" library, that provides common text utilities needed by some of the other projects' integration tests.
- InternalTestModule() - Constructor for class org.apache.tapestry5.internal.t5internal.modules.InternalTestModule
- InternalUtils - Class in org.apache.tapestry5.ioc.internal.util
-
Utilities used within various internal implementations of the tapestry-ioc module.
- InternalUtils() - Constructor for class org.apache.tapestry5.ioc.internal.util.InternalUtils
- interpolate(String, MessageInterpolator.Context) - Method in class org.apache.tapestry5.internal.beanvalidator.MessageInterpolatorImpl
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.apache.tapestry5.internal.beanvalidator.MessageInterpolatorImpl
- IntervalSchedule - Class in org.apache.tapestry5.ioc.services.cron
-
A very simple schedule, that simply executes the desired job at fixed intervals.
- IntervalSchedule(long) - Constructor for class org.apache.tapestry5.ioc.services.cron.IntervalSchedule
-
Interval at which the schedule should execute jobs.
- introduceField(Class, String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introduceField(Class, String) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Convenience method that uses a Java class rather than a type name.
- introduceField(String, String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introduceField(String, String) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Introduces a new private field into the class.
- introduceInterface(Class) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introduceInterface(Class) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Introduces each method defined by the interface into the class.
- introduceMethod(Method) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introduceMethod(Method) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
A convenience that creates a
MethodDescription
from the Method and introduces that. - introduceMethod(MethodDescription) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introduceMethod(MethodDescription) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns an existing method declared in this class, or introduces a new method into this class.
- introduceMethod(MethodDescription, InstructionBuilderCallback) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introduceMethod(MethodDescription, InstructionBuilderCallback) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns an existing method declared in this class, or introduces a new method into this class.
- introducePrivateMethod(String, String, String[], String[]) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- introducePrivateMethod(String, String, String[], String[]) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Introduces a new private method into the class, ensuring that the method name is unique.
- invalidate() - Method in class org.apache.tapestry5.http.internal.services.ClusteredSessionImpl
- invalidate() - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- invalidate() - Method in interface org.apache.tapestry5.http.services.Session
-
Invalidates this session then unbinds any objects bound to it.
- invalidate() - Method in class org.apache.tapestry5.internal.services.MessagesSourceImpl
- invalidate() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- invalidate() - Method in class org.apache.tapestry5.internal.util.RecomputableSupport
-
Invalidates any existing
RecomputableSupport.create(org.apache.tapestry5.ioc.Invokable)
wrappers} such that they will re-perform the computation when next invoked. - invalidate() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Invalidates this context and its children recursively.
- invalidate(PageClassLoaderContext...) - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Invalidates page classloader contexts and returns a set containing the names of all classes that should be invalidated.
- invalidate(PageClassLoaderContext...) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- invalidateAndFireInvalidationEvents(PageClassLoaderContext...) - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Invalidates page classloader contexts and invalidates the classes in the context as well.
- invalidateAndFireInvalidationEvents(PageClassLoaderContext...) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- invalidateUnknownContext() - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Invalidates the "unknown" page classloader context context.
- invalidateUnknownContext() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- InvalidationEventHub - Interface in org.apache.tapestry5.commons.services
-
An object which manages a list of
InvalidationListener
s. - InvalidationEventHubImpl - Class in org.apache.tapestry5.internal.event
-
Base implementation class for classes (especially services) that need to manage a list of
InvalidationListener
s. - InvalidationEventHubImpl(boolean, Logger) - Constructor for class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
- InvalidationListener - Interface in org.apache.tapestry5.commons.services
-
Deprecated.In 5.4; use
InvalidationEventHub.addInvalidationCallback(Runnable)
instead - Invariant - Annotation Type in org.apache.tapestry5.beanmodel.internal.services
-
Special annotation that is applied to literal
PropertyConduit
s, to informPropBinding
that the value is, in fact, invariant. - InvariantBinding - Class in org.apache.tapestry5.internal.bindings
-
Extends
AbstractBinding
with a description and a binding type, with invariant forced to true. - InvariantBinding(Location, Class, String) - Constructor for class org.apache.tapestry5.internal.bindings.InvariantBinding
- invert(Object) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyConduitDelegate
- INVISIBLE - Static variable in class org.apache.tapestry5.CSSClassConstants
-
Deprecated.Removed in Tapestry 5.4 with no replacement.
- Invokable<T> - Interface in org.apache.tapestry5.ioc
-
Similar to
Runnable
except that it returns a value. - invoke() - Method in class org.apache.tapestry5.ioc.internal.util.ConstructorInvoker
- invoke() - Method in class org.apache.tapestry5.ioc.internal.util.LoggingInvokableWrapper
- invoke() - Method in class org.apache.tapestry5.ioc.internal.util.MethodInvoker
- invoke() - Method in interface org.apache.tapestry5.ioc.Invokable
-
Called to produce a value.
- invoke() - Method in class org.apache.tapestry5.jpa.EntityTransactionManager.VoidInvokable
- invoke(Class<T>, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.NonParallelExecutor
- invoke(Class<T>, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl
- invoke(Class<T>, Invokable<T>) - Method in interface org.apache.tapestry5.ioc.services.ParallelExecutor
-
As with
ParallelExecutor.invoke(org.apache.tapestry5.ioc.Invokable)
, but the result is wrapped inside a thunk. - invoke(Class, Class, String, Class...) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invoke(Class, Class, String, Class...) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Automatically invokes an interface or virtual method.
- invoke(Object, int, Object[]) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassHandleShim
-
Invokes a method.
- invoke(Object, Object...) - Method in class org.apache.tapestry5.internal.plastic.MethodHandleImpl
- invoke(Object, Object...) - Method in interface org.apache.tapestry5.plastic.MethodHandle
-
Invokes the method for this handle on the instance.
- invoke(Method) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invoke(Method) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Automatically invokes an interface or virtual method.
- invoke(String) - Method in interface org.apache.tapestry5.services.javascript.Initialization
-
Specifies the function to invoke.
- invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
- invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.OperationTrackerImpl
- invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.PerThreadOperationTracker
- invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.QuietOperationTracker
- invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
- invoke(String, Invokable<T>) - Method in interface org.apache.tapestry5.ioc.OperationTracker
-
As with
OperationTracker.run(String, Runnable)
, but the operation may return a value. - invoke(InjectionResources) - Method in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
- invoke(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.NonParallelExecutor
- invoke(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl
- invoke(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
- invoke(Invokable<T>) - Method in interface org.apache.tapestry5.ioc.services.ParallelExecutor
-
Submits the invocable object to be executed in a pooled thread.
- invoke(Invokable<T>) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
-
Returns the result from the invocation, providing a try...finally to cleanup after.
- invoke(ModuleBuilderSource, OperationTracker, ObjectLocator, Logger) - Method in interface org.apache.tapestry5.ioc.def.StartupDef
-
Invoke the startup method, which includes computing any parameters to the method.
- invoke(ModuleBuilderSource, OperationTracker, ObjectLocator, Logger) - Method in class org.apache.tapestry5.ioc.internal.StartupDefImpl
- INVOKE - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- invokeAfterCommit(String, Invokable<Boolean>) - Method in class org.apache.tapestry5.internal.jpa.EntityTransactionManagerImpl
- invokeAfterCommit(String, Invokable<Boolean>) - Method in interface org.apache.tapestry5.jpa.EntityTransactionManager
- invokeBeforeCommit(String, Invokable<Boolean>) - Method in class org.apache.tapestry5.internal.jpa.EntityTransactionManagerImpl
- invokeBeforeCommit(String, Invokable<Boolean>) - Method in interface org.apache.tapestry5.jpa.EntityTransactionManager
- invokeConstructor(Class, Class...) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeConstructor(Class, Class...) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
- invokeConstructor(String, String...) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeConstructor(String, String...) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Invokes a constructor on a class.
- invokeInterface(String, String, String, String...) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeInterface(String, String, String, String...) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Invokes a standard virtual method.
- invokeInTransaction(String, Invokable<T>) - Method in class org.apache.tapestry5.internal.jpa.EntityTransactionManagerImpl
- invokeInTransaction(String, Invokable<T>) - Method in interface org.apache.tapestry5.jpa.EntityTransactionManager
- invokeInTransaction(Invokable<T>) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContextSpecificEntityTransactionManager
- invokeSpecial(String, MethodDescription) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeSpecial(String, MethodDescription) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Invokes an instance method of a base class, or a private method of a class, using the target object and parameters already on the stack.
- invokeStatic(Class, Class, String, Class...) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeStatic(Class, Class, String, Class...) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Invokes a static method of a class.
- invokeVirtual(String, String, String, String...) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeVirtual(String, String, String, String...) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Invokes a standard virtual method.
- invokeVirtual(PlasticMethod) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- invokeVirtual(PlasticMethod) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
- IOCConstants - Class in org.apache.tapestry5.ioc
- IOCConstants() - Constructor for class org.apache.tapestry5.ioc.IOCConstants
- IOCSymbols - Class in org.apache.tapestry5.ioc
-
Configuration symbols used by the IoC container.
- IOCSymbols() - Constructor for class org.apache.tapestry5.ioc.IOCSymbols
- IOCTestCase - Class in org.apache.tapestry5.ioc.test
-
Deprecated.In 5.4, with no replacement
- IOCTestCase() - Constructor for class org.apache.tapestry5.ioc.test.IOCTestCase
-
Deprecated.
- IOCUtilities - Class in org.apache.tapestry5.ioc
-
A collection of utility methods for a couple of different areas, including creating the initial
Registry
. - IOOperation<T> - Interface in org.apache.tapestry5.ioc
-
An operation that, when performed, returns a value (like
Invokable
, but may throw anIOException
. - IS_BLANK - Static variable in class org.apache.tapestry5.func.F
-
Predicate that returns true if the provided string is blank (null or all whitespace).
- isAborted() - Method in class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
-
Returns true if
ComponentEventCallback.handleResult(Object)
was invoked, false otherwise. - isAborted() - Method in class org.apache.tapestry5.internal.services.EventImpl
- isAborted() - Method in interface org.apache.tapestry5.runtime.Event
-
Returns true if the event has been aborted (meaning that the return value from some event handler method was accepted, and processing of the event was terminated).
- isAborted() - Method in interface org.apache.tapestry5.TrackableComponentEventCallback
-
Returns true if a return value from an event handler method was processed.
- isAbsolute() - Method in enum org.apache.tapestry5.http.LinkSecurity
-
Does this value indicate forcing an absolute URI (one that includes scheme and hostname)?
- isAbstract() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns true if the method is abstract.
- isActiveSortColumn() - Method in class org.apache.tapestry5.corelib.components.GridColumns
- isAlertPresent() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isAllocated(String) - Method in class org.apache.tapestry5.ioc.util.IdAllocator
-
Checks to see if a given name has been allocated.
- isAllowNull() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
- isAllowNull() - Method in interface org.apache.tapestry5.model.ParameterModel
-
If true, then no check is needed.
- isAnnotationInStackTrace(Throwable, Class<? extends Annotation>) - Static method in class org.apache.tapestry5.commons.util.ExceptionUtils
-
Tells whether an exception annotated with a given annotation is found in the stack trace.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopAnnotatedType
- isAsync() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns whether the request should be processed asynchronously or not.
- isBlank(String) - Static method in class org.apache.tapestry5.commons.util.CommonsUtils
-
Returns true if the input is null, or is a zero length string (excluding leading/trailing whitespace).
- isBlank(String) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
- isBlank(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Returns true if the input is null, or is a zero length string (excluding leading/trailing whitespace).
- isBootstrap3Enabled() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
- isBound() - Method in interface org.apache.tapestry5.internal.transform.ParameterConduit
-
Determines if the parameter is actually bound.
- isBound(String) - Method in interface org.apache.tapestry5.ComponentResources
-
Returns true if the named parameter is bound, false if not.
- isBound(String) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
- isBound(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- isBypassActivation() - Method in class org.apache.tapestry5.services.StreamPageContent
- isCacheable(StreamableResource) - Method in class org.apache.tapestry5.internal.services.assets.SRSCachingInterceptor
-
Always returns true; a subclass may extend this to only cache the resource in some circumstances.
- isCacheable(StreamableResource) - Method in class org.apache.tapestry5.internal.services.assets.SRSCompressedCachingInterceptor
-
Return true only if the resource is compressed.
- isCached() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
- isCached() - Method in interface org.apache.tapestry5.internal.transform.MethodResultCache
-
Returns true if the cache contains a cached value.
- isCached() - Method in interface org.apache.tapestry5.model.ParameterModel
- isCanceled() - Method in interface org.apache.tapestry5.ioc.services.cron.PeriodicJob
-
Has this job been canceled.
- isCastRequired() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- isCastRequired() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns true if the return type of the read method is not the same as the property type.
- isChecked(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isClaimed() - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Returns true if the field has already been claimed.
- isClassHasTags() - Method in class org.apache.tapestry5.corelib.pages.ComponentLibraries
- isClientRequestOnWhitelist() - Method in class org.apache.tapestry5.internal.services.security.ClientWhitelistImpl
- isClientRequestOnWhitelist() - Method in interface org.apache.tapestry5.services.security.ClientWhitelist
-
Analyzes the current request, returning true if it is on the whitelist.
- isClientValidationEnabled() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
- isClientValidationEnabled() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- isClientValidationEnabled() - Method in interface org.apache.tapestry5.services.FormSupport
-
Return true if client validation is enabled for this form, false otherwise.
- isCommitted() - Method in class org.apache.tapestry5.http.internal.services.ResponseImpl
- isCommitted() - Method in interface org.apache.tapestry5.http.services.Response
-
Returns true if the response has already been sent, either as a redirect or as a stream of content.
- isCommitted() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- isCommitted() - Method in class org.apache.tapestry5.util.ResponseWrapper
- isComplexProperty() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
- isCompressable(String) - Method in interface org.apache.tapestry5.http.services.CompressionAnalyzer
-
For a given MIME type, is the content compressable via GZip?
- isCompressable(String) - Method in class org.apache.tapestry5.internal.services.assets.CompressionAnalyzerImpl
- isCompressable(StreamableResource) - Method in class org.apache.tapestry5.internal.services.AbstractAssetFactory
- isConfirmationPresent() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isCookiePresent(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isDebugEnabled() - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
- isDependencyManagementInfoPresent() - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Tells whether full dependency management info (group id, artifact id and version) are present.
- isDisabled() - Method in class org.apache.tapestry5.AbstractOptionModel
-
Returns false.
- isDisabled() - Method in class org.apache.tapestry5.corelib.base.AbstractField
- isDisabled() - Method in class org.apache.tapestry5.corelib.base.AbstractLink
-
Returns true if the component is disabled (as per its disabled parameter).
- isDisabled() - Method in class org.apache.tapestry5.corelib.components.Radio
-
Returns true if this component has been expressly disabled (via its disabled parameter), or if the
container
has been disabled. - isDisabled() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
- isDisabled() - Method in interface org.apache.tapestry5.Field
-
Returns true if the field is disabled; A disabled field will render a disabled attribute so that it is non-responsive on the client (at least, until its disabled status is changed on the client using JavaScript).
- isDisabled() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
- isDisabled() - Method in interface org.apache.tapestry5.OptionGroupModel
-
If true, the group (and all options within it) will be disabled.
- isDisabled() - Method in interface org.apache.tapestry5.OptionModel
-
If true, then a disabled attribute will be rendered with the <option>.
- isDisabled() - Method in interface org.apache.tapestry5.RadioContainer
-
If true, then all radio buttons within the container should be disabled.
- isEagerLoad() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
- isEagerLoad() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
-
Returns true if the service should be eagerly loaded at Registry startup.
- isEagerLoad() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- isEdit() - Method in class org.apache.tapestry5.services.BeanBlockContribution
-
If true, then the block provides an editor for the property, consisting of a
Label
and some field component (or set of field components). - isEditable(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isElementPresent(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isEmpty() - Method in class org.apache.tapestry5.commons.util.CaseInsensitiveMap
- isEmpty() - Method in class org.apache.tapestry5.commons.util.Stack
-
Returns true if the stack is empty.
- isEmpty() - Method in class org.apache.tapestry5.corelib.internal.ComponentActionSink
- isEmpty() - Method in class org.apache.tapestry5.dom.Element
-
Returns true if the element has no children, or has only text children that contain only whitespace.
- isEmpty() - Method in interface org.apache.tapestry5.EventContext
-
Returns
true
if this context contains no elements. - isEmpty() - Method in interface org.apache.tapestry5.func.FlowOperations
-
Returns true if the Flow contains no values.
- isEmpty() - Method in interface org.apache.tapestry5.grid.GridDataSource
-
Return whether the data source is empty, i.e.
- isEmpty() - Method in class org.apache.tapestry5.internal.AbstractEventContext
- isEmpty() - Method in class org.apache.tapestry5.internal.EmptyEventContext
- isEmpty() - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
- isEmpty() - Method in class org.apache.tapestry5.json.JSONArray
-
Returns
true
if this array contains no values. - isEmpty() - Method in class org.apache.tapestry5.json.JSONObject
-
Returns
true
if this JSONObject contains no key-value mappings. - isEmpty(Object[]) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
- isEmptyCollection(Object) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Returns true if the input is an empty collection.
- isEnabledFor(boolean) - Method in enum org.apache.tapestry5.services.pageload.PreloaderMode
- isEqual(Object, Object) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
-
Returns true if both objects are the same instance, or both null, or left equals right.
- isEqual(EventContext, EventContext) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
- isEqual(T, T) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Determines if the two values are equal.
- isEqualOrAncestor(PageClassLoaderContext) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
- isEventAborted() - Method in class org.apache.tapestry5.internal.structure.AbstractComponentCallback
- isEventAborted() - Method in interface org.apache.tapestry5.internal.structure.ComponentCallback
-
Returns true if the underlying event has been aborted and no further event method invocations should occur.
- isEventAborted() - Method in class org.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
-
Always returns false, as there is no event.
- isExactParameterCountMatch() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Returns true if extract parameter count matching is enabled.
- isExactParameterCountMatch() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- isExecuting() - Method in interface org.apache.tapestry5.ioc.services.cron.PeriodicJob
-
Is this Job currently executing (or queued, awaiting execution)?
- isExpanded(TreeNode<T>) - Method in class org.apache.tapestry5.tree.DefaultTreeExpansionModel
- isExpanded(TreeNode<T>) - Method in interface org.apache.tapestry5.tree.TreeExpansionModel
-
Returns true if the node has been previously expanded.
- isExtension() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Returns true if this component template is an extension of its parent class' template.
- isExtension() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
- isFail() - Method in class org.apache.tapestry5.internal.services.MethodInvocationFailResult
- isFail() - Method in class org.apache.tapestry5.internal.services.MethodInvocationSuccessfulResult
- isFail() - Method in interface org.apache.tapestry5.services.MethodInvocationResult
-
If true, then the method invocation ended with a checked exception being thrown.
- isField() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- isField() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns true if the property is actually a public field (possibly, a public static field).
- isFormalParameter(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- isFormalParameter(String) - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns true if the named parameter is formally defined (there's a ParameterModel).
- isGZipEnabled(ContentType) - Method in class org.apache.tapestry5.http.internal.services.ResponseCompressionAnalyzerImpl
- isGZipEnabled(ContentType) - Method in interface org.apache.tapestry5.http.services.ResponseCompressionAnalyzer
-
Uses
CompressionAnalyzer
to determine if the content is compressable, but only if the request indicates the client supports compression. - isGZipSupported() - Method in class org.apache.tapestry5.http.internal.services.ResponseCompressionAnalyzerImpl
- isGZipSupported() - Method in interface org.apache.tapestry5.http.services.ResponseCompressionAnalyzer
-
Checks the Accept-Encoding request header for a "gzip" token.
- isHasRequestAndResponse() - Method in class org.apache.tapestry5.http.AsyncRequestHandlerResponse
-
Returns whether a request and a response were set in this object.
- isHtml5SupportEnabled() - Method in class org.apache.tapestry5.internal.services.Html5SupportImpl
- isHtml5SupportEnabled() - Method in interface org.apache.tapestry5.services.Html5Support
-
Tells whether HTML5 is supported.
- isHttpDelete() - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- isHttpDelete() - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Is this request a HEAD?
- isHttpGet() - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- isHttpGet() - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Is this request a GET?
- isHttpHead() - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- isHttpHead() - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Is this request a HEAD?
- isHttpPatch() - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- isHttpPatch() - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Is this request a HEAD?
- isHttpPost() - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- isHttpPost() - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Is this request a POST?
- isHttpPut() - Method in class org.apache.tapestry5.http.internal.services.RestSupportImpl
- isHttpPut() - Method in interface org.apache.tapestry5.http.services.RestSupport
-
Is this request a PUT?
- isImplemented(String, String) - Method in class org.apache.tapestry5.internal.plastic.InheritanceData
-
Returns true if this class or a transformed parent class contains an implementation of, or abstract placeholder for, the method.
- isInlineTag() - Method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
- isInMemory() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
- isInMemory() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
- isInterceptorBinding(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- isInterfaceImplemented(Class) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- isInterfaceImplemented(Class) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns true if this class, or a super-class, implements the indicated interface.
- isInterfaceImplemented(String) - Method in class org.apache.tapestry5.internal.plastic.InheritanceData
-
Returns true if the class represented by this data, or any parent data, implements the named interface.
- isInternal() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns whether the class is internal or not.
- isInvalidated() - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- isInvalidated() - Method in interface org.apache.tapestry5.http.services.Session
-
Checks to see if the session has been invalidated.
- isInvalidated() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- isInvariant() - Method in interface org.apache.tapestry5.Asset
-
Returns true if the Asset is invariant (meaning that it returns the same value from
Asset.toClientURL()
at all times). - isInvariant() - Method in interface org.apache.tapestry5.Binding
-
Returns true if the value of the binding does not ever change.
- isInvariant() - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
-
Returns true.
- isInvariant() - Method in class org.apache.tapestry5.internal.bindings.InvariantBinding
-
Returns true.
- isInvariant() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
-
Almost always returns false, unless the conduit provides the
Invariant
annotation. - isInvariant() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
-
Returns false, render variables are always variable.
- isInvariant() - Method in class org.apache.tapestry5.internal.services.AbstractAsset
- isInvariant() - Method in class org.apache.tapestry5.internal.services.AttributeExpansionBinding
-
Returns false.
- isInvariant() - Method in class org.apache.tapestry5.internal.services.IdentityAssetPathConverter
- isInvariant() - Method in interface org.apache.tapestry5.services.AssetPathConverter
-
Returns true if the converter returns the exact same converted path for any specific asset path (in which case, the converted asset path may be cached in component instance variables more aggressively).
- isLeaf() - Method in interface org.apache.tapestry5.tree.TreeNode
-
If true, then this node is a leaf node, which never has children (i.e., a file).
- isLeaf(T) - Method in interface org.apache.tapestry5.tree.TreeModelAdapter
-
Determines if the value is a leaf or a (potential) container of children.
- isLeapYear(int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- isLoaded() - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
-
Returns true if the component has finished loading.
- isLoaded() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- isLoaded() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- isLocalFile(Class) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Determines if the indicated class is stored as a locally accessible file (and not, typically, as a file inside a JAR).
- isLoopback() - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
-
Is this request a loopback (a request for the same page that rendered it in the first place)?
- isMatch(Object) - Method in class org.apache.tapestry5.func.Tuple
-
The heart of
Tuple.equals(Object)
; the other object is the same class as this object. - isMatchBottom() - Method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
- isMatchTop() - Method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
- isMerging() - Method in interface org.apache.tapestry5.services.pageload.PageClassLoaderContextManager
-
Returns whether contexts are being merged.
- isMerging() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContextManagerImpl
- isMethodImplemented(MethodDescription) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassImpl
- isMethodImplemented(MethodDescription) - Method in interface org.apache.tapestry5.plastic.PlasticClass
-
Returns true if this class has an implementation of the indicated method, or a super-class provides a non-abstract implementation.
- isMissing() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
-
Returns true if no template could be found for the component.
- isMissing() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
-
Returns false.
- isMixin() - Method in interface org.apache.tapestry5.ComponentResources
-
Returns true if these resources represent a mixin to another component.
- isMixin() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- isMixinAfter() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- isMixinAfter() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Relevant for component mixins only.
- isMovedBetweenArtifacts() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns whether the class was moved between artifacts.
- isMulti() - Method in class org.apache.tapestry5.upload.internal.services.ParameterValue
- isNonBlank(String) - Static method in class org.apache.tapestry5.commons.internal.util.InternalCommonsUtils
- isNonBlank(String) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
- isNonBlank(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
- isNormalScope(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- isNull() - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory; returns true if the value from the Flow is null.
- isNull(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Returns true if this array has no value at
index
, or if its value is thenull
reference orJSONObject.NULL
. - isNull(String) - Method in class org.apache.tapestry5.json.JSONObject
-
Returns true if this object has no mapping for
name
or if it has a mapping whose value isJSONObject.NULL
. - isOptional() - Method in interface org.apache.tapestry5.ioc.def.ContributionDef3
-
Is this contribution optional, meaning it is not an error if the service to which the contribution is targetted does not exist.
- isOptional() - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
- isOptionSelected(OptionModel, String) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
-
If true, then the selected attribute will be written.
- isOrdered(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isOverride() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns true if the method is an override of a method from the parent class.
- isOverride(String, String) - Method in class org.apache.tapestry5.internal.plastic.InheritanceData
-
Returns true if the method is an override of a base class method
- isOverridingSignatureOf(MethodSignature) - Method in class org.apache.tapestry5.ioc.internal.services.MethodSignature
-
Returns true if this signature has the same return type, name and parameters types as the method signature passed in, and this signature's exceptions "trump" (are the same as, or super-implementations of, all exceptions thrown by the other method signature).
- isPage() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- isPage() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Is this a model of a page (rather than a component, mixin, or base-class)?
- isPage(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- isPage(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
Returns true if the class name is specifically a page class, and not a component, mixin or base class.
- isPageName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
- isPageName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
-
For a particular path, determines if the path is a logical page name.
- isPart(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
Given a logical name, tells whether a given component, page or mixin is part of this component library.
- isPartialRenderInitialized() - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
- isPartialRenderInitialized() - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
- isPassivatingScope(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- isPreflight(HttpServletRequest) - Method in class org.apache.tapestry5.http.internal.services.CorsHandlerHelperImpl
- isPreflight(HttpServletRequest) - Method in interface org.apache.tapestry5.http.services.CorsHandlerHelper
-
Tells whether this request is a CORS preflight one (i.e.
- isPreventDecoration() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
- isPreventDecoration() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef2
-
Returns true if the service should not be decorated.
- isPreventDecoration() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
- isPrimitive(String) - Static method in class org.apache.tapestry5.plastic.PlasticUtils
-
Determines if the provided type name is a primitive type.
- isPrimitive(String) - Static method in class org.apache.tapestry5.services.TransformUtils
-
Returns true if the specified type is a primitive type.
- isPromptPresent() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isQualifier(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- isRead() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- isRead() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns true if the property is readable (i.e., has a getter method or is a public field).
- isRenamed() - Method in class org.apache.tapestry5.versionmigrator.ClassRefactor
-
Returns whether the class had its fully qualified class name changed.
- isRendering() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
-
Returns true if the component is currently rendering, false otherwise.
- isRendering() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- isRendering() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- isRenderTracingEnabled() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
-
Returns true if component element tracing is enabled.
- isRenderTracingEnabled() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
- isRequestedSessionIdValid() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- isRequestedSessionIdValid() - Method in interface org.apache.tapestry5.http.services.Request
-
Checks whether the requested session ID is still valid.
- isRequestedSessionIdValid() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Always returns true.
- isRequestedSessionIdValid() - Method in class org.apache.tapestry5.services.DelegatingRequest
- isRequestOnWhitelist(Request) - Method in class org.apache.tapestry5.internal.services.security.LocalhostOnly
- isRequestOnWhitelist(Request) - Method in interface org.apache.tapestry5.services.security.WhitelistAnalyzer
- isRequired() - Method in class org.apache.tapestry5.corelib.base.AbstractField
-
Returns false; most components do not support declarative validation.
- isRequired() - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
- isRequired() - Method in class org.apache.tapestry5.corelib.components.Checklist
- isRequired() - Method in class org.apache.tapestry5.corelib.components.DateField
- isRequired() - Method in class org.apache.tapestry5.corelib.components.Html5DateField
- isRequired() - Method in class org.apache.tapestry5.corelib.components.Palette
- isRequired() - Method in class org.apache.tapestry5.corelib.components.Radio
-
Returns false; the RadioComponent component does not support declarative field validation.
- isRequired() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
- isRequired() - Method in class org.apache.tapestry5.corelib.components.Select
- isRequired() - Method in interface org.apache.tapestry5.Field
-
Returns true if this field required (as per
FieldValidator.isRequired()
). - isRequired() - Method in interface org.apache.tapestry5.FieldValidator
-
Returns true if any underlying
Validator
returns true fromValidator.isRequired()
. - isRequired() - Method in class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidator
- isRequired() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
- isRequired() - Method in class org.apache.tapestry5.internal.services.CompositeFieldValidator
- isRequired() - Method in class org.apache.tapestry5.internal.services.FieldValidatorImpl
- isRequired() - Method in class org.apache.tapestry5.kaptcha.components.KaptchaField
-
Always required.
- isRequired() - Method in interface org.apache.tapestry5.model.ParameterModel
-
If true, the parameter is required.
- isRequired() - Method in class org.apache.tapestry5.upload.components.Upload
- isRequired() - Method in class org.apache.tapestry5.validator.AbstractValidator
-
Return false, which is correct for the vast majority of validators.
- isRequired() - Method in interface org.apache.tapestry5.Validator
-
Returns true if the validator should be invoked for null or blank (empty string) values.
- isRequired() - Method in class org.apache.tapestry5.validator.Required
-
The exception to the rule.
- isReserved(String) - Method in interface org.apache.tapestry5.internal.services.FormControlNameManager
-
Tells whether a given name is reserved.
- isReserved(String) - Method in class org.apache.tapestry5.internal.services.FormControlNameManagerImpl
- isRestEndpointEventHandlerMethod(OnEvent, String) - Static method in class org.apache.tapestry5.internal.transform.OnEventWorker
-
Tells whether a method with a given name and possibly
OnEvent
annotation is a REST endpoint event handler method or not. - isRoot() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns whether this is the root context.
- isRootClass() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- isRootClass() - Method in interface org.apache.tapestry5.model.ComponentModel
-
Returns true if the modeled component is a root class, a component class whose parent class is not a component class.
- isRootTransformation() - Method in interface org.apache.tapestry5.services.transform.TransformationSupport
-
Returns true if the class being transformed is a root class: it does not inherit from another transformed class, but instead inherits from Object.
- isSatisfiedBy(Date) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Indicates whether the given date satisfies the cron expression.
- isScope(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- isSecure() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- isSecure() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isSecure() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- isSecure() - Method in class org.apache.tapestry5.services.DelegatingRequest
- isSelected(Object) - Method in interface org.apache.tapestry5.RadioContainer
-
Returns true if the value is the current selected value.
- isSelected(TreeNode<T>) - Method in class org.apache.tapestry5.tree.DefaultTreeSelectionModel
- isSelected(TreeNode<T>) - Method in interface org.apache.tapestry5.tree.TreeSelectionModel
-
Returns
true
, if the given node is selected. - isSessionInvalidated() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- isSessionInvalidated() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns true if the request specified a session, and that session has been invalidated.
- isSessionInvalidated() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
- isSessionInvalidated() - Method in class org.apache.tapestry5.services.DelegatingRequest
- isSet() - Method in class org.apache.tapestry5.internal.services.PersistentLocaleImpl
- isSet() - Method in interface org.apache.tapestry5.services.PersistentLocale
- isShowActions() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
-
Returns true for normal, non-XHR requests.
- isShowReload() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
-
Returns true in development mode; enables the "with reload" actions.
- isSingleton() - Method in class org.apache.tapestry5.ioc.internal.services.PerThreadServiceLifecycle
-
Returns false; this lifecycle represents a service that will be created many times (by each thread).
- isSingleton() - Method in class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
- isSingleton() - Method in interface org.apache.tapestry5.ioc.ServiceLifecycle
-
Returns true if the lifecycle is a singleton (a service that will only be created once).
- isSomethingSelected(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isSortable() - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- isSortable() - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Returns true if the property can be used for sorting.
- isSortDisabled() - Method in class org.apache.tapestry5.corelib.components.GridColumns
- isStatic(Method) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Returns true if the method provided is a static method.
- isStereotype(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- isStoredDependencyInformationPresent() - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Returns whether stored dependency information is present.
- isStoredDependencyInformationPresent() - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- isSupportedLocaleName(String) - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
- isSupportedLocaleName(String) - Method in interface org.apache.tapestry5.services.LocalizationSetter
-
Checks to see if the indicated locale name is a supported locale name (that may have been incorporated into a request path).
- isTextPresent(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isToString(Method) - Static method in class org.apache.tapestry5.ioc.internal.services.MethodIterator
-
Returns true if the method is the standard toString() method.
- isTransformed() - Method in class org.apache.tapestry5.internal.plastic.InheritanceData
-
Is this bundle for a transformed class, or for a base class (typically Object)?
- isUnknown() - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Returns whether this is the
unknwon
context. - isUpdate() - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyAdapterImpl
- isUpdate() - Method in interface org.apache.tapestry5.commons.services.PropertyAdapter
-
Returns true if the property is writeable (i.e., has a setter method or is a non-final field).
- isValid() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
- isValid() - Method in class org.apache.tapestry5.corelib.components.Form
- isValid() - Method in interface org.apache.tapestry5.FormValidationControl
-
Returns true if the form's
ValidationTracker
does not contain anyerrors
. - isValidExpression(String) - Static method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Indicates whether the specified cron expression can be parsed into a valid cron expression
- isVirtual() - Method in interface org.apache.tapestry5.commons.Resource
-
Returns true if the resource is virtual, meaning this is no underlying file.
- isVirtual() - Method in class org.apache.tapestry5.internal.util.VirtualResource
- isVirtual() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
- isVisible(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- isVoid() - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Returns true if this method is type void.
- isWide() - Method in enum org.apache.tapestry5.internal.plastic.PrimitiveType
- isXHR() - Method in class org.apache.tapestry5.http.internal.services.RequestImpl
- isXHR() - Method in interface org.apache.tapestry5.http.services.Request
-
Returns true if the request originated on the client using XmlHttpRequest (the core of any Ajax behavior).
- isXHR() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
Always returns false.
- isXHR() - Method in class org.apache.tapestry5.services.DelegatingRequest
- isXML() - Method in class org.apache.tapestry5.dom.DefaultMarkupModel
-
Returns false.
- isXML() - Method in class org.apache.tapestry5.dom.Html5MarkupModel
- isXML() - Method in interface org.apache.tapestry5.dom.MarkupModel
-
Returns true if the document markup is XML, which is used to determine the need for an XML declaration at the start of the document, and whether CDATA sections are supported.
- isXML() - Method in class org.apache.tapestry5.dom.XMLMarkupModel
-
Returns true.
- iterate(T, Mapper<T, T>) - Static method in class org.apache.tapestry5.func.F
-
Creates an infinite lazy flow from an initial value and a function to map from the current value to the next value.
- iterateArray(InstructionBuilderCallback) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- iterateArray(InstructionBuilderCallback) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Expects an array to be the top value on the stack.
- ITERATION - org.apache.tapestry5.corelib.LoopFormState
-
Only enough state to iterate over the source values is stored.
- iterator() - Method in class org.apache.tapestry5.commons.internal.util.InheritanceSearch
- iterator() - Method in class org.apache.tapestry5.commons.util.IntegerRange
-
The main puprose of a range object is to produce an Iterator.
- iterator() - Method in class org.apache.tapestry5.ioc.util.LocalizedNameGenerator
-
So that LNG may be used with the for loop.
- iterator() - Method in class org.apache.tapestry5.json.JSONArray
-
Returns an iterator over the values in this array in proper sequence.
All Classes All Packages