- S - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- S - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- SAFEDEREF - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- SAFEDEREF - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- safeWord() - Method in class org.apache.tapestry5.test.RandomDataSource
-
Returns a word that is "safe" for use in an email address.
- SaxTemplateParser - Class in org.apache.tapestry5.internal.services
-
- SaxTemplateParser(Resource, Map<String, URL>) - Constructor for class org.apache.tapestry5.internal.services.SaxTemplateParser
-
- scan(String, ClasspathMatcher) - Method in class org.apache.tapestry5.ioc.internal.services.ClasspathScannerImpl
-
Scans the indicated package path for matches.
- scan(String, ClasspathMatcher) - Method in interface org.apache.tapestry5.ioc.services.ClasspathScanner
-
Perform a scan of the indicated package path and any nested packages.
- Schedule - Interface in org.apache.tapestry5.ioc.services.cron
-
- Scope - Annotation Type in org.apache.tapestry5.ioc.annotations
-
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
- scope(String) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
-
- scope(String) - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
-
Sets the scope of the service, overriding the
Scope
annotation on the service implementation class.
- ScopeConstants - Class in org.apache.tapestry5.ioc
-
Defines constants for built-in scopes (used with the
Scope
annotation.
- ScopeConstants() - Constructor for class org.apache.tapestry5.ioc.ScopeConstants
-
- SCRIPTACULOUS - Static variable in class org.apache.tapestry5.SymbolConstants
-
The Asset path to the embedded copy of script.aculo.us packaged with Tapestry.
- scrollIntoView(WebElement) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- second - Variable in class org.apache.tapestry5.func.Tuple
-
- SECOND - Static variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
- seconds() - Method in interface org.apache.tapestry5.func.ZippedFlow
-
Returns a flow of the second values of the tuples of the zipped flow.
- seconds - Variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
- seconds() - Method in class org.apache.tapestry5.ioc.util.TimeInterval
-
- Secure - Annotation Type in org.apache.tapestry5.annotations
-
A marker annotation that indicates that the page in question may only be accessed via HTTPS.
- secure - Variable in class org.apache.tapestry5.CookieBuilder
-
- SECURE_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
-
If "true" (which itself defaults to production mode), then the
Secure
annotation will be honored.
- SECURE_MODE - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
-
true
if you need to connect to Mongo DB in secure mode,
false
otherwise.
- SECURE_PAGE - Static variable in class org.apache.tapestry5.MetaDataConstants
-
Meta data key applied to pages that may only be accessed via secure methods (HTTPS).
- SecureOption - Enum in org.apache.tapestry5.corelib.data
-
Possible values of the "secure" parameter for components that use a
SelectModel
(such as
Select
), to control whether the submitted
value must be one of the values in the SelectModel.
- Select - Class in org.apache.tapestry5.corelib.components
-
Select an item from a list of values, using an [X]HTML <select> element on the client side.
- Select() - Constructor for class org.apache.tapestry5.corelib.components.Select
-
- select(Predicate<? super S>, Mapper<S, T>, Mapper<S, T>) - Static method in class org.apache.tapestry5.func.F
-
A Mapper factory that combines a Predicate with two
Mapper
s; evaluating the predicate
selects one of the two mappers.
- select(Predicate<? super S>, Mapper<S, T>) - Static method in class org.apache.tapestry5.func.F
-
- select(Predicate<? super S>, Mapper<S, T>, T) - Static method in class org.apache.tapestry5.func.F
-
- select(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- select(TreeNode<T>) - Method in class org.apache.tapestry5.tree.DefaultTreeSelectionModel
-
- select(TreeNode<T>) - Method in interface org.apache.tapestry5.tree.TreeSelectionModel
-
Selects a node.
- SELECTED - Static variable in class org.apache.tapestry5.EventConstants
-
Event type triggered by the
Submit
component
when it is the cause
of the form submission.
- selectFrame(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- SelectModel - Interface in org.apache.tapestry5
-
Defines the possible options and option groups for a <select> [X]HTML element.
- SelectModelFactory - Interface in org.apache.tapestry5.services
-
- SelectModelFactoryImpl - Class in org.apache.tapestry5.internal.services
-
- SelectModelFactoryImpl(PropertyAccess, ValueEncoderSource, ValueLabelProvider<Object>) - Constructor for class org.apache.tapestry5.internal.services.SelectModelFactoryImpl
-
- SelectModelImpl - Class in org.apache.tapestry5.internal
-
- SelectModelImpl(List<OptionGroupModel>, List<OptionModel>) - Constructor for class org.apache.tapestry5.internal.SelectModelImpl
-
- SelectModelImpl(OptionModel...) - Constructor for class org.apache.tapestry5.internal.SelectModelImpl
-
- SelectModelImpl(OptionGroupModel...) - Constructor for class org.apache.tapestry5.internal.SelectModelImpl
-
- SelectModelRenderer - Class in org.apache.tapestry5.internal.util
-
- SelectModelRenderer(MarkupWriter, ValueEncoder, boolean) - Constructor for class org.apache.tapestry5.internal.util.SelectModelRenderer
-
- SelectModelVisitor - Interface in org.apache.tapestry5
-
Callback interface that allows for visiting the option groups and option models of a select model in correct order
order.
- selectors - Variable in class org.apache.tapestry5.internal.PageCatalogTotals
-
All selectors represented in the pool, often just 'en'.
- selectPopUp(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- selectWindow(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- selenium - Variable in class org.apache.tapestry5.test.SeleniumTestCase
-
Deprecated.
- SELENIUM_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
ITestContext
attribute holding an instance of Selenium
.
- SeleniumTestCase - Class in org.apache.tapestry5.test
-
Base class for creating Selenium-based integration test cases.
- SeleniumTestCase() - Constructor for class org.apache.tapestry5.test.SeleniumTestCase
-
- sendError(int, String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- sendError(int, String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- sendError(int, String) - Method in interface org.apache.tapestry5.services.Response
-
Sends an error response to the client using the specified status.
- sendError(int, String) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- sendRedirect(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- sendRedirect(Link) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- sendRedirect(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- sendRedirect(Link) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- sendRedirect(String) - Method in interface org.apache.tapestry5.services.Response
-
Sends a redirect to the client.
- sendRedirect(Link) - Method in interface org.apache.tapestry5.services.Response
-
Sends a redirect to a link.
- sendRedirect(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- sendRedirect(Link) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- series(int, int) - Static method in class org.apache.tapestry5.func.F
-
Creates an infinite series of numbers.
- Service - Annotation Type in org.apache.tapestry5.annotations
-
Used in conjunction with the
Inject
annotation to identify a service
by name and not by type.
- service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in class org.apache.tapestry5.internal.gzip.GZipFilter
-
- service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.CheckForUpdatesFilter
-
- service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in class org.apache.tapestry5.internal.services.IgnoredPathsFilter
-
- service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.RequestErrorFilter
-
- service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.StaticFilesFilter
-
- service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
-
- service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in interface org.apache.tapestry5.services.HttpServletRequestFilter
-
Filter interface for the HttpServletRequestHandler pipeline.
- service(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.tapestry5.services.HttpServletRequestHandler
-
Returns true if the request was handled, false otherwise.
- service(Request, Response, RequestHandler) - Method in interface org.apache.tapestry5.services.RequestFilter
-
Returns true if the request has been handled, false otherwise.
- service(Request, Response) - Method in interface org.apache.tapestry5.services.RequestHandler
-
Returns true if the request has been handled, false otherwise.
- service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in class org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter
-
- SERVICE_CLASS_RELOADING_ENABLED - Static variable in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
- SERVICE_CLASS_RELOADING_ENABLED - Static variable in class org.apache.tapestry5.ioc.IOCConstants
-
Name of a JVM System Property (but not, alas, a configuration symbol) that is used to disable
live service reloading entirely (i.e., reverting to Tapestry 5.1 behavior).
- ServiceActivity - Interface in org.apache.tapestry5.ioc.services
-
- ServiceActivityScoreboard - Interface in org.apache.tapestry5.ioc.services
-
Provides access to the runtime details about services in the
Registry
.
- ServiceActivityTracker - Interface in org.apache.tapestry5.ioc.internal
-
- ServiceActivityTrackerImpl - Class in org.apache.tapestry5.ioc.internal
-
- ServiceActivityTrackerImpl(PerthreadManager) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
-
- ServiceActivityTrackerImpl.MutableServiceActivity - Class in org.apache.tapestry5.ioc.internal
-
- ServiceAdvisor - Interface in org.apache.tapestry5.ioc
-
- ServiceAdvisorImpl - Class in org.apache.tapestry5.ioc.internal
-
- ServiceAdvisorImpl(ModuleBuilderSource, Method, ServiceResources, PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceAdvisorImpl
-
- ServiceAnnotationObjectProvider - Class in org.apache.tapestry5.internal.services
-
Adds support for the
Service
annotation (which can be applied to fields or parameters), which is used to
disambiguate injection when multiple services implement the same service interface.
- ServiceAnnotationObjectProvider() - Constructor for class org.apache.tapestry5.internal.services.ServiceAnnotationObjectProvider
-
- ServiceBinder - Interface in org.apache.tapestry5.ioc
-
Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
- ServiceBinderImpl - Class in org.apache.tapestry5.ioc.internal
-
- ServiceBinderImpl(ServiceDefAccumulator, Method, PlasticProxyFactory, Set<Class>, boolean) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
-
- ServiceBindingOptions - Interface in org.apache.tapestry5.ioc
-
Allows additional options for a service to be specified, overriding hard coded defaults or defaults from annotations
on the service.
- ServiceBuilder<T> - Interface in org.apache.tapestry5.ioc
-
A callback used to create a service implementation.
- ServiceBuilderMethodInvoker - Class in org.apache.tapestry5.ioc.internal
-
Basic implementation of
ObjectCreator
that handles invoking a method on the module
builder, and figures out the correct parameters to pass into the annotated method.
- ServiceBuilderMethodInvoker(ServiceBuilderResources, String, Method) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
-
- ServiceBuilderResources - Interface in org.apache.tapestry5.ioc
-
Extends
ServiceResources
with additional methods needed only by the service builder
method, related to accessing a service's configuration.
- serviceBuildFailure(String, Throwable) - Static method in class org.apache.tapestry5.ioc.internal.services.ServiceMessages
-
- ServiceConfigurationListener - Interface in org.apache.tapestry5.ioc.services
-
Interface that defines listeners to services getting their distributed configuration.
- ServiceConfigurationListenerHub - Class in org.apache.tapestry5.ioc.services
-
- ServiceConfigurationListenerHub(List<ServiceConfigurationListener>) - Constructor for class org.apache.tapestry5.ioc.services.ServiceConfigurationListenerHub
-
- ServiceDecorator - Interface in org.apache.tapestry5.ioc
-
A service decorator is derived from a
DecoratorDef
and is responsible for
building an interceptor around an existing implementation (called the "delegate").
- ServiceDecoratorImpl - Class in org.apache.tapestry5.ioc.internal
-
A wrapper around a decorator method.
- ServiceDecoratorImpl(Method, ModuleBuilderSource, ServiceResources, PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceDecoratorImpl
-
- ServiceDef - Interface in org.apache.tapestry5.ioc.def
-
Service definition derived, by default, from a service builder method.
- ServiceDef2 - Interface in org.apache.tapestry5.ioc.def
-
Extension to
ServiceDef
containing new methods added for Tapestry 5.1.
- ServiceDef3 - Interface in org.apache.tapestry5.ioc.def
-
Introduced for Tapestry 5.3, contains new methods to provide access to annotations on the class,
and on methods of the class.
- ServiceDefAccumulator - Interface in org.apache.tapestry5.ioc.internal
-
Simple interface used when invoking a bind() method on a module class.
- ServiceDefImpl - Class in org.apache.tapestry5.ioc.internal
-
- ServiceId - Annotation Type in org.apache.tapestry5.ioc.annotations
-
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding via the
ServiceBinder
).
- serviceId - Variable in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
-
- serviceId - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
-
- ServiceInjectionProvider - Class in org.apache.tapestry5.internal.services
-
A very late worker related to the
Inject
annotation that, when all other forms of injection have failed,
matches the field type to a service interface.
- ServiceInjectionProvider(ObjectLocator, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.services.ServiceInjectionProvider
-
- serviceInterface - Variable in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
-
- ServiceLifecycle - Interface in org.apache.tapestry5.ioc
-
Allows certain types of lifecycles to control exactly how services are instantiated.
- ServiceLifecycle2 - Interface in org.apache.tapestry5.ioc
-
- ServiceLifecycleSource - Interface in org.apache.tapestry5.ioc.services
-
Provides access to user defined lifecycles (beyond the two built-in lifecycles: "singleton" and "primitive").
- ServiceMessages - Class in org.apache.tapestry5.ioc.internal.services
-
- ServiceOverride - Interface in org.apache.tapestry5.ioc.services
-
Used to override built in services.
- ServiceOverrideImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- ServiceOverrideImpl(Map<Class, Object>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ServiceOverrideImpl
-
- ServiceProxyProvider - Interface in org.apache.tapestry5.ioc.internal
-
Used in concert with SerializationSupport
to convert service tokens back
into service proxies.
- ServiceProxyToken - Class in org.apache.tapestry5.ioc.internal
-
Token that replaces a service proxy when the proxy is serialized.
- ServiceProxyToken(String) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceProxyToken
-
- ServiceResources - Interface in org.apache.tapestry5.ioc
-
Contains resources that may be provided to a service when it initializes, which includes other services defined in
the registry.
- ServiceResourcesImpl - Class in org.apache.tapestry5.ioc.internal
-
- ServiceResourcesImpl(InternalRegistry, Module, ServiceDef3, PlasticProxyFactory, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
-
- ServiceStatus - Class in org.apache.tapestry5.corelib.pages
-
Page used to see the status of all services defined by the
Registry
.
- ServiceStatus() - Constructor for class org.apache.tapestry5.corelib.pages.ServiceStatus
-
- SERVLET_CONTAINER_PARAMETER - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
XmlTest
parameter holding the servlet container to run for the integration tests.
- ServletApplicationInitializer - Interface in org.apache.tapestry5.services
-
Service interface for initializing a servlet application, as a
pipeline.
- ServletApplicationInitializerFilter - Interface in org.apache.tapestry5.services
-
- ServletContainerRunner - Interface in org.apache.tapestry5.test
-
Used as a wrapper around code that runs a web server, so that
the server may be shut down at the end of the test.
- ServletContextSymbolProvider - Class in org.apache.tapestry5.internal
-
A wrapper around
ServletContext
that makes init-parameters accessible as symbols.
- ServletContextSymbolProvider(ServletContext) - Constructor for class org.apache.tapestry5.internal.ServletContextSymbolProvider
-
- SESSION - Static variable in class org.apache.tapestry5.PersistenceConstants
-
The field's value is stored in the
Session
.
- Session - Interface in org.apache.tapestry5.services
-
Generic version of
HttpSession
, used to bridge the gaps between the Servlet API and the Portlet API.
- SESSION_LOCKING_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
-
If true (the default), then Tapestry will apply locking semantics around access to the
HttpSession
.
- SessionApplicationStatePersistenceStrategy - Class in org.apache.tapestry5.internal.services
-
Stores ASOs in the
Session
, which will be created as necessary.
- SessionApplicationStatePersistenceStrategy(Request) - Constructor for class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
-
- SessionAttribute - Annotation Type in org.apache.tapestry5.annotations
-
Used to map a property of a page or component to value stored in session.
- SessionAttributeWorker - Class in org.apache.tapestry5.internal.transform
-
- SessionAttributeWorker(Request) - Constructor for class org.apache.tapestry5.internal.transform.SessionAttributeWorker
-
- SessionImpl - Class in org.apache.tapestry5.internal.services
-
- SessionImpl(HttpServletRequest, HttpSession, SessionLock) - Constructor for class org.apache.tapestry5.internal.services.SessionImpl
-
- SessionLock - Interface in org.apache.tapestry5.internal.services
-
- SessionPersistedObjectAnalyzer<T> - Interface in org.apache.tapestry5.services
-
Analyzes a session-persisted object, specifically to see if it is dirty or not.
- SessionPersistentFieldStrategy - Class in org.apache.tapestry5.internal.services
-
A strategy for storing persistent page properties into the
session
.
- SessionPersistentFieldStrategy(Request) - Constructor for class org.apache.tapestry5.internal.services.SessionPersistentFieldStrategy
-
- SessionRestorable - Interface in org.apache.tapestry5.internal.hibernate
-
Interface for serializable objects stored in the HTTP Session that can be restored to active state via
the Hibernate Session.
- SessionState - Annotation Type in org.apache.tapestry5.annotations
-
Marker annotation for a property that is a
session state object (SSO) as controlled by
the
ApplicationStateManager
.
- set(Object) - Method in interface org.apache.tapestry5.Binding
-
Updates the current value.
- set(Object) - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
-
- set(Object) - Method in class org.apache.tapestry5.internal.bindings.PropBinding
-
- set(Object) - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
-
- set(Class<T>, T) - Method in class org.apache.tapestry5.internal.hibernate.EntityApplicationStatePersistenceStrategy
-
- set(Class<T>, T) - Method in class org.apache.tapestry5.internal.jpa.EntityApplicationStatePersistenceStrategy
-
- set(Object, Object) - Method in class org.apache.tapestry5.internal.plastic.FieldHandleImpl
-
- set(Object, int, Object) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassHandleShim
-
Sets the value of a field.
- set(Class<T>, T) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
-
- set(Object, Object) - Method in class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
-
- set(Object, Object) - Method in class org.apache.tapestry5.internal.services.LiteralPropertyConduit
-
- set(Locale) - Method in class org.apache.tapestry5.internal.services.PersistentLocaleImpl
-
- set(Class<T>, T) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
-
- set(Object) - Method in interface org.apache.tapestry5.internal.transform.MethodResultCache
-
Stores a new cached value for later reference.
- set(Object, InstanceContext, Object) - Method in class org.apache.tapestry5.internal.transform.ReadOnlyComponentFieldConduit
-
- set(Object, String, Object) - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
-
- set(Object, String, Object) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
-
- set(Object, Object) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
-
- set(Object, String, Object) - Method in interface org.apache.tapestry5.ioc.services.ClassPropertyAdapter
-
Updates the value of a property.
- set(T) - Method in interface org.apache.tapestry5.ioc.services.PerThreadValue
-
Sets the current per-thread value, then returns that value.
- set(Object, String, Object) - Method in interface org.apache.tapestry5.ioc.services.PropertyAccess
-
Updates the value of a property.
- set(Object, Object) - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
-
Updates the property value.
- set(T, Object...) - Static method in class org.apache.tapestry5.ioc.test.TestUtils
-
Deprecated.
Initializes private fields (via reflection).
- set(Object, InstanceContext, T) - Method in interface org.apache.tapestry5.plastic.FieldConduit
-
Invoked when the field's value is updated.
- set(Object, Object) - Method in interface org.apache.tapestry5.plastic.FieldHandle
-
Updates the current value of the field.
- set(Object, Object) - Method in interface org.apache.tapestry5.PropertyConduit
-
Changes the current value of the property.
- set(Class<T>, T) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
-
Stores a new SSO, replacing the existing SSO (if any).
- set(Class<T>, T) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
-
Stores a new SSO, possibly replacing the existing one.
- set(Locale) - Method in interface org.apache.tapestry5.services.PersistentLocale
-
Sets the locale value that will be encoded into the response.
- setAnchor(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
-
- setAnchor(String) - Method in interface org.apache.tapestry5.Link
-
Sets the link anchor.
- setAnswer(IAnswer<?>) - Static method in class org.apache.tapestry5.ioc.test.TestBase
-
Deprecated.
Convienience for EasyMock.expectLastCall()
with
IExpectationSetters.andAnswer(org.easymock.IAnswer)
.
- setArtifactId(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.services.ClusteredSessionImpl
-
- setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.services.RequestImpl
-
- setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.services.SessionImpl
-
- setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
-
- setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
- setAttribute(String, Object) - Method in class org.apache.tapestry5.services.DelegatingRequest
-
- setAttribute(String, Object) - Method in interface org.apache.tapestry5.services.Request
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in interface org.apache.tapestry5.services.Session
-
Sets the value of an attribute.
- setBound(String) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
-
- setBrowserLogLevel(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setCalendarHour(Calendar, int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Advance the calendar to the particular hour paying particular attention
to daylight saving problems.
- setCharacterEncoding(String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
-
Ignores any attempt to set the character encoding, as it already has been set before the request content was
parsed.
- setCheckedException(Exception) - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
-
- setCheckedException(Exception) - Method in interface org.apache.tapestry5.plastic.MethodInvocation
-
Sets the checked exception; this can be used to indicate failure for the method, or
to cancel the thrown exception (by setting the exception to null).
- setColumnName(String) - Method in class org.apache.tapestry5.corelib.components.GridColumns
-
- setComment(String) - Method in class org.apache.tapestry5.CookieBuilder
-
Comments are not supported by version 0 (the default) cookies
- setComputedConduit(ComputedValue<FieldConduit<F>>) - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Sets the conduit for the field to a value computed when the class is instantiated
- setConduit(FieldConduit<F>) - Method in interface org.apache.tapestry5.plastic.PlasticField
-
Intercepts all access to the field, replacing such access with calls on the conduit.
- setContentLength(int) - Method in class org.apache.tapestry5.internal.gzip.GZIPEnabledResponse
-
- setContentLength(int) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- setContentLength(int) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- setContentLength(int) - Method in interface org.apache.tapestry5.services.Response
-
Sets the length of the content body in the response; this method sets the HTTP Content-Length header.
- setContentLength(int) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- setContext(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setCurrentPage(int) - Method in class org.apache.tapestry5.corelib.components.Grid
-
- setCurrentPage(Integer) - Method in interface org.apache.tapestry5.grid.GridPaginationModel
-
- setCurrentPage(Integer) - Method in class org.apache.tapestry5.grid.GridPaginationModelImpl
-
- setCurrentProperty(String) - Method in interface org.apache.tapestry5.internal.BeanValidationContext
-
Sets name of the property to validate.
- setCurrentProperty(String) - Method in class org.apache.tapestry5.internal.BeanValidationContextImpl
-
- setCursorPosition(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setDataTypeAnalyzer(DataTypeAnalyzer) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setDateHeader(String, long) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- setDateHeader(String, long) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- setDateHeader(String, long) - Method in interface org.apache.tapestry5.services.Response
-
Sets a response header with the given name and date-value.
- setDateHeader(String, long) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- setDecorator(ValidationDecorator) - Method in class org.apache.tapestry5.corelib.base.AbstractField
-
- setDefaultTracker(ValidationTracker) - Method in class org.apache.tapestry5.corelib.components.Form
-
- setDescription(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setDocumentationUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setDocumentLocator(Locator) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- setDomain(String) - Method in class org.apache.tapestry5.CookieBuilder
-
Set the domain for the cookie to be created.
- setEncoding(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
- setEncodingType(String) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
-
- setEncodingType(String) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
-
- setEncodingType(String) - Method in interface org.apache.tapestry5.services.FormSupport
-
Sets the encoding type for the Form.
- setEntityManagerProperties(Map) - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
-
- setEntityManagerProperties(Map) - Method in interface org.apache.tapestry5.jpa.TapestryPersistenceUnitInfo
-
- setExtensionJs(String) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
-
- setExtensionJs(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setFieldPersistenceStrategy(String, String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
-
- setFieldPersistenceStrategy(String, String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
-
Used to define the field persistence strategy for a particular field name.
- setFormSupport(FormSupport) - Method in class org.apache.tapestry5.corelib.base.AbstractField
-
- setGroupId(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setHeader(String, String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- setHeader(String, String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- setHeader(String, String) - Method in interface org.apache.tapestry5.services.Response
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- setHomepageUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setHttpOnly(boolean) - Method in class org.apache.tapestry5.CookieBuilder
-
Set the cookie's httpOnly mode.
- setIntHeader(String, int) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- setIntHeader(String, int) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- setIntHeader(String, int) - Method in interface org.apache.tapestry5.services.Response
-
Sets a response header with the given name and integer value.
- setIntHeader(String, int) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- setIssueTrackerUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setJavadocUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setLibraryMapping(LibraryMapping) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setLocale(Locale) - Method in interface org.apache.tapestry5.internal.test.TestableRequest
-
Sets the locale requested by "the browser".
- setLocale(Locale) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
- setLocale(Locale) - Method in class org.apache.tapestry5.ioc.internal.services.ThreadLocaleImpl
-
- setLocale(Locale) - Method in interface org.apache.tapestry5.ioc.services.ThreadLocale
-
Updates the locale for the current thread.
- setLocaleFromLocaleName(String) - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
-
- setLocaleFromLocaleName(String) - Method in interface org.apache.tapestry5.services.LocalizationSetter
-
Determines if the provided potential locale name (presumably, extracted from a request URL) is a supported locale
name.
- setMaxAge(int) - Method in class org.apache.tapestry5.CookieBuilder
-
Set how long the cookie should live.
- setMaxInactiveInterval(int) - Method in class org.apache.tapestry5.internal.services.SessionImpl
-
- setMaxInactiveInterval(int) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
-
- setMaxInactiveInterval(int) - Method in interface org.apache.tapestry5.services.Session
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this
session.
- setMeta(String, String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
-
- setMeta(String, String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
-
Stores a meta data value under the indicated key.
- setMethodDescription(String) - Method in class org.apache.tapestry5.internal.services.EventImpl
-
- setMethodDescription(String) - Method in interface org.apache.tapestry5.runtime.Event
-
Invoke to identify, to the event, what component and method is being acted upon (used for some kinds of exception
reporting).
- setMixinAfter(boolean) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
-
- setMixinAfter(boolean) - Method in interface org.apache.tapestry5.model.MutableComponentModel
-
Changes the value of the mixinAfter flag.
- setMouseSpeed(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setName(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setNonPersistentLocaleFromLocaleName(String) - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
-
- setNonPersistentLocaleFromLocaleName(String) - Method in interface org.apache.tapestry5.services.LocalizationSetter
-
Allows the locale to be set from a specified locale name (which may be narrowed or defaulted to a support
locale).
- setObjectLocator(ObjectLocator) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setParameter(int, Object) - Method in interface org.apache.tapestry5.plastic.MethodInvocation
-
Changes a parameter value.
- setParameterConduit(String, ParameterConduit) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
-
Stores a ParameterConduit for later access.
- setParameterConduit(String, ParameterConduit) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
-
- setPath(String) - Method in class org.apache.tapestry5.CookieBuilder
-
Set the path for the cookie to be created.
- setPath(String) - Method in interface org.apache.tapestry5.internal.test.TestableRequest
-
Sets the path; the path should begin with a "/" character and contain everything from there to the start of query
parameters (if any).
- setPath(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
-
- setPersistenceXMLSchemaVersion(String) - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
-
- setPlasticProxyFactory(PlasticProxyFactory) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setPreferedLanguage(Locale) - Method in class org.apache.tapestry5.test.PageTester
-
Sets the simulated browser's preferred language, i.e., the value returned from
Request.getLocale()
.
- setPropertyAccess(PropertyAccess) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setPropertyConduitSource(PropertyConduitSource) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setPropertyName(String) - Method in class org.apache.tapestry5.corelib.components.GridRows
-
- setPropertyValue(Object) - Method in interface org.apache.tapestry5.services.PropertyEditContext
-
Updates the value of the property being edited (the context encapsulates the object containing the property).
- setPublishedParameters(List<String>) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
-
- setPublishedParameters(List<String>) - Method in interface org.apache.tapestry5.model.MutableEmbeddedComponentModel
-
Sets the list of published parameters for this embedded component.
- setRenderedDocument(Document) - Method in interface org.apache.tapestry5.internal.test.TestableResponse
-
Invoked as part of the rendering pipeline to store the final rendered Document object.
- setRenderedDocument(Document) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- setRenderingPage(Page) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
-
Sets the default page that will render the response.
- setRenderingPage(Page) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
-
- setRequest(Request) - Method in class org.apache.tapestry5.services.DelegatingRequest
-
Sets the delegate request.
- setReturnExpression(String) - Method in class org.apache.tapestry5.services.javascript.AMDWrapper
-
Optionally sets a return expression for this module.
- setReturnValue(Object) - Method in interface org.apache.tapestry5.plastic.MethodInvocation
-
Overrides the return value of the method.
- setRootElement(ComponentPageElement) - Method in interface org.apache.tapestry5.internal.structure.Page
-
Invoked during page construction time to connect the page's root component to the page
instance.
- setRootElement(ComponentPageElement) - Method in class org.apache.tapestry5.internal.structure.PageImpl
-
- setRootUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo.DefaultSourceUrlResolver
-
- setRootUrl(String) - Method in interface org.apache.tapestry5.services.ComponentLibraryInfo.SourceUrlResolver
-
Sets the source root URL.
- setRow(Object) - Method in class org.apache.tapestry5.corelib.components.Grid
-
- setSecure(boolean) - Method in class org.apache.tapestry5.CookieBuilder
-
Set the cookie's secure mode.
- setSecurity(LinkSecurity) - Method in class org.apache.tapestry5.internal.services.LinkImpl
-
- setSecurity(LinkSecurity) - Method in interface org.apache.tapestry5.Link
-
Changes the link's security, which can be useful to force a link to be either secure or insecure
when normally it might not be.
- setSortAscending(Boolean) - Method in interface org.apache.tapestry5.grid.GridPaginationModel
-
- setSortAscending(Boolean) - Method in class org.apache.tapestry5.grid.GridPaginationModelImpl
-
- setSortColumnId(String) - Method in interface org.apache.tapestry5.grid.GridPaginationModel
-
- setSortColumnId(String) - Method in class org.apache.tapestry5.grid.GridPaginationModelImpl
-
- setSourceBrowseUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setSourceRootUrl(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setSourceUrlResolver(ComponentLibraryInfo.SourceUrlResolver) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setSpeed(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setStats(Page.Stats) - Method in interface org.apache.tapestry5.internal.structure.Page
-
Invoked once at the end of page construction, to provide page construction statistics.
- setStats(Page.Stats) - Method in class org.apache.tapestry5.internal.structure.PageImpl
-
- setStatus(int) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
-
- setStatus(int) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- setStatus(String, Status) - Method in interface org.apache.tapestry5.ioc.internal.ServiceActivityTracker
-
Updates the status for the service.
- setStatus(String, Status) - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
-
- setStatus(int) - Method in interface org.apache.tapestry5.services.Response
-
Sets the status code for this response.
- setStatus(int) - Method in class org.apache.tapestry5.util.ResponseWrapper
-
- setStringInterner(StringInterner) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setTags(List<String>) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setTapestryVersion(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- setThrowable(Throwable) - Static method in class org.apache.tapestry5.ioc.test.TestBase
-
Deprecated.
Convienience for EasyMock.expectLastCall()
with IExpectationSetters.andThrow(Throwable)
.
- setTimeout(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- setTimeZone(TimeZone) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
Sets the time zone for which this CronExpression
will be resolved.
- setTreeAdaptor(TreeAdaptor) - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- setTypeCoercer(TypeCoercer) - Method in class org.apache.tapestry5.beaneditor.BeanModelSourceBuilder
-
- setup(ITestContext) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- SETUP_RENDER_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
-
- setupApplicationCatalogModules(MappedConfiguration<String, Object>, LocalizationSetter, ComponentMessagesSource, ResourceChangeTracker, boolean) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupAssetDispatch(OrderedConfiguration<Dispatcher>, Dispatcher) - Static method in class org.apache.tapestry5.modules.AssetsModule
-
- setupBaseModules(MappedConfiguration<String, Object>, Resource, Resource, Resource, Resource, Resource, Resource, Compatibility) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupBeforePartialZoneRender(MarkupWriter) - Method in interface org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateController
-
- setupBeforePartialZoneRender(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateControllerImpl
-
- setupClearDeprecationsWhenInvalidated(InvalidationEventHub, InvalidationEventHub, InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.compatibility.DeprecationWarningImpl
-
- setupCompatibilityDefaults(MappedConfiguration<Trait, Boolean>) - Static method in class org.apache.tapestry5.modules.Bootstrap4Module
-
- setupCompatibilityDefaults(MappedConfiguration<Trait, Boolean>) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupCompatibilityDefaults(MappedConfiguration<Trait, Boolean>) - Static method in class org.apache.tapestry5.modules.NoBootstrapModule
-
- setupCoreFrameworkValidators(MappedConfiguration<String, Validator>) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
Contributes the basic set of validators:
required
minlength
maxlength
min
max
regexp
email
none
- setupCoreJavaScriptStack(OrderedConfiguration<StackExtension>, Compatibility, String) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
The core JavaScriptStack has a number of entries:
requirejs The RequireJS AMD JavaScript library
scriptaculous.js, effects.js Optional JavaScript libraries in compatibility mode (see
Trait.SCRIPTACULOUS
)
t53-compatibility.js Optional JavaScript library (see
Trait.INITIALIZERS
)
underscore-library, underscore-module
The Underscore JavaScript library, and the shim that allows underscore to be injected
t5/core/init Optional module related to t53-compatibility.js
jquery-library The jQuery library
jquery-noconflict Switches jQuery to no-conflict mode (only present when the infrastructure is "prototype").
jquery A module shim that allows jQuery to be injected (and also switches jQuery to no-conflict mode)
bootstrap.css, tapestry.css, exception-frame.css, tapestry-console.css, tree.css
CSS files
t5/core/[...]
Additional JavaScript modules
jquery
Added if the infrastructure provider is "jquery".
User modules may replace or extend this list.
- setupDefaultContentTypeMappings(MappedConfiguration<String, String>) - Method in class org.apache.tapestry5.modules.AssetsModule
-
Adds content types:
css
text/css
js
text/javascript
jpg, jpeg
image/jpeg
gif
image/gif
png
image/png
svg
image/svg+xml
swf
application/x-shockwave-flash
woff
application/font-woff
tff application/x-font-ttf
eot application/vnd.ms-fontobject
- setupDefaultSymbols(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
-
- setupDisableMinificationByJavaScriptStack(StreamableResourceSource, boolean, JavaScriptStackSource, Request) - Method in class org.apache.tapestry5.modules.AssetsModule
-
- setupFactoryDefaults(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupFoundationFramework(MappedConfiguration<String, Object>, String, Resource, Resource) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupGlobalMessageCatalog(AssetSource, Resource, OrderedConfiguration<Resource>) - Static method in class org.apache.tapestry5.modules.AssetsModule
-
Contributes:
ClientLocalization
A virtual resource of formatting symbols for decimal numbers
Core
Built in messages used by Tapestry's default validators and components
AppCatalog
The Resource defined by
SymbolConstants.APPLICATION_CATALOG
- setupInternalJavaScriptStack(OrderedConfiguration<StackExtension>) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupInvalidation(InvalidationEventHub, InvalidationEventHub, InvalidationEventHub) - Method in class org.apache.tapestry5.internal.pageload.PageLoaderImpl
-
- setupInvalidation(InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.ComponentClassCacheImpl
-
- setupInvalidation(ResourceChangeTracker) - Method in class org.apache.tapestry5.internal.services.javascript.ModuleManagerImpl
-
- setupInvalidation(InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.MetaDataLocatorImpl
-
- setupInvalidation(InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.PageActivationContextCollectorImpl
-
- setupInvalidation(InvalidationEventHub, InvalidationEventHub, InvalidationEventHub, ResourceChangeTracker) - Method in class org.apache.tapestry5.internal.services.PageSourceImpl
-
- setupInvalidation(InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.StringInternerImpl
-
- setupInvalidation(InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
-
- setUpJavaScript() - Method in class org.apache.tapestry5.corelib.components.Errors
-
Hook to set up JavaScript, specifically for handling the close button.
- setupModuleDispatchers(OrderedConfiguration<Dispatcher>, ModuleManager, OperationTracker, ResourceStreamer, PathConstructor, JavaScriptStackSource, JavaScriptStackPathConstructor, LocalizationSetter, String, String) - Static method in class org.apache.tapestry5.modules.JavaScriptModule
-
- setupObjectProviders(OrderedConfiguration<ObjectProvider>, ServiceOverride) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
-
AnnotationBasedContributions
Empty placeholder used to separate annotation-based ObjectProvider contributions (which come before) from
non-annotation based (such as ServiceOverride) which come after.
Value
Supports the
Value
annotation
Symbol
Supports the
Symbol
annotations
Autobuild
Supports the
Autobuild
annotation
ServiceOverride
Allows simple service overrides via the
ServiceOverride
service
(and its configuration)
- setupPartial(String) - Method in class org.apache.tapestry5.internal.services.ajax.AjaxResponseRendererImpl
-
- setupPartial(String) - Method in interface org.apache.tapestry5.services.ajax.AjaxResponseRenderer
-
Initializes partial response rendering by identifying the page "responsible" for the response.
- setupReload(ReloadHelper) - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
-
- setupReload(ReloadHelper) - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
-
- setupReload(ReloadHelper) - Method in class org.apache.tapestry5.internal.services.InternalComponentInvalidationEventHubImpl
-
- SetupRender - Annotation Type in org.apache.tapestry5.annotations
-
Marker annotation for methods that should be executed during the SetupRender phase.
- setupRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
-
Invoked before rendering a component (or its template).
- setupRequestFromURI(String) - Method in class org.apache.tapestry5.test.PageTester
-
- setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider>, SymbolProvider, SymbolProvider) - Static method in class org.apache.tapestry5.ioc.modules.TapestryIOCModule
-
SystemProperties
Exposes JVM System properties as symbols (currently case-sensitive)
EnvironmentVariables
Exposes environment variables as symbols (adding a "env." prefix)
ApplicationDefaults
Values contributed to @
SymbolProvider
@
ApplicationDefaults
FactoryDefaults
Values contributed to @
SymbolProvider
@
FactoryDefaults
- setupSymbols(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.modules.AssetsModule
-
- setupTestableOverrides(MappedConfiguration<Class, Object>, TestableRequest, TestableResponse, ObjectLocator) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
-
- setupTextAssetsAsUTF8(StreamableResourceSource) - Method in class org.apache.tapestry5.modules.AssetsModule
-
Ensures that all "text/*" assets are given the UTF-8 charset.
- setupTranslation(Class<T>, Element, String) - Method in interface org.apache.tapestry5.internal.translator.NumericTranslatorSupport
-
Adds client-side format validation for the field, appropriate to the indicated type.
- setupTranslation(Class<T>, Element, String) - Method in class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
-
- setVersion(int) - Method in class org.apache.tapestry5.CookieBuilder
-
Version 0 complies with the original Netscape cookie specification.
- setVersion(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo
-
- severity - Variable in class org.apache.tapestry5.alerts.Alert
-
- Severity - Enum in org.apache.tapestry5.alerts
-
The severity of an
Alert
, used primarily to control how it is decorated when presented to the user on the client side.
- sharedCacheMode(SharedCacheMode) - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
-
Defines how the persistence provider must use a second-level cache for the persistence unit.
- sharedCacheMode(SharedCacheMode) - Method in interface org.apache.tapestry5.jpa.TapestryPersistenceUnitInfo
-
Defines how the persistence provider must use a second-level cache for the persistence unit.
- shiftKeyDown() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- shiftKeyUp() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- shim - Variable in class org.apache.tapestry5.internal.plastic.FieldHandleImpl
-
- shim - Variable in class org.apache.tapestry5.internal.plastic.MethodHandleImpl
-
- shouldInterceptClassLoading(String) - Method in interface org.apache.tapestry5.internal.plastic.ClassLoaderDelegate
-
Identifies which classes are to be loaded.
- shouldInterceptClassLoading(String) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
-
- shouldInterceptClassLoading(String) - Method in class org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreator
-
- showContextualBanner() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- showContextualBanner(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- showLists(List<T>, List<T>) - Static method in class org.apache.tapestry5.ioc.test.TestUtils
-
Deprecated.
- shutdown() - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
-
- shutdown() - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
-
- shutdown() - Method in interface org.apache.tapestry5.ioc.Registry
-
Shuts down a Registry instance.
- shutdown() - Method in class org.apache.tapestry5.test.PageTester
-
Invoke this method when done using the PageTester; it shuts down the internal
Registry
used by the tester.
- SHUTDOWN_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
ITestContext
attribute holding an instance of
ErrorReporter
, used
to shutdown Selenium and the Web Server at the end of the test.
- shutdownImplementationForReload() - Method in interface org.apache.tapestry5.ioc.ReloadAware
-
- shutdownListenerError(Object, Throwable) - Static method in class org.apache.tapestry5.ioc.internal.services.ServiceMessages
-
- shutdownRegistry() - Method in class org.apache.tapestry5.ioc.junit.TestRegistryManager
-
- shutDownSeleniumServer() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- SIGN - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- SIGN - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- since - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
-
- single() - Method in class org.apache.tapestry5.upload.internal.services.ParameterValue
-
- SingleKeySymbolProvider - Class in org.apache.tapestry5.internal
-
Implementation of
SymbolProvider
that only supports a single key/value pair.
- SingleKeySymbolProvider(String, String) - Constructor for class org.apache.tapestry5.internal.SingleKeySymbolProvider
-
- SINGLETON - Static variable in class org.apache.tapestry5.internal.plastic.EmptyAnnotationAccess
-
- SingletonServiceLifecycle - Class in org.apache.tapestry5.ioc.internal
-
The basic implementation of a service lifecycle, which simply uses the
ObjectCreator
to create an instance of the service when asked.
- SingletonServiceLifecycle() - Constructor for class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
-
- SingleZonePartialRendererFilter - Class in org.apache.tapestry5.internal.services.ajax
-
Responsible for capturing the content for a single zone and storing it into the JSON reply object.
- SingleZonePartialRendererFilter(String, RenderCommand, PageRenderQueue, AjaxFormUpdateController) - Constructor for class org.apache.tapestry5.internal.services.ajax.SingleZonePartialRendererFilter
-
- size() - Method in class org.apache.tapestry5.internal.services.assets.BytestreamCache
-
- size(Object[]) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Returns the size of an object array, or null if the array is empty.
- size(Collection) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
- size() - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
-
- size() - Method in class org.apache.tapestry5.json.JSONArray
-
Returns the number of values in this array.
- size() - Method in class org.apache.tapestry5.json.JSONObject
-
Returns the number of key-value mappings in this JSONObject.
- skippedEntity(String) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- skipWhiteSpace(int, String) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
- sleep(long) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
Sleeps for the indicated number of seconds.
- sort() - Method in interface org.apache.tapestry5.func.Flow
-
Sorts this Flow, forming a new Flow.
- sort(Comparator<T>) - Method in interface org.apache.tapestry5.func.FlowOperations
-
Sorts this flow using the comparator, forming a new flow.
- SORT_ASCENDING_CLASS - Static variable in class org.apache.tapestry5.grid.GridConstants
-
- SORT_DESCENDING_CLASS - Static variable in class org.apache.tapestry5.grid.GridConstants
-
- sortable(boolean) - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
-
Updates sortable and returns the model for further changes.
- Sortable - Annotation Type in org.apache.tapestry5.beaneditor
-
Used to explicitly define whether a property should be considerable sortable or not.
- sortable(boolean) - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
-
- SortConstraint - Class in org.apache.tapestry5.grid
-
Identifies how a single column (identified as a
PropertyModel
) is sorted.
- SortConstraint(PropertyModel, ColumnSort) - Constructor for class org.apache.tapestry5.grid.SortConstraint
-
- sortedKeys(Map) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalCommonsUtils
-
Extracts the string keys from a map and returns them in sorted order.
- sortedKeys(Map) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Extracts the string keys from a map and returns them in sorted order.
- splitAtCommas(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Splits a value around commas.
- splitMixinConstraints(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
- splitPath(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Splits a path at each slash.
- SpringBeanServiceDef - Class in org.apache.tapestry5.internal.spring
-
- SpringBeanServiceDef(String, ApplicationContext) - Constructor for class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
-
- SpringConstants - Class in org.apache.tapestry5.spring
-
Constants used with the Spring integration library.
- SpringConstants() - Constructor for class org.apache.tapestry5.spring.SpringConstants
-
- SpringModule - Class in org.apache.tapestry5.spring.modules
-
Module for Tapestry/Spring Integration.
- SpringModule(Logger) - Constructor for class org.apache.tapestry5.spring.modules.SpringModule
-
- SpringModuleDef - Class in org.apache.tapestry5.internal.spring
-
A wrapper that converts a Spring ApplicationContext
into a set of service definitions,
compatible with
Tapestry 5 IoC, for the beans defined in the context, as well as the context itself.
- SpringModuleDef(ServletContext) - Constructor for class org.apache.tapestry5.internal.spring.SpringModuleDef
-
- SRSCachingInterceptor - Class in org.apache.tapestry5.internal.services.assets
-
- SRSCachingInterceptor(StreamableResourceSource, ResourceChangeTracker) - Constructor for class org.apache.tapestry5.internal.services.assets.SRSCachingInterceptor
-
- SRSCompressedCachingInterceptor - Class in org.apache.tapestry5.internal.services.assets
-
- SRSCompressedCachingInterceptor(StreamableResourceSource, ResourceChangeTracker) - Constructor for class org.apache.tapestry5.internal.services.assets.SRSCompressedCachingInterceptor
-
- SRSCompressingInterceptor - Class in org.apache.tapestry5.internal.services.assets
-
- SRSCompressingInterceptor(StreamableResourceSource, int, AssetChecksumGenerator) - Constructor for class org.apache.tapestry5.internal.services.assets.SRSCompressingInterceptor
-
- SRSMinimizingInterceptor - Class in org.apache.tapestry5.internal.services.assets
-
- SRSMinimizingInterceptor(StreamableResourceSource, ResourceMinimizer) - Constructor for class org.apache.tapestry5.internal.services.assets.SRSMinimizingInterceptor
-
- SSL_PORT_PARAMETER - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
-
XmlTest
parameter holding the web server ssl port.
- Stack<E> - Class in org.apache.tapestry5.ioc.util
-
A simple, streamlined implementation of
Stack
.
- Stack() - Constructor for class org.apache.tapestry5.ioc.util.Stack
-
Normal constructor supporting an initial size of 20.
- Stack(int) - Constructor for class org.apache.tapestry5.ioc.util.Stack
-
- stack(String) - Static method in class org.apache.tapestry5.services.javascript.StackExtension
-
Convenience for defining a STACK.
- STACK_FOLDER - Static variable in class org.apache.tapestry5.internal.services.RequestConstants
-
- StackAssetRequestHandler - Class in org.apache.tapestry5.internal.services.assets
-
- StackAssetRequestHandler(Logger, LocalizationSetter, ResourceStreamer, OperationTracker, JavaScriptStackAssembler, JavaScriptStackSource) - Constructor for class org.apache.tapestry5.internal.services.assets.StackAssetRequestHandler
-
- StackExtension - Class in org.apache.tapestry5.services.javascript
-
- StackExtension(StackExtensionType, String) - Constructor for class org.apache.tapestry5.services.javascript.StackExtension
-
- StackExtensionType - Enum in org.apache.tapestry5.services.javascript
-
Defines the types of extensions to a JavaScript stack that can be contributed to an extensible JavaScript stack.
- StackTraceElementAnalyzer - Interface in org.apache.tapestry5.services
-
- StackTraceElementClassConstants - Class in org.apache.tapestry5.services
-
- StackTraceElementClassConstants() - Constructor for class org.apache.tapestry5.services.StackTraceElementClassConstants
-
- StandardDelegate - Class in org.apache.tapestry5.internal.plastic
-
- StandardDelegate(PlasticClassTransformer...) - Constructor for class org.apache.tapestry5.internal.plastic.StandardDelegate
-
- start() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- start(RegistryShutdownHub) - Method in class org.apache.tapestry5.ioc.internal.services.cron.PeriodicExecutorImpl
-
- start() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
-
- start(String) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
-
- start(Object) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
-
- start() - Method in class org.apache.tapestry5.test.JettyRunner
-
- start() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- start(Object) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- start(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- START_PAGE_NAME - Static variable in class org.apache.tapestry5.SymbolConstants
-
The logical name of the start page, the page that is rendered for the root URL.
- start_return() - Constructor for class org.apache.tapestry5.internal.antlr.PropertyExpressionParser.start_return
-
- startComponent(ComponentResources) - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
-
- startComponent(ComponentResources) - Method in interface org.apache.tapestry5.runtime.RenderQueue
-
Indicates that a component is starting its render.
- StartComponentToken - Class in org.apache.tapestry5.internal.parser
-
The start element of a component within the template.
- StartComponentToken(String, String, String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.StartComponentToken
-
- startDocument() - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- StartElementToken - Class in org.apache.tapestry5.internal.parser
-
The start of an ordinary element within the template (as opposed to
StartComponentToken
,
which represents an active Tapestry token.
- StartElementToken(String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.StartElementToken
-
- startPrefixMapping(String, String) - Method in class org.apache.tapestry5.internal.jpa.PersistenceContentHandler
-
- startSwitch(int, int, SwitchCallback) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- startSwitch(int, int, SwitchCallback) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Starts a switch statement.
- startsWith(String) - Static method in class org.apache.tapestry5.func.F
-
A Predicate factory for matching String elements with a given prefix.
- startsWithIgnoringCase(String) - Static method in class org.apache.tapestry5.func.F
-
- startTryCatch(TryCatchCallback) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- startTryCatch(TryCatchCallback) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Defines the start of a block that can have exception handlers and finally blocks applied.
- Startup - Annotation Type in org.apache.tapestry5.ioc.annotations
-
An annotation that may be placed on a startup method of a module.
- StartupDef - Interface in org.apache.tapestry5.ioc.def
-
Represents a public module method (static or instance) with a
Startup
annotation.
- StartupDefImpl - Class in org.apache.tapestry5.ioc.internal
-
- StartupDefImpl(Method) - Constructor for class org.apache.tapestry5.ioc.internal.StartupDefImpl
-
- startupEarly(EntityManagerManager, boolean) - Static method in class org.apache.tapestry5.jpa.modules.JpaModule
-
- startVariable(String, LocalVariableCallback) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- startVariable(String, LocalVariableCallback) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Starts a block where the given name is active.
- state - Variable in class org.apache.tapestry5.corelib.pages.ExceptionReport.ThreadInfo
-
- state - Variable in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- StaticContext - Class in org.apache.tapestry5.internal.plastic
-
Stores static context information needed by a transformed PlasticClass; this includes data such as
injections.
- StaticContext() - Constructor for class org.apache.tapestry5.internal.plastic.StaticContext
-
- StaticFilesFilter - Class in org.apache.tapestry5.internal.services
-
Identifies requests that are for actual resource files in the context.
- StaticFilesFilter(Context) - Constructor for class org.apache.tapestry5.internal.services.StaticFilesFilter
-
- StaticObjectCreator - Class in org.apache.tapestry5.internal.spring
-
An
ObjectCreator
for a statically identified object (typically, a bean from the
Spring application context).
- StaticObjectCreator(Object, String) - Constructor for class org.apache.tapestry5.internal.spring.StaticObjectCreator
-
- StaticObjectProvider<S> - Class in org.apache.tapestry5.ioc.internal.services
-
Provides a single object of a given type.
- StaticObjectProvider(Class<S>, S) - Constructor for class org.apache.tapestry5.ioc.internal.services.StaticObjectProvider
-
- Stats(double, int, int) - Constructor for class org.apache.tapestry5.internal.structure.Page.Stats
-
- Status - Enum in org.apache.tapestry5.ioc.services
-
Used in
ServiceActivity
to identify the state of the service in terms of its overall lifecycle.
- stop() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
-
- stop() - Method in class org.apache.tapestry5.test.JettyRunner
-
Immediately shuts down the server instance.
- stop() - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- stop() - Method in interface org.apache.tapestry5.test.ServletContainerRunner
-
Stop the container immediately
- stop() - Method in class org.apache.tapestry5.test.TomcatRunner
-
Immediately shuts down the server instance.
- store(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.ComponentActionSink
-
- store(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
-
- store(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
-
- store(String, Object) - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
-
- store(String, Object) - Method in class org.apache.tapestry5.internal.plastic.AnnotationBuilder
-
- store(Object) - Method in class org.apache.tapestry5.internal.plastic.StaticContext
-
Store a context value and return its index.
- store(T, ComponentAction<T>) - Method in interface org.apache.tapestry5.services.FormSupport
-
Stores an action for execution during a later request.
- storeActivePageName(String) - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
-
- storeActivePageName(String) - Method in interface org.apache.tapestry5.services.RequestGlobals
-
Stores the
canonicalized
name of the active page for this request.
- storeAndExecute(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
-
- storeAndExecute(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
-
- storeAndExecute(T, ComponentAction<T>) - Method in interface org.apache.tapestry5.services.FormSupport
-
- storeCancel(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.ComponentActionSink
-
- storeCancel(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
-
- storeCancel(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
-
- storeCancel(T, ComponentAction<T>) - Method in interface org.apache.tapestry5.services.FormSupport
-
Stores an action for execution in a later request when the containing form is canceled.
- storeClassLoaderException(Throwable) - Method in interface org.apache.tapestry5.internal.services.InternalRequestGlobals
-
Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see
TAPESTRY-2399).
- storeClassLoaderException(Throwable) - Method in class org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
-
- storeContext(Context) - Method in class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
-
- storeContext(Context) - Method in interface org.apache.tapestry5.services.ApplicationGlobals
-
- storeElement(Element) - Method in class org.apache.tapestry5.corelib.base.BaseClientElement
-
Invoked (usually from a
BeginRender
phase method) to assign
the element, and clear the clientId (only relevant for components that render in a loop).
- storeExpressionVals(int, String, int) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
-
- storeOpcode - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
-
- storeRenderVariable(String, Object) - Method in interface org.apache.tapestry5.ComponentResources
-
Stores a render variable, accessible with the provided name.
- storeRenderVariable(String, Object) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
-
- storeRequestResponse(Request, Response) - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
-
- storeRequestResponse(Request, Response) - Method in interface org.apache.tapestry5.services.RequestGlobals
-
- storeResult(Object) - Method in class org.apache.tapestry5.internal.services.EventImpl
-
- storeResult(Object) - Method in interface org.apache.tapestry5.runtime.Event
-
Stores a result for the event.
- storeServletContext(ServletContext) - Method in class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
-
- storeServletContext(ServletContext) - Method in interface org.apache.tapestry5.services.ApplicationGlobals
-
- storeServletRequestResponse(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
-
- storeServletRequestResponse(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.tapestry5.services.RequestGlobals
-
Stores the servlet API request and response objects, for access via the properties.
- storeVariable(LocalVariable) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- storeVariable(LocalVariable) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
- StrategyBuilder - Interface in org.apache.tapestry5.ioc.services
-
A service implementation builder that operates around a
StrategyRegistry
, implementing a version of the Gang
of Four Strategy pattern.
- StrategyBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- StrategyBuilderImpl(PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
-
- StrategyRegistry<A> - Class in org.apache.tapestry5.ioc.util
-
A key component in implementing the "Gang of Four" Strategy pattern.
- stream(Resource) - Method in class org.apache.tapestry5.internal.services.assets.ChecksumPath
-
If the resource exists and the checksum is correct, stream it to the client and return true.
- STREAM_ACTIVE_PAGE_CONTENT - Static variable in class org.apache.tapestry5.corelib.components.Form
-
- StreamableResource - Interface in org.apache.tapestry5.services.assets
-
An object, derived from a
Resource
, that can be streamed (ultimately, to a client web browser).
- StreamableResourceImpl - Class in org.apache.tapestry5.internal.services.assets
-
- StreamableResourceImpl(String, ContentType, CompressionStatus, long, BytestreamCache, AssetChecksumGenerator, ResponseCustomizer) - Constructor for class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
-
- StreamableResourceProcessing - Enum in org.apache.tapestry5.services.assets
-
- StreamableResourceSource - Interface in org.apache.tapestry5.services.assets
-
- StreamableResourceSourceImpl - Class in org.apache.tapestry5.internal.services.assets
-
- StreamableResourceSourceImpl(Map<String, ResourceTransformer>, ContentTypeAnalyzer, CompressionAnalyzer, ResourceChangeTracker, AssetChecksumGenerator) - Constructor for class org.apache.tapestry5.internal.services.assets.StreamableResourceSourceImpl
-
- streamFor(Key) - Static method in class org.apache.tapestry5.internal.util.MacOutputStream
-
- StreamPageContent - Class in org.apache.tapestry5.services
-
An event handler method may return an instance of this class to trigger the rendering
of a particular page without causing a redirect to that page; the rendering takes place as part
of the original component event request, thus forming the opposite of Tapestry's normal
redirect-after-event behavior.
- StreamPageContent() - Constructor for class org.apache.tapestry5.services.StreamPageContent
-
- StreamPageContent(Class<?>) - Constructor for class org.apache.tapestry5.services.StreamPageContent
-
Renders the page using an empty page activation context.
- StreamPageContent(Class<?>, Object...) - Constructor for class org.apache.tapestry5.services.StreamPageContent
-
Renders the page using the supplied page activation context.
- StreamPageContentResultProcessor - Class in org.apache.tapestry5.internal.services
-
Used to trigger the rendering of a particular page without causing a redirect to that page.
- StreamPageContentResultProcessor(PageRenderRequestHandler, ComponentClassResolver, TypeCoercer, RequestGlobals, Request) - Constructor for class org.apache.tapestry5.internal.services.StreamPageContentResultProcessor
-
- streamResource(Resource, String, Set<ResourceStreamer.Options>) - Method in interface org.apache.tapestry5.internal.services.ResourceStreamer
-
- streamResource(StreamableResource, String, Set<ResourceStreamer.Options>) - Method in interface org.apache.tapestry5.internal.services.ResourceStreamer
-
Streams a resource that has been assembled elsewhere.
- streamResource(Resource, String, Set<ResourceStreamer.Options>) - Method in class org.apache.tapestry5.internal.services.ResourceStreamerImpl
-
- streamResource(StreamableResource, String, Set<ResourceStreamer.Options>) - Method in class org.apache.tapestry5.internal.services.ResourceStreamerImpl
-
- streamResource(Resource, StreamableResource, String, Set<ResourceStreamer.Options>) - Method in class org.apache.tapestry5.internal.services.ResourceStreamerImpl
-
- StreamResponse - Interface in org.apache.tapestry5
-
An alternate response from a component event handler method used to directly provide a stream of data to be sent to
the client, rather than indicating what page to send a render redirect request to.
- StreamResponseResultProcessor - Class in org.apache.tapestry5.internal.services
-
- StreamResponseResultProcessor(Response) - Constructor for class org.apache.tapestry5.internal.services.StreamResponseResultProcessor
-
- streamTo(OutputStream) - Method in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
-
- streamTo(OutputStream) - Method in interface org.apache.tapestry5.services.assets.StreamableResource
-
Streams the resource's content to the provided stream.
- STRICT_CSS_URL_REWRITING - Static variable in class org.apache.tapestry5.SymbolConstants
-
Defines whether
CSSURLRewriter
will throw an exception when a CSS file
references an URL which doesn't exist.
- STRING - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- STRING - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- StringInterner - Interface in org.apache.tapestry5.internal.services
-
Creates "interned" strings that are unique for the same content.
- StringInternerImpl - Class in org.apache.tapestry5.internal.services
-
- StringInternerImpl() - Constructor for class org.apache.tapestry5.internal.services.StringInternerImpl
-
- StringLocation - Class in org.apache.tapestry5.ioc.internal.services
-
Implementation of
Location
used when the underlying resource isn't really known.
- StringLocation(String, int) - Constructor for class org.apache.tapestry5.ioc.internal.services.StringLocation
-
- StringProvider - Interface in org.apache.tapestry5.internal.services
-
Interface used when assembling an attribute value that contains expansions.
- StringRenderable - Class in org.apache.tapestry5.internal.util
-
- StringRenderable(String) - Constructor for class org.apache.tapestry5.internal.util.StringRenderable
-
- StringToEnumCoercion<T extends Enum> - Class in org.apache.tapestry5.util
-
A
Coercion
for converting strings into an instance of a particular
enumerated type.
- StringToEnumCoercion(Class<T>) - Constructor for class org.apache.tapestry5.util.StringToEnumCoercion
-
- StringToEnumCoercion(Class<T>, T...) - Constructor for class org.apache.tapestry5.util.StringToEnumCoercion
-
- StringToJSONArray - Class in org.apache.tapestry5.internal.json
-
- StringToJSONArray() - Constructor for class org.apache.tapestry5.internal.json.StringToJSONArray
-
- StringToJSONObject - Class in org.apache.tapestry5.internal.json
-
- StringToJSONObject() - Constructor for class org.apache.tapestry5.internal.json.StringToJSONObject
-
- StringTranslator - Class in org.apache.tapestry5.internal.translator
-
- StringTranslator() - Constructor for class org.apache.tapestry5.internal.translator.StringTranslator
-
- StringValueEncoder - Class in org.apache.tapestry5.internal.services
-
Passes the string value from the server to the client and vice-versa without any translation.
- StringValueEncoder() - Constructor for class org.apache.tapestry5.internal.services.StringValueEncoder
-
- stringValueOf() - Static method in class org.apache.tapestry5.func.F
-
- stripLeadingPlus() - Method in class org.apache.tapestry5.internal.antlr.BaseLexer
-
- stripMemberName(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalCommonsUtils
-
Strips leading "_" and "$" and trailing "_" from the name.
- stripMemberName(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Strips leading "_" and "$" and trailing "_" from the name.
- stub_contains(Messages, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
-
Deprecated.
- stub_isDebugEnabled(Logger, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
-
Deprecated.
- stylesheet(String) - Static method in class org.apache.tapestry5.services.javascript.StackExtension
-
Convenience for defining a STYLESHEET.
- StylesheetLink - Class in org.apache.tapestry5.services.javascript
-
Captures the information needed to create a stylesheet link in the final
Document
, or
as part of a JSON partial page render response.
- StylesheetLink(Asset) - Constructor for class org.apache.tapestry5.services.javascript.StylesheetLink
-
- StylesheetLink(Asset, StylesheetOptions) - Constructor for class org.apache.tapestry5.services.javascript.StylesheetLink
-
- StylesheetLink(String) - Constructor for class org.apache.tapestry5.services.javascript.StylesheetLink
-
- StylesheetLink(String, StylesheetOptions) - Constructor for class org.apache.tapestry5.services.javascript.StylesheetLink
-
- StylesheetOptions - Class in org.apache.tapestry5.services.javascript
-
Provides options to describe options associated with importing a stylesheet onto a page.
- StylesheetOptions() - Constructor for class org.apache.tapestry5.services.javascript.StylesheetOptions
-
Returns a new options object with media as null (that is, unspecified), no condition, and not the Ajax insertion point.
- StylesheetOptions(String) - Constructor for class org.apache.tapestry5.services.javascript.StylesheetOptions
-
- StylesheetOptions(String, String) - Constructor for class org.apache.tapestry5.services.javascript.StylesheetOptions
-
- Submit - Class in org.apache.tapestry5.corelib.components
-
Corresponds to <input type="submit"> or <input type="image">, a client-side element that can force the
enclosing form to submit.
- Submit() - Constructor for class org.apache.tapestry5.corelib.components.Submit
-
- SUBMIT - Static variable in class org.apache.tapestry5.EventConstants
-
Event type for a notification after the form has submitted.
- SUBMIT - Static variable in class org.apache.tapestry5.test.SeleniumTestCase
-
- submit(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
-
- submitForm(Element, Map<String, String>) - Method in class org.apache.tapestry5.test.PageTester
-
Simulates a submission of the form specified.
- submitFormAndReturnResponse(Element, Map<String, String>) - Method in class org.apache.tapestry5.test.PageTester
-
Simulates a submission of the form specified.
- SubmitMode - Enum in org.apache.tapestry5.corelib
-
Defines the client and server-side behavior of a
Submit
or
LinkSubmit
component.
- SubmitNotifier - Class in org.apache.tapestry5.corelib.components
-
A non visual component used to provide notifications to its container during a form submission.
- SubmitNotifier() - Constructor for class org.apache.tapestry5.corelib.components.SubmitNotifier
-
- SUBMITTING_ELEMENT_ID - Static variable in class org.apache.tapestry5.corelib.components.Form
-
Used by
Submit
, etc., to identify which particular client-side element (by element id)
was responsible for the submission.
- SubModule - Annotation Type in org.apache.tapestry5.ioc.annotations
-
- SUBPACKAGES - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
The names of the standard controlled subpackages.
- success(String) - Method in interface org.apache.tapestry5.alerts.AlertManager
-
- SUCCESS - Static variable in class org.apache.tapestry5.EventConstants
-
Event type for a notification after the form has submitted, when there are no errors in the
validation tracker.
- success(String) - Method in class org.apache.tapestry5.internal.alerts.AlertManagerImpl
-
- SuccessMethodInvocationResult - Class in org.apache.tapestry5.internal.plastic
-
A successful method invocation; one that did not throw a checked exception.
- SuccessMethodInvocationResult(Object) - Constructor for class org.apache.tapestry5.internal.plastic.SuccessMethodInvocationResult
-
- SUM_INTS - Static variable in class org.apache.tapestry5.func.F
-
A Reducer that operates on a Flow of Integers and is used to sum the values.
- SUPPORTED_LOCALES - Static variable in class org.apache.tapestry5.SymbolConstants
-
The list of locales supported by the application; locales identified in the incoming request are "narrowed" to
one of these values.
- SupportsInformalParameters - Annotation Type in org.apache.tapestry5.annotations
-
Used to identify a component that can support informal parameters.
- SupportsInformalParametersWorker - Class in org.apache.tapestry5.internal.transform
-
- SupportsInformalParametersWorker() - Constructor for class org.apache.tapestry5.internal.transform.SupportsInformalParametersWorker
-
- SUPPRESS_COMPRESSION - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Request attribute key; if non-null, then automatic GZIP compression of response stream is
suppressed.
- SUPPRESS_CORE_STYLESHEETS - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Used to suppress the stylesheets from the 'core' stack; this is used on certain pages
that want to work around application-specific overrides to the core stack stylesheets.
- SUPPRESS_NAMESPACED_IDS - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Name of request parameter that suppresses the logic that injects a random-ish namespace into allocated ids when rending partial page
responses.
- swap() - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- swap() - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Swaps the top element of the stack with the next element down.
- SwitchBlock - Interface in org.apache.tapestry5.plastic
-
Support for building the equivalent of a Java switch statement.
- SwitchBlockImpl - Class in org.apache.tapestry5.internal.plastic
-
- SwitchCallback - Interface in org.apache.tapestry5.plastic
-
A callback used by a
SwitchBlock
to manage the generation of code.
- SYMBOL - Static variable in class org.apache.tapestry5.BindingConstants
-
References a value of a symbol.
- Symbol - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Used to inject a symbol value, via a symbol name.
- SymbolBeanFactoryPostProcessor - Class in org.apache.tapestry5.internal.spring
-
- SymbolBeanFactoryPostProcessor(SymbolSource) - Constructor for class org.apache.tapestry5.internal.spring.SymbolBeanFactoryPostProcessor
-
- SymbolBindingFactory - Class in org.apache.tapestry5.internal.bindings
-
- SymbolBindingFactory(SymbolSource) - Constructor for class org.apache.tapestry5.internal.bindings.SymbolBindingFactory
-
- SymbolConstants - Class in org.apache.tapestry5
-
Defines the names of symbols used to configure Tapestry.
- SymbolConstants() - Constructor for class org.apache.tapestry5.SymbolConstants
-
- SymbolObjectProvider - Class in org.apache.tapestry5.ioc.internal.services
-
Performs an injection based on a
Symbol
annotation.
- SymbolObjectProvider(SymbolSource, TypeCoercer) - Constructor for class org.apache.tapestry5.ioc.internal.services.SymbolObjectProvider
-
- SymbolProvider - Interface in org.apache.tapestry5.ioc.services
-
A provider of values for symbols, used by the
SymbolSource
service.
- symbols - Variable in class org.apache.tapestry5.internal.translator.BigTypesFormatter
-
- SymbolSource - Interface in org.apache.tapestry5.ioc.services
-
Used to manage symbols, configuration properties whose value is evaluated at runtime.
- SymbolSourceImpl - Class in org.apache.tapestry5.ioc.internal.services
-
- SymbolSourceImpl(List<SymbolProvider>) - Constructor for class org.apache.tapestry5.ioc.internal.services.SymbolSourceImpl
-
- SYNCHRONIZE_VALUES - Static variable in class org.apache.tapestry5.EventConstants
-
Event triggered by the
Loop
component to
inform its container of
all the values that were supplied from the client during a form submission.
- synpred12_PropertyExpressionParser() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred12_PropertyExpressionParser_fragment() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred13_PropertyExpressionParser() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred13_PropertyExpressionParser_fragment() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred2_PropertyExpressionParser() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred2_PropertyExpressionParser_fragment() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred3_PropertyExpressionParser() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred3_PropertyExpressionParser_fragment() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred4_PropertyExpressionParser() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- synpred4_PropertyExpressionParser_fragment() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- SyntheticModuleDef - Class in org.apache.tapestry5.internal
-
A synthetic module definition, used to mix in some additional "pre-built" service configuration contributions.
- SyntheticModuleDef(ContributionDef...) - Constructor for class org.apache.tapestry5.internal.SyntheticModuleDef
-
- SyntheticStackTraceElementAnalyzer - Class in org.apache.tapestry5.internal.services
-
Identifies any code associated with line 1 as omitted (i.e., it's a synthetic
method related to an inner class).
- SyntheticStackTraceElementAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.SyntheticStackTraceElementAnalyzer
-
- SyntheticSymbolSourceContributionDef - Class in org.apache.tapestry5.internal
-
Makes a contribution to the SymbolSource service configuration.
- SyntheticSymbolSourceContributionDef(String, SymbolProvider, String...) - Constructor for class org.apache.tapestry5.internal.SyntheticSymbolSourceContributionDef
-
- SystemEnvSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
-
Provides case insensitive access to environment variables.
- SystemEnvSymbolProvider() - Constructor for class org.apache.tapestry5.ioc.internal.services.SystemEnvSymbolProvider
-
- systemId - Variable in class org.apache.tapestry5.internal.parser.DTDToken
-
- systemId - Variable in class org.apache.tapestry5.internal.services.DTDData
-
- SystemPropertiesSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
-
Obtains symbol values from JVM System properties.
- SystemPropertiesSymbolProvider() - Constructor for class org.apache.tapestry5.ioc.internal.services.SystemPropertiesSymbolProvider
-