|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderedConfiguration | |
---|---|
org.apache.tapestry5.beanvalidator | Support for JSR-303 Bean Validation via the Hibernate validator implementation |
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal | [INTERNAL USE ONLY] internal support classes; API subject to change. |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.internal.test | [INTERNAL USE ONLY] testing support implementation classes; API subject to change |
org.apache.tapestry5.ioc.def | Tapestry IOC service definitions |
org.apache.tapestry5.ioc.internal | [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.ioc.test | Classes supporting testing of Tapestry IOC services |
org.apache.tapestry5.jpa | Provides support for simple CRUD applications built on top of Tapestry and JPA |
org.apache.tapestry5.kaptcha.services | Services supporting the Kaptcha (CAPTCHA) component |
org.apache.tapestry5.services | Core services |
org.apache.tapestry5.spring | Integration of Tapestry with the Spring Inversion Of Control Container |
org.apache.tapestry5.upload.services | Services for the Tapestry-upload module |
Uses of OrderedConfiguration in org.apache.tapestry5.beanvalidator |
---|
Methods in org.apache.tapestry5.beanvalidator with parameters of type OrderedConfiguration | |
---|---|
static void |
BeanValidatorModule.addWorker(OrderedConfiguration<ComponentClassTransformWorker2> configuration)
|
static void |
BeanValidatorModule.contributeBeanValidatorSource(OrderedConfiguration<BeanValidatorConfigurer> configuration,
ThreadLocale threadLocale)
|
Uses of OrderedConfiguration in org.apache.tapestry5.hibernate |
---|
Methods in org.apache.tapestry5.hibernate with parameters of type OrderedConfiguration | |
---|---|
static void |
HibernateCoreModule.contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config,
HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name |
static void |
HibernateCoreModule.contributeRegistryStartup(OrderedConfiguration<Runnable> configuration,
boolean earlyStartup,
HibernateSessionSource sessionSource)
|
static void |
HibernateModule.provideCommitAfterAnnotationSupport(OrderedConfiguration<ComponentClassTransformWorker2> configuration)
Adds the CommitAfter annotation work, to process the CommitAfter annotation. |
Uses of OrderedConfiguration in org.apache.tapestry5.internal |
---|
Methods in org.apache.tapestry5.internal with parameters of type OrderedConfiguration | |
---|---|
void |
AbstractContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
OrderedConfiguration configuration)
|
void |
SyntheticSymbolSourceContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
OrderedConfiguration configuration)
|
Uses of OrderedConfiguration in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services with parameters of type OrderedConfiguration | |
---|---|
static void |
InternalModule.contributeLinkSource(OrderedConfiguration<LinkCreationListener2> configuration)
Contributes: LinkDecoration (instance of LinkDecorationListener )
Triggers events for notifications about links
|
Uses of OrderedConfiguration in org.apache.tapestry5.internal.test |
---|
Methods in org.apache.tapestry5.internal.test with parameters of type OrderedConfiguration | |
---|---|
static void |
PageTesterModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration)
|
static void |
PageTesterModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration)
|
Uses of OrderedConfiguration in org.apache.tapestry5.ioc.def |
---|
Methods in org.apache.tapestry5.ioc.def with parameters of type OrderedConfiguration | |
---|---|
void |
ContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
OrderedConfiguration configuration)
Performs the work needed to contribute into the ordered configuration. |
Uses of OrderedConfiguration in org.apache.tapestry5.ioc.internal |
---|
Classes in org.apache.tapestry5.ioc.internal that implement OrderedConfiguration | |
---|---|
class |
ValidatingOrderedConfigurationWrapper<T>
Wraps a List as a OrderedConfiguration , implementing validation of
values provided to an OrderedConfiguration . |
Methods in org.apache.tapestry5.ioc.internal with parameters of type OrderedConfiguration | |
---|---|
void |
ContributionDefImpl.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
OrderedConfiguration configuration)
|
Uses of OrderedConfiguration in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services with parameters of type OrderedConfiguration | |
---|---|
static void |
TapestryIOCModule.setupObjectProviders(OrderedConfiguration<ObjectProvider> configuration,
ServiceOverride serviceOverride)
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)
|
static void |
TapestryIOCModule.setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider> configuration,
SymbolProvider applicationDefaults,
SymbolProvider factoryDefaults)
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
|
Uses of OrderedConfiguration in org.apache.tapestry5.ioc.test |
---|
Methods in org.apache.tapestry5.ioc.test that return OrderedConfiguration | ||
---|---|---|
protected
|
IOCTestCase.mockOrderedConfiguration()
|
Uses of OrderedConfiguration in org.apache.tapestry5.jpa |
---|
Methods in org.apache.tapestry5.jpa with parameters of type OrderedConfiguration | |
---|---|
static void |
JpaModule.provideClassTransformWorkers(OrderedConfiguration<ComponentClassTransformWorker2> configuration)
|
static void |
JpaModule.provideObjectProviders(OrderedConfiguration<ObjectProvider> configuration)
|
Uses of OrderedConfiguration in org.apache.tapestry5.kaptcha.services |
---|
Methods in org.apache.tapestry5.kaptcha.services with parameters of type OrderedConfiguration | |
---|---|
static void |
KaptchaModule.contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer> configuration)
|
static void |
KaptchaModule.provideLibraryMessages(OrderedConfiguration<Resource> configuration,
Resource coreCatalog)
|
Uses of OrderedConfiguration in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services with parameters of type OrderedConfiguration | |
---|---|
static void |
TapestryModule.contributeAjaxComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter> configuration)
Contributes: AjaxFormUpdate AjaxFormUpdateFilter
|
void |
TapestryModule.contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter> configuration,
TypeCoercer typeCoercer,
ComponentClassResolver componentClassResolver,
InvalidationEventHub invalidationEventHub,
RestoreDirtySessionObjects restoreDirtySessionObjects)
Adds a listener to the ComponentInstantiatorSource that clears the
PropertyAccess and TypeCoercer caches on
a class loader invalidation. |
void |
TapestryModule.contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter> configuration,
RequestSecurityManager requestSecurityManager,
ComponentEventRequestHandler ajaxHandler)
Contributes filters: Ajax Determines if the request is Ajax oriented, and redirects to an alternative handler if so ImmediateRender When immediate action response rendering is enabled, generates the markup response (instead of a page redirect response, which is the normal behavior) Secure Sends a redirect if an non-secure request accesses a secure page |
static void |
TapestryModule.contributeComponentMessagesSource(AssetSource assetSource,
Resource applicationCatalog,
OrderedConfiguration<Resource> configuration)
Contributes: AppCatalog The Resource defined by SymbolConstants.APPLICATION_CATALOG
ValidationMessages
Messages used by validators (before:AppCatalog)
|
void |
TapestryModule.contributeComponentRequestHandler(OrderedConfiguration<ComponentRequestFilter> configuration)
Contributes: InitializeActivePageName InitializeActivePageName
|
static void |
TapestryModule.contributeComponentTemplateLocator(OrderedConfiguration<ComponentTemplateLocator> configuration,
AssetFactory contextAssetFactory,
String applicationFolder,
ComponentClassResolver componentClassResolver)
Contributes two template locators: Default Searches for the template on the classpath ( DefaultTemplateLocator
Page
Searches for page templates in the context (PageTemplateLocator )
|
static void |
TapestryModule.contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer> configuration,
DataTypeAnalyzer defaultDataTypeAnalyzer)
Annotation Checks for DataType annotation
Default (ordered last)
DefaultDataTypeAnalyzer service (
TapestryModule.contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) )
|
void |
TapestryModule.contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration,
boolean gzipCompressionEnabled,
GZipFilter gzipFilter,
HttpServletRequestFilter ignoredPathsFilter)
StoreIntoGlobals Stores the request and response into RequestGlobals at the start of the
pipeline
IgnoredPaths
Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other
applications
GZip
Handles GZIP compression of response streams (if supported by client) |
void |
TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration,
boolean omitGeneratorMeta,
String tapestryVersion,
boolean compactJSON,
SymbolSource symbolSource,
AssetSource assetSource,
JavaScriptStackSource javascriptStackSource,
JavaScriptStackPathConstructor javascriptStackPathConstructor,
ValidationDecoratorFactory validationDecoratorFactory,
Asset defaultStylesheet)
Adds page render filters, each of which provides an Environmental
service. |
static void |
TapestryModule.contributeMasterDispatcher(OrderedConfiguration<Dispatcher> configuration,
Dispatcher assetDispatcher)
The MasterDispatcher is a chain-of-command of individual Dispatchers, each handling (like a servlet) a particular kind of incoming request. |
static void |
TapestryModule.contributeMasterObjectProvider(OrderedConfiguration<ObjectProvider> configuration,
ObjectProvider assetObjectProvider,
ObjectLocator locator)
Contributes two object providers: Asset Checks for the Path annotation, and injects an Asset
Service
Injects based on the Service annotation, if present
ApplicationMessages
Injects the global application messages
|
static void |
TapestryModule.contributeMasterStackTraceElementAnalyzer(OrderedConfiguration<StackTraceElementAnalyzer> configuration)
Contributes: Application Checks for classes in the application package Proxies Checks for classes that appear to be generated proxies. SunReflect Checks for sun.reflect (which are omitted)
TapestryAOP
Omits stack frames for classes related to Tapestry AOP (such as advice, etc.)
OperationTracker
Omits stack frames related to OperationTracker
|
void |
TapestryModule.contributePageRenderRequestHandler(OrderedConfiguration<PageRenderRequestFilter> configuration,
RequestSecurityManager securityManager)
Contributes a single filter, "Secure", which checks for non-secure requests that access secure pages. |
void |
TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration,
ValidationDecoratorFactory validationDecoratorFactory,
JavaScriptStackSource javascriptStackSource,
JavaScriptStackPathConstructor javascriptStackPathConstructor,
SymbolSource symbolSource,
AssetSource assetSource)
Contributes PartialMarkupRendererFilter s used when rendering a
partial Ajax response. |
void |
TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration,
Context context,
boolean productionMode)
Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (see CheckForUpdatesFilter ). |
static void |
TapestryModule.contributeValidationConstraintGenerator(OrderedConfiguration<ValidationConstraintGenerator> configuration)
Adds built-in constraint generators: PrimtiveField -- primitive fields are always required ValidateAnnotation -- adds constraints from a Validate annotation
|
static void |
TapestryModule.defaultWhitelist(OrderedConfiguration<WhitelistAnalyzer> configuration)
Contributes a single default analyzer: LocalhostOnly Identifies requests from localhost as on client whitelist |
static void |
TapestryModule.provideStandardInjectionProviders(OrderedConfiguration<InjectionProvider2> configuration,
SymbolSource symbolSource,
AssetSource assetSource)
Default based on MasterObjectProvider
Named Handles fields with the Named annotation
Block
injects fields of type Block
CommonResources
Access to properties of resources (log, messages, etc.)
Asset
injection of assets (triggered via Path annotation), with the path relative to the component class
Service
Ordered last, for use when Inject is present and nothing else works, matches field type against Tapestry IoC
services
|
static void |
TapestryModule.provideTransformWorkers(OrderedConfiguration<ComponentClassTransformWorker2> configuration,
MetaWorker metaWorker,
ComponentClassResolver resolver)
Adds a number of standard component class transform workers: Parameter Identifies parameters based on the Parameter annotation
BindParameter
Support for the BindParameter annotation
Property
Generates accessor methods if Property annotation is present
Import
Supports the Import annotation
UnclaimedField
Manages unclaimed fields, storing their value in a PerThreadValue
OnEvent
Handle the @OnEvent annotation, and related naming convention
RenderCommand
Ensures all components also implement RenderCommand
SupportsInformalParameters
Checks for the annotation
RenderPhase
Link in render phase methods
Retain
Allows fields to retain their values between requests
Meta
Checks for meta data annotations and adds it to the component model
PageActivationContext Support for PageActivationContext annotation
DiscardAfter Support for DiscardAfter method annotation
MixinAfter Support for the MixinAfter mixin class annotation
PageReset
Checks for the PageReset annotation
Mixin
Adds a mixin as part of a component's implementation
Cached
Checks for the Cached annotation
ActivationRequestParameter
Support for the ActivationRequestParameter annotation
PageLoaded, PageAttached, PageDetached
Support for annotations PageLoaded , PageAttached , PageDetached
InjectService
Handles the InjectService annotation
Component
Defines embedded components based on the Component annotation
Environment
Allows fields to contain values extracted from the Environment service
ApplicationState
Converts fields that reference application state objects
Persist
Allows fields to store their their value persistently between requests via Persist
SessionAttribute
Support for the SessionAttribute
Log
Checks for the Log annotation
HeartbeatDeferred
Support for the HeartbeatDeferred annotation, which defers method invocation to the end of the Heartbeat
Inject
Used with the Inject annotation, when a value is supplied
|
Uses of OrderedConfiguration in org.apache.tapestry5.spring |
---|
Methods in org.apache.tapestry5.spring with parameters of type OrderedConfiguration | |
---|---|
static void |
SpringModule.addSymbolSourceAsPropertyCustomizerForSpringBeans(OrderedConfiguration<ApplicationContextCustomizer> configuration,
SymbolSource symbolSource)
|
void |
SpringModule.reportSpringContextDetailsAtStartup(OrderedConfiguration<ApplicationInitializerFilter> configuration,
org.springframework.context.ApplicationContext springContext)
|
Uses of OrderedConfiguration in org.apache.tapestry5.upload.services |
---|
Methods in org.apache.tapestry5.upload.services with parameters of type OrderedConfiguration | |
---|---|
static void |
UploadModule.contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter> configuration)
Adds UploadException to the pipeline, between Secure and Ajax (both provided by TapestryModule). |
static void |
UploadModule.contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration,
MultipartDecoder multipartDecoder)
Contributes a filter, "MultipartFilter" after "IgnoredPaths". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |