Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentClassResolver |
ClassResultProcessor(ComponentClassResolver resolver,
RequestPageCache requestPageCache,
ActionRenderResponseGenerator generator)
|
ComponentEventLinkEncoderImpl(ComponentClassResolver componentClassResolver,
ContextPathEncoder contextPathEncoder,
LocalizationSetter localizationSetter,
Request request,
Response response,
RequestSecurityManager requestSecurityManager,
BaseURLSource baseURLSource,
PersistentLocale persistentLocale,
boolean encodeLocaleIntoPath,
String applicationFolder,
MetaDataLocator metaDataLocator,
ClientWhitelist clientWhitelist)
|
ComponentInstantiatorSourceImpl(org.slf4j.Logger logger,
LoggerSource loggerSource,
PlasticProxyFactory proxyFactory,
ComponentClassTransformWorker2 transformerChain,
ClasspathURLConverter classpathURLConverter,
OperationTracker tracker,
Map<String,ControlledPackageType> configuration,
boolean productionMode,
ComponentClassResolver resolver,
InternalComponentInvalidationEventHub invalidationHub)
|
ComponentModelSourceImpl(ComponentClassResolver resolver,
ComponentInstantiatorSource source)
|
ComponentSourceImpl(RequestPageCache pageCache,
ComponentClassResolver resolver,
RequestGlobals globals)
|
LinkDecorationListener(ComponentClassResolver resolver,
ComponentSource componentSource,
ComponentModelSource modelSource)
|
LinkSourceImpl(PageRenderQueue pageRenderQueue,
PageActivationContextCollector contextCollector,
TypeCoercer typeCoercer,
ComponentClassResolver resolver,
ComponentEventLinkEncoder linkEncoder,
RequestGlobals requestGlobals,
RequestPageCache pageCache,
List<LinkCreationListener2> configuration)
|
NonPoolingRequestPageCacheImpl(org.slf4j.Logger logger,
ComponentClassResolver resolver,
PageSource pageSource)
|
PageRenderLinkSourceImpl(LinkSource linkSource,
ComponentClassResolver resolver)
|
RootPathDispatcher(ComponentClassResolver componentClassResolver,
ComponentRequestHandler handler,
String startPageName,
LocalizationSetter localizationSetter)
|
StreamPageContentResultProcessor(PageRenderRequestHandler handler,
ComponentClassResolver resolver,
TypeCoercer typeCoercer)
|
Methods in org.apache.tapestry5.services with parameters of type ComponentClassResolver |
static void |
TapestryModule.addMappingsForLibraryVirtualFolders(MappedConfiguration<String,String> configuration,
ComponentClassResolver resolver)
|
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. |
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.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
|