Uses of Class
org.apache.tapestry5.ioc.annotations.Symbol

Packages that use Symbol
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal.bindings   
org.apache.tapestry5.internal.gzip   
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.services   
org.apache.tapestry5.upload.internal.services   
org.apache.tapestry5.upload.services   
 

Uses of Symbol in org.apache.tapestry5.hibernate
 

Method parameters in org.apache.tapestry5.hibernate with annotations of type Symbol
static void HibernateModule.contributeHibernateEntityPackageManager(Configuration<String> configuration, String appRootPackage)
          Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.
static void HibernateCoreModule.contributeRegistryStartup(OrderedConfiguration<Runnable> configuration, boolean earlyStartup, HibernateSessionSource sessionSource)
           
static void HibernateModule.contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
          Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
 

Uses of Symbol in org.apache.tapestry5.internal.bindings
 

Constructor parameters in org.apache.tapestry5.internal.bindings with annotations of type Symbol
AssetBindingFactory(AssetSource source, boolean forceAbsoluteURIs)
           
 

Uses of Symbol in org.apache.tapestry5.internal.gzip
 

Constructor parameters in org.apache.tapestry5.internal.gzip with annotations of type Symbol
GZipFilter(int cutover, ResponseCompressionAnalyzer analyzer)
           
 

Uses of Symbol in org.apache.tapestry5.internal.hibernate
 

Constructor parameters in org.apache.tapestry5.internal.hibernate with annotations of type Symbol
DefaultHibernateConfigurer(boolean defaultConfiguration)
           
 

Uses of Symbol in org.apache.tapestry5.internal.services
 

Method parameters in org.apache.tapestry5.internal.services with annotations of type Symbol
static ActionRenderResponseGenerator InternalModule.buildActionRenderResponseGenerator(boolean immediateMode, ObjectLocator locator)
          Chooses one of two implementations, based on the configured mode.
 ComponentMessagesSource InternalModule.buildComponentMessagesSource(AssetFactory contextAssetFactory, String appCatalog)
           
 

Constructor parameters in org.apache.tapestry5.internal.services with annotations of type Symbol
AjaxPartialResponseRendererImpl(MarkupWriterFactory factory, Request request, Response response, PartialMarkupRenderer partialMarkupRenderer, String outputEncoding)
           
AssetDispatcher(ResourceStreamer streamer, ClasspathAssetAliasManager aliasManager, ResourceCache resourceCache, String applicationVersion, AssetFactory contextAssetFactory)
           
ComponentClassResolverImpl(org.slf4j.Logger logger, ComponentInstantiatorSource componentInstantiatorSource, ClassNameLocator classNameLocator, String appRootPackage, Collection<LibraryMapping> mappings)
           
ContextAssetFactory(Request request, Context context, RequestPathOptimizer optimizer, String applicationVersion)
           
CookiesImpl(Request request, CookieSource cookieSource, CookieSink cookieSink, long defaultMaxAge)
           
DefaultRequestExceptionHandler(RequestPageCache pageCache, PageResponseRenderer renderer, org.slf4j.Logger logger, String pageName, Response response)
           
JSONArrayEventResultProcessor(Response response, String outputEncoding)
           
JSONObjectEventResultProcessor(Response response, String outputEncoding)
           
LocalizationSetterImpl(PersistentLocale persistentLocale, ThreadLocale threadLocale, String acceptedLocaleNames)
           
PageContentTypeAnalyzerImpl(MetaDataLocator metaDataLocator, String outputCharset)
           
PagePoolImpl(org.slf4j.Logger logger, PageLoader pageLoader, ThreadLocale threadLocale, int softLimit, long softWait, int hardLimit, long activeWindow)
           
PagePoolImpl(org.slf4j.Logger logger, PageLoader pageLoader, ThreadLocale threadLocale, int softLimit, long softWait, int hardLimit, long activeWindow)
           
PagePoolImpl(org.slf4j.Logger logger, PageLoader pageLoader, ThreadLocale threadLocale, int softLimit, long softWait, int hardLimit, long activeWindow)
           
