- IAction - Interface in org.apache.tapestry
-
Deprecated.
To be removed in 4.1 with no replacement.
- IActionListener - Interface in org.apache.tapestry
-
Defines a listener to an
IAction
component, which is way to
get behavior when the component's URL is triggered (or the form
containing the component is submitted).
- IApplicationSpecification - Interface in org.apache.tapestry.spec
-
Defines and interface for the configuration for a Tapestry application.
- IAsset - Interface in org.apache.tapestry
-
Representation of a asset (GIF, JPEG, etc.) that may be owned by a
IComponent
.
- IAssetSpecification - Interface in org.apache.tapestry.spec
-
Defines an internal, external or private asset.
- IBeanInitializer - Interface in org.apache.tapestry.bean
-
Interface for a set of classes used to initialize helper beans.
- IBeanProvider - Interface in org.apache.tapestry
-
An object that provides a component with access to helper beans.
- IBeanSpecification - Interface in org.apache.tapestry.spec
-
A specification of a helper bean for a component.
- IBinding - Interface in org.apache.tapestry
-
A binding is the mechanism used to provide values for parameters of specific
IComponent
instances.
- IBindingSpecification - Interface in org.apache.tapestry.spec
-
Stores a binding specification, which identifies the static value or OGNL expression for the
binding.
- ICallback - Interface in org.apache.tapestry.callback
-
Defines a callback, an object which is used to invoke or reinvoke a method
on an object or component in a later request cycle.
- ICharacterMatcher - Interface in org.apache.tapestry.util.text
-
An interface for determining whether a character matches a particular rule.
- ICharacterTranslator - Interface in org.apache.tapestry.util.text
-
An interface for translating a character into a string.
- ICharacterTranslatorSource - Interface in org.apache.tapestry.util.text
-
A factory for creating character translators depending on the encoding
- IComponent - Interface in org.apache.tapestry
-
Defines an object which may be used to provide dynamic content on a Tapestry web page.
- IComponentClassEnhancer - Interface in org.apache.tapestry.engine
-
Deprecated.
To be removed in 4.1
- IComponentSpecification - Interface in org.apache.tapestry.spec
-
A specification for a component, as read from an XML specification file.
- IComponentVisitor - Interface in org.apache.tapestry.pageload
-
An interface defining an entity that is interested in examining a particular component
- IContainedComponent - Interface in org.apache.tapestry.spec
-
Defines a contained component.
- IdAllocator - Class in org.apache.tapestry.util
-
Used to "uniquify" names within a given context.
- IdAllocator() - Constructor for class org.apache.tapestry.util.IdAllocator
-
- IdAllocator(String) - Constructor for class org.apache.tapestry.util.IdAllocator
-
- IDirect - Interface in org.apache.tapestry
-
Interface that defines classes that may be messaged by the direct
service.
- IEngine - Interface in org.apache.tapestry
-
Defines the core, session-persistant object used to run a Tapestry application for a single
client (each client will have its own instance of the engine).
- IEngineService - Interface in org.apache.tapestry.engine
-
A service, provided by the
IEngine
, for its pages and/or components.
- IExtensionSpecification - Interface in org.apache.tapestry.spec
-
Defines an "extension", which is much like a helper bean, but is part of a library or application
specification (and has the same lifecycle as the application).
- IExternalPage - Interface in org.apache.tapestry
-
Defines a page which may be referenced externally via a URL using the
ExternalService
.
- IF_VALUE_ATTRIBUTE - Static variable in class org.apache.tapestry.components.IfBean
-
- IfBean - Class in org.apache.tapestry.components
-
- IfBean() - Constructor for class org.apache.tapestry.components.IfBean
-
- IFieldTracking - Interface in org.apache.tapestry.valid
-
Defines the interface for an object that tracks input fields.
- IForm - Interface in org.apache.tapestry
-
A generic way to access a component which defines an HTML form (or, perhaps, other similar
constructs, such as a WML
Go
).
- IFormComponent - Interface in org.apache.tapestry.form
-
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
- ignorableWhitespace(char[], int, int) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Ignorable content is ignored.
- ILibrarySpecification - Interface in org.apache.tapestry.spec
-
Interface for the Specification for a library.
- ILink - Interface in org.apache.tapestry.engine
-
Define a link that may be generated as part of a page render.
- ILinkComponent - Interface in org.apache.tapestry.components
-
A component that renders an HTML <a> element.
- ILinkRenderer - Interface in org.apache.tapestry.link
-
Used by various instances of
ILinkComponent
to
actually renderer a link.
- Image - Class in org.apache.tapestry.html
-
Used to insert an image.
- Image() - Constructor for class org.apache.tapestry.html.Image
-
- Image - Class in org.apache.tapestry.wml
-
The Image component indicates that an image is to be included in the text flow.
- Image() - Constructor for class org.apache.tapestry.wml.Image
-
- ImageSubmit - Class in org.apache.tapestry.form
-
Used to create an image button inside a
Form
.
- ImageSubmit() - Constructor for class org.apache.tapestry.form.ImageSubmit
-
- IMarkupWriter - Interface in org.apache.tapestry
-
Defines an object that can write markup (XML, HTML, XHTML) style output.
- IMonitor - Interface in org.apache.tapestry.engine
-
Deprecated.
To be removed in 4.1 with no direct replacement.
- IMonitorFactory - Interface in org.apache.tapestry.engine
-
Deprecated.
To be removed in 4.1 with no direct replacement.
- implementsInterface(Class) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Returns true if the class implements the specified interface.
- implementsInterface(Class) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- IMPLICIT_ID_PATTERN - Static variable in class org.apache.tapestry.parse.TemplateParser
-
Pattern used to recognize implicit components (whose type is defined in the template).
- IMultipartDecoder - Interface in org.apache.tapestry.multipart
-
Defines how a multipart HTTP request can be broken into individual elements (including file
uploads).
- INamespace - Interface in org.apache.tapestry
-
Organizes different libraries of Tapestry pages, components and services into "frameworks", used
to disambiguate names.
- includeClasspathScript(String) - Method in interface org.apache.tapestry.form.FormComponentContributorContext
-
Includes the indicated script; the path is a path on the classpath.
- includeClasspathScript(String) - Method in class org.apache.tapestry.form.FormComponentContributorContextImpl
-
- Infrastructure - Interface in org.apache.tapestry.services
-
Tapestry infrastructure ...
- INFRASTRUCTURE_KEY - Static variable in class org.apache.tapestry.Constants
-
Key used to store and locate an
Infrastructure
service instance as a request attribute.
- InfrastructureContribution - Class in org.apache.tapestry.services.impl
-
- InfrastructureContribution() - Constructor for class org.apache.tapestry.services.impl.InfrastructureContribution
-
- InfrastructureImpl - Class in org.apache.tapestry.services.impl
-
Allows access to selected HiveMind services.
- InfrastructureImpl() - Constructor for class org.apache.tapestry.services.impl.InfrastructureImpl
-
- InfrastructureObjectProvider - Class in org.apache.tapestry.services.impl
-
An ObjectProvider that streamlines access to the central
Infrastructure
object.
- InfrastructureObjectProvider() - Constructor for class org.apache.tapestry.services.impl.InfrastructureObjectProvider
-
- INHERITED - Static variable in class org.apache.tapestry.spec.BindingType
-
- init(ServletConfig) - Method in class org.apache.tapestry.ApplicationServlet
-
Reads the application specification when the servlet is first initialized.
- init(FilterConfig) - Method in class org.apache.tapestry.RedirectFilter
-
- InitializationParameterHolder - Interface in org.apache.tapestry.web
-
Defines methods for accessing initialization parameters.
- InitializationParameterHolderPropertySource - Class in org.apache.tapestry.services.impl
-
- InitializationParameterHolderPropertySource() - Constructor for class org.apache.tapestry.services.impl.InitializationParameterHolderPropertySource
-
- initialize() - Method in class org.apache.tapestry.AbstractPage
-
Deprecated.
To be removed in 4.1 with no replacement.
- initialize(HttpServlet) - Method in interface org.apache.tapestry.services.ApplicationInitializer
-
- initialize(String) - Method in class org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
-
- initialize(HttpServlet) - Method in class org.apache.tapestry.services.impl.ApplicationSpecificationInitializer
-
- initialize(String) - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- initialize(HttpServlet) - Method in class org.apache.tapestry.services.impl.SetupServletApplicationGlobals
-
- initialize(HttpServlet) - Method in class org.apache.tapestry.services.impl.WebContextInitializer
-
- initialize(String) - Method in interface org.apache.tapestry.services.Infrastructure
-
Initializes the Infrastructure for a particular mode.
- initialize() - Method in class org.apache.tapestry.wml.pages.WMLException
-
- initializeApplication() - Method in class org.apache.tapestry.ApplicationServlet
-
- initializeParser(Resource, int) - Method in class org.apache.tapestry.parse.SpecificationParser
-
- initializers - Variable in class org.apache.tapestry.spec.BeanSpecification
-
- initializeService() - Method in class org.apache.tapestry.asset.AssetSourceImpl
-
- initializeService() - Method in class org.apache.tapestry.coerce.TypeConverterWrapper
-
- initializeService() - Method in class org.apache.tapestry.coerce.ValueConverterImpl
-
- initializeService() - Method in class org.apache.tapestry.engine.state.SOMRegistryImpl
-
- initializeService() - Method in class org.apache.tapestry.pageload.PageLoader
-
- initializeService() - Method in class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
-
Initializer for this service, invoked every time a service instance is created.
- initializeService() - Method in class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
-
- initializeService() - Method in class org.apache.tapestry.request.DecodedRequestInjector
-
- initializeService() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
- initializeService() - Method in class org.apache.tapestry.resolver.PageSpecificationResolverImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.BindingSourceImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.EngineFactoryImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.ExpressionEvaluatorImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.LinkFactoryImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.RequestCycleFactoryImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.RequestLocaleManagerImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.ServiceMapImpl
-
- initializeService() - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
-
- InitialValueBindingCreator - Class in org.apache.tapestry.enhance
-
Encapsulates information needed to construct an initial value binding for a specified property
(with an initial value).
- InitialValueBindingCreator(BindingSource, String, String, Location) - Constructor for class org.apache.tapestry.enhance.InitialValueBindingCreator
-
- InitRule - Class in org.apache.tapestry.script
-
Constructs an InitToken
from an <initialization> element, which
contains full content.
- InitRule() - Constructor for class org.apache.tapestry.script.InitRule
-
- injectAsset(EnhancementOperation, String, String, Location) - Method in class org.apache.tapestry.enhance.InjectAssetWorker
-
- InjectAssetWorker - Class in org.apache.tapestry.enhance
-
Injects assets as component properties.
- InjectAssetWorker() - Constructor for class org.apache.tapestry.enhance.InjectAssetWorker
-
- injectBean(EnhancementOperation, String, String, Location) - Method in class org.apache.tapestry.enhance.InjectBeanWorker
-
- InjectBeanWorker - Class in org.apache.tapestry.enhance
-
Injects a property that will dynamically access a managed bean.
- InjectBeanWorker() - Constructor for class org.apache.tapestry.enhance.InjectBeanWorker
-
- injectComponent(EnhancementOperation, String, String, Location) - Method in class org.apache.tapestry.enhance.InjectComponentWorker
-
- InjectComponentWorker - Class in org.apache.tapestry.enhance
-
Injects components for which the property attribute of the <component> element was
specified.
- InjectComponentWorker() - Constructor for class org.apache.tapestry.enhance.InjectComponentWorker
-
- InjectedValueProvider - Interface in org.apache.tapestry.services
-
- InjectedValueProviderFactory - Class in org.apache.tapestry.services.impl
-
A special-purpose factory for constructing the
InjectedValueProvider
service (which needs access to a
org.apache.hivemind.Module
which is normally not visible.
- InjectedValueProviderFactory() - Constructor for class org.apache.tapestry.services.impl.InjectedValueProviderFactory
-
- InjectedValueProviderImpl - Class in org.apache.tapestry.services.impl
-
- InjectedValueProviderImpl(Module, Translator) - Constructor for class org.apache.tapestry.services.impl.InjectedValueProviderImpl
-
- InjectEnhancementWorker - Interface in org.apache.tapestry.enhance
-
A kind of enhancement worker dedicated to injection, based on the <inject> element of the
specification.
- InjectListenerRegistrationWorker - Class in org.apache.tapestry.enhance
-
Checks to see if the component implements a specific interface, and adds code to the component's
finishLoad() method to register (with the page) for such notifications.
- InjectListenerRegistrationWorker() - Constructor for class org.apache.tapestry.enhance.InjectListenerRegistrationWorker
-
- injectMessages(EnhancementOperation, Location) - Method in class org.apache.tapestry.enhance.InjectMessagesWorker
-
- InjectMessagesWorker - Class in org.apache.tapestry.enhance
-
Injects the read-only
messages
property into
all components.
- InjectMessagesWorker() - Constructor for class org.apache.tapestry.enhance.InjectMessagesWorker
-
- injectMetaValue(EnhancementOperation, String, String, Location) - Method in class org.apache.tapestry.enhance.InjectMetaWorker
-
- InjectMetaWorker - Class in org.apache.tapestry.enhance
-
Injects meta data obtained via
ComponentPropertySource
(meaning that meta-data is searched for in the component's specification, then it's namespace
(library or application specification), then the global application properties.
- InjectMetaWorker() - Constructor for class org.apache.tapestry.enhance.InjectMetaWorker
-
- injectObject(EnhancementOperation, String, String, Location) - Method in class org.apache.tapestry.enhance.InjectObjectWorker
-
- InjectObjectWorker - Class in org.apache.tapestry.enhance
-
Implementation for injection type "object" (the default).
- InjectObjectWorker() - Constructor for class org.apache.tapestry.enhance.InjectObjectWorker
-
- InjectPageWorker - Class in org.apache.tapestry.enhance
-
Injects code to access a named page within the application.
- InjectPageWorker() - Constructor for class org.apache.tapestry.enhance.InjectPageWorker
-
- injectScript(EnhancementOperation, String, String, Location) - Method in class org.apache.tapestry.enhance.InjectScriptWorker
-
Injects a compiled script.
- InjectScriptWorker - Class in org.apache.tapestry.enhance
-
Injects
IScript
instances directly into pages or components.
- InjectScriptWorker() - Constructor for class org.apache.tapestry.enhance.InjectScriptWorker
-
- injectSpecification(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectSpecificationWorker
-
- InjectSpecification - Interface in org.apache.tapestry.spec
-
- InjectSpecificationImpl - Class in org.apache.tapestry.spec
-
- InjectSpecificationImpl() - Constructor for class org.apache.tapestry.spec.InjectSpecificationImpl
-
- InjectSpecificationWorker - Class in org.apache.tapestry.enhance
-
Injects the component's specification as the
specification
property.
- InjectSpecificationWorker() - Constructor for class org.apache.tapestry.enhance.InjectSpecificationWorker
-
- InjectStateFlagWorker - Class in org.apache.tapestry.enhance
-
Injects a boolean property that indicates if a particular application state object already
exists.
- InjectStateFlagWorker() - Constructor for class org.apache.tapestry.enhance.InjectStateFlagWorker
-
- InjectStateWorker - Class in org.apache.tapestry.enhance
-
Worker for injecting application state objects as properties of the component.
- InjectStateWorker() - Constructor for class org.apache.tapestry.enhance.InjectStateWorker
-
- Input - Class in org.apache.tapestry.wml
-
The Input element specifies a text entry object.
- Input() - Constructor for class org.apache.tapestry.wml.Input
-
- Insert - Class in org.apache.tapestry.components
-
Used to insert some text (from a parameter) into the HTML.
- Insert() - Constructor for class org.apache.tapestry.components.Insert
-
- InsertText - Class in org.apache.tapestry.html
-
Inserts formatted text (possibly collected using a
TextArea
component.
- InsertText() - Constructor for class org.apache.tapestry.html.InsertText
-
- InsertTextMode - Class in org.apache.tapestry.html
-
Defines a number of ways to format multi-line text for proper renderring.
- InsertTextMode(String) - Constructor for class org.apache.tapestry.html.InsertTextMode
-
- installComponentSpecification(String, IComponentSpecification) - Method in class org.apache.tapestry.engine.Namespace
-
- installComponentSpecification(String, IComponentSpecification) - Method in interface org.apache.tapestry.INamespace
-
Used to specify additional components beyond those that came from the namespace's
specification.
- installPageSpecification(String, IComponentSpecification) - Method in class org.apache.tapestry.engine.Namespace
-
- installPageSpecification(String, IComponentSpecification) - Method in interface org.apache.tapestry.INamespace
-
Used to specify additional pages beyond those that came from the namespace's specification.
- InstantiateClassStateObjectFactory - Class in org.apache.tapestry.engine.state
-
Simple state object factory that instantiates an instance of a class.
- InstantiateClassStateObjectFactory() - Constructor for class org.apache.tapestry.engine.state.InstantiateClassStateObjectFactory
-
- instantiateExtension() - Method in class org.apache.tapestry.spec.ExtensionSpecification
-
Invoked to instantiate an instance of the extension and return it.
- instantiateExtension() - Method in interface org.apache.tapestry.spec.IExtensionSpecification
-
Invoked to instantiate an instance of the extension and return it.
- instantiateImmediateExtensions() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Invoked after the entire specification has been constructed to instantiate any extensions
marked immediate.
- instantiateImmediateExtensions() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Invoked after the entire specification has been constructed to instantiate any extensions
marked immediate.
- IntArrayToIteratorConverter - Class in org.apache.tapestry.coerce
-
- IntArrayToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.IntArrayToIteratorConverter
-
- IntArrayToListConverter - Class in org.apache.tapestry.coerce
-
- IntArrayToListConverter() - Constructor for class org.apache.tapestry.coerce.IntArrayToListConverter
-
- IntegerAdaptor - Class in org.apache.tapestry.util.io
-
Squeezes a Integer
.
- IntegerAdaptor() - Constructor for class org.apache.tapestry.util.io.IntegerAdaptor
-
- IntValidator - Class in org.apache.tapestry.valid
-
- IntValidator() - Constructor for class org.apache.tapestry.valid.IntValidator
-
- IntValidator(String) - Constructor for class org.apache.tapestry.valid.IntValidator
-
- INVALID_DATE - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- INVALID_EMAIL - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- INVALID_FIELD_EQUALITY - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- INVALID_NUMBER - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- invalidate() - Method in class org.apache.tapestry.web.ServletWebSession
-
- invalidate() - Method in interface org.apache.tapestry.web.WebSession
-
Invalidates this session then unbinds any objects bound to it.
- InvalidStringException - Exception in org.apache.tapestry.util.xml
-
Exception thrown if there is any kind of error validating a string during document parsing
- InvalidStringException(String, String, Location) - Constructor for exception org.apache.tapestry.util.xml.InvalidStringException
-
- InverseMatcher - Class in org.apache.tapestry.util.text
-
Matches a given character only if the provided object does NOT match it.
- InverseMatcher(ICharacterMatcher) - Constructor for class org.apache.tapestry.util.text.InverseMatcher
-
Creates a new object that inverts the matching rule of the provided matcher
- InvokeEngineTerminator - Class in org.apache.tapestry.services.impl
-
The terminatior for the
tapestry.RequestProcessor
pipeline, this service is
responsible for:
Storing the request and response into
RequestGlobals
.
- InvokeEngineTerminator() - Constructor for class org.apache.tapestry.services.impl.InvokeEngineTerminator
-
- InvokeListener - Class in org.apache.tapestry.components
-
Invokes a listener method, passing listener parameters.
- InvokeListener() - Constructor for class org.apache.tapestry.components.InvokeListener
-
- invokeListener(IActionListener, IComponent, IRequestCycle) - Method in interface org.apache.tapestry.listener.ListenerInvoker
-
Part of the pipeline for invoking the given listener object.
- invokeListener(IActionListener, IComponent, IRequestCycle, ListenerInvoker) - Method in interface org.apache.tapestry.listener.ListenerInvokerFilter
-
- invokeListener(IActionListener, IComponent, IRequestCycle) - Method in class org.apache.tapestry.listener.ListenerInvokerTerminator
-
- invokeListenerMethod(Object, IRequestCycle) - Method in interface org.apache.tapestry.listener.ListenerMethodInvoker
-
- invokeListenerMethod(Object, IRequestCycle) - Method in class org.apache.tapestry.listener.ListenerMethodInvokerImpl
-
- invokeTargetMethod(Object, Method, Object[]) - Method in class org.apache.tapestry.listener.ListenerMethodInvokerImpl
-
Provided as a hook so that subclasses can perform any additional work before or after
invoking the listener method.
- IPage - Interface in org.apache.tapestry
-
A root level component responsible for generating an entire a page within the application.
- IPageLoader - Interface in org.apache.tapestry.engine
-
Interface exposed to components as they are loaded by the page loader.
- IPageRecorder - Interface in org.apache.tapestry.engine
-
Defines an object that can observe changes to properties of a page and its components, store the
state of the page between request cycles, and restore a page's state on a subsequent request
cycle.
- IPageSource - Interface in org.apache.tapestry.engine
-
Abstracts the process of loading pages from thier specifications as well as pooling of pages once
loaded.
- IParameterSpecification - Interface in org.apache.tapestry.spec
-
Defines a formal parameter to a component.
- IPrimaryKeyConverter - Interface in org.apache.tapestry.components
-
An interface for converting an objects to their primary keys and back.
- IPropertyHolder - Interface in org.apache.tapestry.util
-
An interface that defines an object that can store named propertys.
- IPropertySelectionModel - Interface in org.apache.tapestry.form
-
- IPropertySelectionRenderer - Interface in org.apache.tapestry.form
-
Defines an object that works with a
PropertySelection
component
to render the individual elements obtained from the
model
.
- IPropertySource - Interface in org.apache.tapestry.engine
-
A source for configuration properties.
- IPropertySpecification - Interface in org.apache.tapestry.spec
-
Defines a transient or persistant property of a component or page.
- IRender - Interface in org.apache.tapestry
-
- IRequestCycle - Interface in org.apache.tapestry
-
Controller object that manages a single request cycle.
- IRequestDecoder - Interface in org.apache.tapestry.request
-
Given a HttpServletRequest
, identifies
the correct request properties (server, scheme, URI and port).
- IRule - Interface in org.apache.tapestry.util.xml
-
- isAllowedProtocol(String) - Method in class org.apache.tapestry.valid.UrlValidator
-
- isApplicationNamespace() - Method in class org.apache.tapestry.engine.Namespace
-
- isApplicationNamespace() - Method in interface org.apache.tapestry.INamespace
-
Returns true if the namespace is the special application namespace (which has special search
rules for handling undeclared pages and components).
- isBlank(String) - Static method in class org.apache.tapestry.Tapestry
-
Deprecated.
To be removed in Tapestry 4.1. Use HiveMind.isBlank(java.lang.String)
instead.
- isClicked(IRequestCycle, String) - Method in class org.apache.tapestry.form.ImageSubmit
-
- isClicked(IRequestCycle, String) - Method in class org.apache.tapestry.form.LinkSubmit
-
- isClicked(IRequestCycle, String) - Method in class org.apache.tapestry.form.Submit
-
- isClientScriptingEnabled() - Method in class org.apache.tapestry.valid.BaseValidator
-
Returns true if client scripting is enabled.
- isClientValidationEnabled() - Method in interface org.apache.tapestry.IForm
-
Indicates whether or not client-side validation will be generated during render.
- isConfigurable() - Method in class org.apache.tapestry.form.validator.ValidatorContribution
-
- isConstant(String) - Method in interface org.apache.tapestry.services.ExpressionEvaluator
-
Returns true if the expression evaluates to a constant or other literal value.
- isConstant(String) - Method in class org.apache.tapestry.services.impl.ExpressionEvaluatorImpl
-
- IScript - Interface in org.apache.tapestry
-
An object that can convert a set of symbols into a collection of JavaScript statements.
- IScriptProcessor - Interface in org.apache.tapestry
-
Defines methods needed by a
IScript
to execute.
- IScriptSource - Interface in org.apache.tapestry.engine
-
- IScriptToken - Interface in org.apache.tapestry.script
-
Defines the responsibilities of a template token used by a
IScript
.
- isDeleted() - Method in class org.apache.tapestry.form.ListEditMap
-
Returns true if the
current key
is in the set of deleted keys.
- isDeleted() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Checks to see if the
last value
is, or is not, in the set of deleted
values.
- isDeprecated() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- isDeprecated() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns true if the component is deprecated.
- isDeprecated() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns true if the parameter is deprecated.
- isDeprecated() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
- isDirect() - Method in class org.apache.tapestry.form.Form
-
Returns true if this Form is configured to use the direct service.
- isDisabled() - Method in class org.apache.tapestry.components.ForBean
-
- isDisabled() - Method in class org.apache.tapestry.components.IfBean
-
- isDisabled() - Method in interface org.apache.tapestry.components.ILinkComponent
-
Returns whether this service link component is enabled or disabled.
- isDisabled() - Method in class org.apache.tapestry.form.Button
-
- isDisabled() - Method in class org.apache.tapestry.form.DatePicker
-
- isDisabled() - Method in class org.apache.tapestry.form.Hidden
-
Returns false.
- isDisabled() - Method in interface org.apache.tapestry.form.IFormComponent
-
Returns true if the component is disabled.
- isDisabled() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- isDisabled() - Method in class org.apache.tapestry.form.Radio
-
- isDisabled() - Method in class org.apache.tapestry.link.AbstractLinkComponent
-
- isDisabled() - Method in class org.apache.tapestry.valid.ValidField
-
- isDisabled() - Method in class org.apache.tapestry.wml.AbstractPostfield
-
- isEmpty(Map) - Static method in class org.apache.tapestry.Tapestry
-
Returns true if the Map is null or empty.
- isEmpty(Collection) - Static method in class org.apache.tapestry.Tapestry
-
Returns true if the Collection is null or empty.
- isEmptyok() - Method in class org.apache.tapestry.wml.Input
-
- isEndOfStream() - Method in class org.apache.tapestry.util.text.ExtendedReader
-
Determines whether the end of the stream is reached
- isEven() - Method in class org.apache.tapestry.bean.EvenOdd
-
- isExhaustive() - Method in class org.apache.tapestry.util.exception.ExceptionAnalyzer
-
If true, then stack trace is extracted for each exception.
- isHidden() - Method in class org.apache.tapestry.form.TextField
-
- isHidden() - Method in class org.apache.tapestry.valid.ValidField
-
- isHidden() - Method in class org.apache.tapestry.wml.Input
-
- isImmediate() - Method in class org.apache.tapestry.spec.ExtensionSpecification
-
Returns true if the extensions should be instantiated immediately after the containing
LibrarySpecification
if parsed.
- isImmediate() - Method in interface org.apache.tapestry.spec.IExtensionSpecification
-
Returns true if the extensions should be instantiated immediately after the containing
LibrarySpecification
if parsed.
- isInActiveState() - Method in class org.apache.tapestry.AbstractComponent
-
- isInError() - Method in class org.apache.tapestry.valid.FieldTracking
-
- isInError() - Method in interface org.apache.tapestry.valid.IFieldTracking
-
Returns true if the field is in error (that is, if it has an error message
renderer
.
- isInError() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Returns true if the current field is in error (that is, had bad input submitted by the end
user).
- isInError() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- isInError(IFormComponent) - Method in class org.apache.tapestry.valid.ValidationDelegate
-
Checks to see if the field is in error.
- isInMemory() - Method in class org.apache.tapestry.multipart.UploadPart
-
- isInMemory() - Method in interface org.apache.tapestry.request.IUploadFile
-
Returns true if the uploaded content is in memory.
- isIntegerNumber() - Method in class org.apache.tapestry.valid.NumberValidator
-
- isInvariant() - Method in class org.apache.tapestry.binding.AbstractBinding
-
Default implementation: returns true.
- isInvariant() - Method in class org.apache.tapestry.binding.BeanBinding
-
Beans obtained via the binding should *not* be cached by the component because beans may be
discarded inside the
BeanProvider
based on the life cycle of
the bean.
- isInvariant() - Method in class org.apache.tapestry.binding.ExpressionBinding
-
Returns true if the binding is expected to always return the same value.
- isInvariant() - Method in class org.apache.tapestry.binding.StateBinding
-
Returns false; these ASO objects can be created at any time.
- isInvariant() - Method in interface org.apache.tapestry.IBinding
-
Returns true if the value is invariant (not changing; the same value returned each time).
- isLast() - Method in class org.apache.tapestry.html.ExceptionDisplay
-
- isModified() - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
-
- isMultiple() - Method in class org.apache.tapestry.form.Select
-
- isMultiple() - Method in class org.apache.tapestry.wml.Select
-
- isNew() - Method in class org.apache.tapestry.web.ServletWebSession
-
- isNew() - Method in interface org.apache.tapestry.web.WebSession
-
Returns true if the client does not yet know about the session or if the client chooses not
to join the session.
- isNonBlank(String) - Static method in class org.apache.tapestry.Tapestry
-
Deprecated.
To be removed in Tapestry 4.1. Use HiveMind.isNonBlank(java.lang.String)
instead.
- isPageSpecification() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns true if the specification is known to be a page specification and not a component
specification.
- isPageSpecification() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns true if the specification is known to be a page specification and not a component
specification.
- isParameterBound(String) - Method in class org.apache.tapestry.AbstractComponent
-
Returns true if the specified parameter is bound.
- isParameterForScope(String) - Method in class org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
-
- isParameterForScope(String) - Method in interface org.apache.tapestry.record.ClientPropertyPersistenceScope
-
- ISpecificationParser - Interface in org.apache.tapestry.parse
-
- ISpecificationResolverDelegate - Interface in org.apache.tapestry.resolver
-
Delegate interface used when a page or component specification can not be found by the normal
means.
- ISpecificationSource - Interface in org.apache.tapestry.engine
-
Defines access to component specifications.
- isPersistent() - Method in interface org.apache.tapestry.spec.IPropertySpecification
-
- isPersistent() - Method in class org.apache.tapestry.spec.PropertySpecification
-
- isPrerender() - Method in class org.apache.tapestry.valid.FieldLabel
-
- isRaw() - Method in class org.apache.tapestry.parse.LocalizationToken
-
- isRaw() - Method in class org.apache.tapestry.valid.RenderString
-
- isRendering() - Method in class org.apache.tapestry.AbstractComponent
-
- isRendering() - Method in interface org.apache.tapestry.IComponent
-
Returns true if the component is currently rendering.
- isRequired() - Method in class org.apache.tapestry.form.AbstractFormComponent
-
Returns false.
- isRequired() - Method in class org.apache.tapestry.form.Checkbox
-
- isRequired() - Method in class org.apache.tapestry.form.DatePicker
-
- isRequired() - Method in interface org.apache.tapestry.form.IFormComponent
-
Returns true if the field is required.
- isRequired() - Method in class org.apache.tapestry.form.PropertySelection
-
- isRequired() - Method in class org.apache.tapestry.form.RadioGroup
-
- isRequired() - Method in class org.apache.tapestry.form.Select
-
- isRequired() - Method in class org.apache.tapestry.form.TextArea
-
- isRequired() - Method in class org.apache.tapestry.form.TextField
-
- isRequired() - Method in class org.apache.tapestry.form.Upload
-
- isRequired(ValidatableField) - Method in interface org.apache.tapestry.form.ValidatableFieldSupport
-
Returns true if this component is required.
- isRequired(ValidatableField) - Method in class org.apache.tapestry.form.ValidatableFieldSupportImpl
-
- isRequired() - Method in class org.apache.tapestry.form.validator.AbstractValidatorWrapper
-
- isRequired() - Method in class org.apache.tapestry.form.validator.BaseValidator
-
Returns false.
- isRequired() - Method in class org.apache.tapestry.form.validator.Required
-
Returns true, that's what Required means!
- isRequired() - Method in interface org.apache.tapestry.form.validator.Validator
-
Returns true if this field is required.
- isRequired() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns true if the parameter is required by the component.
- isRequired() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
Returns true if the parameter is required by the component.
- isRequired() - Method in class org.apache.tapestry.valid.BaseValidator
-
- isRequired() - Method in interface org.apache.tapestry.valid.IValidator
-
All validators must implement a required property.
- isReservedParameterName(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns true if the value specified is in the reserved name list.
- isReservedParameterName(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns true if the value specified is in the reserved name list.
- isRewinding() - Method in class org.apache.tapestry.engine.RequestCycle
-
- isRewinding() - Method in class org.apache.tapestry.form.Form
-
Indicates to any wrapped form components that they should respond to the form submission.
- isRewinding() - Method in class org.apache.tapestry.form.FormSupportImpl
-
- isRewinding() - Method in class org.apache.tapestry.form.RadioGroup
-
- isRewinding() - Method in class org.apache.tapestry.form.Select
-
- isRewinding() - Method in interface org.apache.tapestry.FormBehavior
-
Returns true if the form is rewinding (meaning, the form was the subject of the request
cycle).
- isRewinding() - Method in interface org.apache.tapestry.IRequestCycle
-
Returns true if the context is being used to rewind a prior state of the page.
- isRewound(IComponent) - Method in class org.apache.tapestry.engine.RequestCycle
-
- isRewound(IComponent) - Method in interface org.apache.tapestry.IRequestCycle
-
Checks to see if the current action id matches the target action id.
- isSelected() - Method in class org.apache.tapestry.form.Option
-
- isSelected(int) - Method in class org.apache.tapestry.form.RadioGroup
-
Used by
Radio
components when rewinding to see if their value was submitted.
- isSelected(String) - Method in class org.apache.tapestry.form.Select
-
- isSelection(Object) - Method in class org.apache.tapestry.form.RadioGroup
-
Returns true if the value is equal to the current selection for the group.
- isShowOffset() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- isStateful() - Method in class org.apache.tapestry.form.Form
-
stateful parameter
- isStateful() - Method in interface org.apache.tapestry.IDirect
-
Invoked by the direct service to query the component as to
whether it is stateful.
- isStateful() - Method in class org.apache.tapestry.link.ActionLink
-
Deprecated.
- isStateful() - Method in class org.apache.tapestry.link.DirectLink
-
Returns true if the stateful parameter is bound to a true value.
- isStoreToSessionNeeded() - Method in class org.apache.tapestry.BaseSessionStoreOptimized
-
Returns the dirty flag.
- isStoreToSessionNeeded() - Method in interface org.apache.tapestry.SessionStoreOptimized
-
- isTrim() - Method in class org.apache.tapestry.form.translator.AbstractTranslator
-
- isUserInRole(String) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- isUserInRole(String) - Method in interface org.apache.tapestry.web.WebRequest
-
* Returns a boolean indicating whether the authenticated user is included in the specified
logical "role".
- isValid(String) - Method in class org.apache.tapestry.services.impl.ServiceMapImpl
-
- isValid(String) - Method in interface org.apache.tapestry.services.ServiceMap
-
Returns true if the name is a known service, or false otherwise.
- isValidEmail(String) - Method in class org.apache.tapestry.valid.EmailValidator
-
Return true if the email format is valid.
- isValidUrl(String) - Method in class org.apache.tapestry.valid.UrlValidator
-
- isVerbose() - Method in class org.apache.tapestry.error.ExceptionPresenterImpl
-
- ITemplateComponent - Interface in org.apache.tapestry
-
Extra interface implemented by
BaseComponent
and inherited by
BasePage
, used to allow them to add contents from their
templates.
- ITemplateParser - Interface in org.apache.tapestry.parse
-
Service interface for the tapestry.TemplateParser
service.
- ITemplateParserDelegate - Interface in org.apache.tapestry.parse
-
Provides a
TemplateParser
with additional information about dynamic components.
- ITemplateSourceDelegate - Interface in org.apache.tapestry.engine
-
Acts as a delegate to the
TemplateSource
,
providing access to page and component templates after the normal search mechanisms have failed.
- iterateOverMatchingAttributes(String, String, String, WebSession, WebSessionAttributeCallback) - Static method in class org.apache.tapestry.record.RecordUtils
-
Iterates over the attributes stored in the session, invoking a callback on each one that
matches the given prefix, applicationid and page name.
- IteratorToListConverter - Class in org.apache.tapestry.coerce
-
- IteratorToListConverter() - Constructor for class org.apache.tapestry.coerce.IteratorToListConverter
-
- IUploadFile - Interface in org.apache.tapestry.request
-
Represents a file uploaded from a client side form.
- IValidationDelegate - Interface in org.apache.tapestry.valid
-
Interface used to track validation errors in forms and
form element component
s (including
org.apache.tapestry.form.AbstractTextField
and its subclasses).
- IValidator - Interface in org.apache.tapestry.valid
-
An object that works with an
IFormComponent
to format output (convert object values to
strings values) and to process input (convert strings to object values and validate them).