PagePoolImpl(org.slf4j.Logger logger, PageLoader pageLoader, ThreadLocale threadLocale, int softLimit, long softWait, int hardLimit, long activeWindow)
           
RequestPathOptimizerImpl(Request request, boolean forceAbsolute)
           
ResourceStreamerImpl(Request request, Response response, ResourceCache resourceCache, Map<String,String> configuration, ResponseCompressionAnalyzer analyzer, int compressionCutoff)
           
RootPathDispatcher(ComponentClassResolver componentClassResolver, PageRenderRequestHandler handler, String startPageName)
           
TemplateParserImpl(org.slf4j.Logger logger, Map<String,URL> configuration, boolean compressWhitespaceDefault)
           
 

Uses of Symbol in org.apache.tapestry5.services
 

Method parameters in org.apache.tapestry5.services with annotations of type Symbol
static Alias TapestryModule.buildAlias(org.slf4j.Logger logger, String mode, AliasManager overridesManager, Collection<AliasContribution> configuration)
           
 AssetFactory TapestryModule.buildContextAssetFactory(ApplicationGlobals globals, RequestPathOptimizer optimizer, String applicationVersion)
           
 HttpServletRequestHandler TapestryModule.buildHttpServletRequestHandler(org.slf4j.Logger logger, List<HttpServletRequestFilter> configuration, RequestHandler handler, String applicationCharset, SessionPersistedObjectAnalyzer analyzer)
           
static void TapestryModule.contributeClasspathAssetAliasManager(MappedConfiguration<String,String> configuration, String version, String scriptaculousPath, String datepickerPath)
           
static void TapestryModule.contributeClasspathAssetAliasManager(MappedConfiguration<String,String> configuration, String version, String scriptaculousPath, String datepickerPath)
           
static void TapestryModule.contributeClasspathAssetAliasManager(MappedConfiguration<String,String> configuration, String version, String scriptaculousPath, String datepickerPath)
           
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, boolean productionMode, boolean scriptsAtTop, Asset stylesheetAsset, Asset spacerImage, ValidationMessagesSource validationMessagesSource, SymbolSource symbolSource, AssetSource assetSource)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, boolean productionMode, boolean scriptsAtTop, Asset stylesheetAsset, Asset spacerImage, ValidationMessagesSource validationMessagesSource, SymbolSource symbolSource, AssetSource assetSource)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, Context context, long checkInterval, long updateTimeout, UpdateListenerHub updateListenerHub)
          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).
 void TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, Context context, long checkInterval, long updateTimeout, UpdateListenerHub updateListenerHub)
          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).
 

Uses of Symbol in org.apache.tapestry5.upload.internal.services
 

Constructor parameters in org.apache.tapestry5.upload.internal.services with annotations of type Symbol
MultipartDecoderImpl(org.apache.commons.fileupload.FileItemFactory fileItemFactory, long maxRequestSize, long maxFileSize, String requestEncoding)
           
MultipartDecoderImpl(org.apache.commons.fileupload.FileItemFactory fileItemFactory, long maxRequestSize, long maxFileSize, String requestEncoding)
           
MultipartDecoderImpl(org.apache.commons.fileupload.FileItemFactory fileItemFactory, long maxRequestSize, long maxFileSize, String requestEncoding)
           
 

Uses of Symbol in org.apache.tapestry5.upload.services
 

Method parameters in org.apache.tapestry5.upload.services with annotations of type Symbol
static org.apache.commons.fileupload.FileItemFactory UploadModule.buildDefaultFileItemFactory(int repositoryThreshold, String repositoryLocation)
          The default FileItemFactory used by the MultipartDecoder is DiskFileItemFactory.
static org.apache.commons.fileupload.FileItemFactory UploadModule.buildDefaultFileItemFactory(int repositoryThreshold, String repositoryLocation)
          The default FileItemFactory used by the MultipartDecoder is DiskFileItemFactory.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.