Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.tapestry5.ioc.internal Classes and Interfaces - 147 results found.
NameDescriptionTypePackageFramework
AbstractConfigurationImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
AbstractFabBase class for ClassFabImpl.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AbstractMethodInvokingInstrumenterBase class for service decorators and service advisors that work by invoking a module method.Classorg.apache.tapestry5.ioc.internalApache Tapestry
AbstractReloadableObjectCreatorClassorg.apache.tapestry5.ioc.internalApache Tapestry
AbstractResourceAbstract implementation of Resource.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
AbstractServiceCreatorAbstract implementation of ObjectCreator geared towards the creation of the core service implementation, either by invoking a service builder method on a module, or by invoking a constructor.Classorg.apache.tapestry5.ioc.internalApache Tapestry
AbstractServiceInstrumenterAbstract base class for implementations of ServiceDecorator (i.Classorg.apache.tapestry5.ioc.internalApache Tapestry
AbtractAspectInterceptorBuilderClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AccessableObjectAnnotationProviderProvides access to annotations of an accessable object such as a Method or Field.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AdvisorDefImplFields inherited from class org.Classorg.apache.tapestry5.ioc.internalApache Tapestry
AdvisorStackBuilderEquivalent of InterceptorStackBuilder, but works using an AspectInterceptorBuilder that receives advice fromClassorg.apache.tapestry5.ioc.internalApache Tapestry
AnnotationAccessImplStandard AnnotationAccess for a specific type.Classorg.apache.tapestry5.ioc.internalApache Tapestry
AnnotationMemberValueVisitorConstructor SummaryAnnotationMemberValueVisitor(javassist.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AnnotationProviderChainChain of command for AnnotationProvider.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AspectDecoratorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AspectInterceptorBuilderImplFields inherited from class org.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
AutobuildObjectProviderChecks for the Autobuild annotation and, if so invokes ObjectLocator.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
CachingObjectCreatorAn ObjectCreator that delegates to another ObjectCreator and caches the result.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ChainBuilderImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClassFabImpl library (Javassist).Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClassFactoryClassPoolUsed to ensure that ClassPool.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClassFactoryImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClassNameLocatorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClasspathResourceClassorg.apache.tapestry5.ioc.internal.utilApache Tapestry
ClasspathResourceSymbolProviderClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClasspathURLConverterImplDefault implementation that returns the URLs unchanged.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ClassPropertyAdapterImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
CollectionFactoryStatic factory methods to ease the creation of new collection types (when using generics).Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
CompoundCoercionCombines two coercions to create a coercsion through an intermediate type.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ConcurrentBarrierA barrier used to execute code in a context where it is guarded by read/write locks.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
ConfigurationTypeenum ConfigurationTypeextends EnumDefines the three types of configurations a service may request.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ConstructionPlanEncapsulates the initial construction of an object instance, followed by a series InitializationPlans to initialize fields and invoke other methods of the constructed object.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
ConstructorInvokerWraps the invocation of a constructor (with exception reporting) as an Invokable.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
ConstructorServiceCreatorA service creator based on an implementation class' constructor, rather than a service builder method.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ContributionDefImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
CronExpressionProvides a parser and evaluator for unix-like cron expressions.Classorg.apache.tapestry5.ioc.internal.services.cronApache Tapestry
CtClassSourceUsed when generating new classes on the fly.Interfaceorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
CtClassSourceImplWrapper around Javassist's ClassPool that manages the creation of new instances of CtClass and converts finished CtClass's into instantiable Classes.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
DecoratorDefImplFields inherited from class org.Classorg.apache.tapestry5.ioc.internalApache Tapestry
DefaultImplementationBuilderImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
DefaultModuleDefImplStarting from the Class for a module, identifies all the services (service builder methods), decorators (serviceClassorg.apache.tapestry5.ioc.internalApache Tapestry
DelegatingInjectionResourcesChain of command for InjectionDefaultProvider.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
DummyLockActs like a Lock but all operations are no-ops.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
EagerLoadServiceProxyInterface implemented by all service proxies.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
ExceptionAnalysisImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ExceptionAnalyzerImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ExceptionInfoImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ExceptionTrackerImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
FilterMethodAnalyzerUsed by PipelineBuilderImpl to analyze service interface methods against filter interface methods to find the position of the extra service parameter (in the filter method).Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
GenericsUtilsStatic methods related to the use of JDK 1.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
GlobPatternMatcherUsed when matching identifiers.Classorg.apache.tapestry5.ioc.internalApache Tapestry
IdMatcherImplA wrapper around a GlobPatternMatcher used to glob-match service ids.Classorg.apache.tapestry5.ioc.internalApache Tapestry
IdToDependencyNodeUsed to order objects into an execution order.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
InheritanceSearchUsed to search from a particular class up the inheritance hierarchy of extended classes and implemented interfaces.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
InitializationPlanPerforms one initialization step on a newly created object.Interfaceorg.apache.tapestry5.ioc.internal.utilApache Tapestry
InjectionResourcesProvides for the injection of specific types of values as resources as opposed to services or objects obtained from MasterObjectProvider.Interfaceorg.apache.tapestry5.ioc.internal.utilApache Tapestry
InterceptorStackBuilderResponsible for constructing the interceptor stack, on demand, by invoking an ordered series of decorators ( DecoratorDef (which are converted into ServiceDecorators).Classorg.apache.tapestry5.ioc.internalApache Tapestry
InternalRegistryInternal view of the module registry, adding additional methods needed by modules.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
InternalUtilsUtilities used within various internal implementations of the tapestry-ioc module.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
JDKUtilsInternal utilities for identifying the JDK version, used in the rare cases that we are patching around JDK bugs.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
JustInTimeObjectCreatorInvoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
LazyAdvisorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
LifecycleWrappedServiceCreatorWrapper around a lifecycle, a set of resources for a service, and an underlying ObjectCreator for a service that allows the service lifecycle to alter the way that the service is created (this is needed for the more advanced,Classorg.apache.tapestry5.ioc.internalApache Tapestry
LocationImplClassorg.apache.tapestry5.ioc.internal.utilApache Tapestry
LockSupportBase class for classes that need to manage a ReadWriteLock.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
LoggerSourceImplSimple wrapper around SLF4J's LoggerFactory.Classorg.apache.tapestry5.ioc.internalApache Tapestry
LoggingAdviceConstructor SummaryLoggingAdvice(org.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
LoggingAdvisorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
LoggingDecoratorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
LoggingInvokableWrapperConstructor SummaryLoggingInvokableWrapper(org.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
MapInjectionResourcesInjectionDefaultProvider that operates using a Map from type to value.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
MappedConfigurationOverrideClassorg.apache.tapestry5.ioc.internalApache Tapestry
MapSymbolProviderClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
MasterObjectProviderImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
MessageFormatterImplClassorg.apache.tapestry5.ioc.internal.utilApache Tapestry
MessagesImplClassorg.apache.tapestry5.ioc.internal.utilApache Tapestry
MethodInvokerClassorg.apache.tapestry5.ioc.internal.utilApache Tapestry
MethodLoggerUsed by LoggingDecoratorImpl to delegate out logging behavior to aConstructor SummaryMethodLogger(org.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ModuleA module within the Tapestry IoC registry.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
ModuleImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
NonParallelExecutorClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
NullAnnotationProviderA null implementation of AnnotationProvider, used when there is not appropriate source of annotations.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ObjectCreatorSourceAn object which can, when passed a ServiceBuilderResources, create a corresponding ObjectCreator.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
ObjectLocatorImplBase service locator class used when only the module is known (i.Classorg.apache.tapestry5.ioc.internalApache Tapestry
OneShotLockLogic for handling one shot semantics for classes; classes that include a method (or methods) that locks down the instance, to prevent it from being used again in the future.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
OperationExceptionAn exception caught and reported by an OperationTracker; the trace property identifies what operations were active at the time of the exception.Classorg.apache.tapestry5.ioc.internalApache Tapestry
OperationTrackerImplCore implementation that manages a logger and catches and reports exception.Classorg.apache.tapestry5.ioc.internalApache Tapestry
OperationTrackingObjectCreatorMakes sure the operations tracker is notified knows that a service is being realized.Classorg.apache.tapestry5.ioc.internalApache Tapestry
OrdererUsed to order objects into an execution order.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
OrIdMatcherA wrapper around a collection of IdMatchers.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ParallelExecutorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PeriodicExecutorImplClassorg.apache.tapestry5.ioc.internal.services.cronApache Tapestry
PerthreadManagerImplConstructor SummaryPerthreadManagerImpl(org.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PerThreadOperationTrackerManages a per-thread OperationTracker using a ThreadLocal.Classorg.apache.tapestry5.ioc.internalApache Tapestry
PerThreadServiceCreatorProvides per-thread implementations of services.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PerThreadServiceLifecycleAllows a service to exist per thread (in each thread).Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PipelineBuilderImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PlasticClassListenerLoggerConstructor SummaryPlasticClassListenerLogger(org.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PlasticProxyFactoryImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PropertyAccessImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PropertyAdapterImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
PropertyShadowBuilderImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
QuietOperationTrackerMinimal implementation used for testing, that does no logging, tracking, or exception catching.Classorg.apache.tapestry5.ioc.internalApache Tapestry
RecursiveServiceCreationCheckWrapperDecorator for ObjectCreator that ensures the service is only created once.Classorg.apache.tapestry5.ioc.internalApache Tapestry
RegistryImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
RegistryShutdownHubImplConstructor SummaryRegistryShutdownHubImpl(org.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
RegistryStartupStartup service for Tapestry IoC: automatically invoked at registry startup to execute a series of operations, via its ordered configuration of Runnable objects.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
RegistryWrapperA wrapper around InternalRegistry that exists to expand symbols in a service id before invoking ObjectLocator.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ReloadableObjectCreatorReloadable object creator for non-service objects.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ReloadableObjectCreatorSourceResponsible for creating a ReloadableServiceImplementationObjectCreator for a service implementation.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ReloadableServiceImplementationObjectCreatorReturns an ObjectCreator for lazily instantiating a given implementation class (with dependencies).Classorg.apache.tapestry5.ioc.internalApache Tapestry
ResourceSymbolProviderClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ServiceActivityTrackerUsed to update the status of services defined by the ServiceActivityScoreboard.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceActivityTrackerImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceActivityTrackerImpl .MutableServiceActivityConstructor SummaryServiceActivityTrackerImpl.Classorg.apache.tapestry5.ioc.internal.ServiceActivityTrackerImplApache Tapestry
ServiceAdvisorImplFields inherited from class org.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceBinderImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceBuilderMethodInvokerBasic implementation of ObjectCreator that handles invoking a method on the module builder, and figures out the correct parameters to pass into the annotated method.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceDecoratorImplA wrapper around a decorator method.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceDefAccumulatorSimple interface used when invoking a bind() method on a module class.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceDefImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceMessagesClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ServiceOverrideImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ServiceProxyProviderUsed in concert with SerializationSupport to convert service tokens back into service proxies.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceProxyTokenToken that replaces a service proxy when the proxy is serialized.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ServiceResourcesImpl implementation that fills the purposes of methods that need a ServiceResources (which includes service decorator methods) as well as methods that need aClassorg.apache.tapestry5.ioc.internalApache Tapestry
SingletonServiceLifecycleThe basic implementation of a service lifecycle, which simply uses the ObjectCreator to create an instance of the service when asked.Classorg.apache.tapestry5.ioc.internalApache Tapestry
StaticObjectProviderProvides a single object of a given type.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
StrategyBuilderImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
StringLocationClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
SymbolObjectProviderPerforms an injection based on a Symbol annotation.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
SymbolSourceImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
SystemEnvSymbolProviderProvides case insensitive access to environment variables.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
SystemPropertiesSymbolProviderObtains symbol values from JVM System properties.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
TapestryExceptionException class used as a replacement for RuntimeException when the exception is related to a particular location.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
ThreadLocaleImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
ThunkCreatorImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
TypeCoercerImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
TypeCoercerProxyA simplified version of TypeCoercer used to defer the instantiation of the actual TypeCoercer service until necessary.Interfaceorg.apache.tapestry5.ioc.internalApache Tapestry
TypeCoercerProxyImplClassorg.apache.tapestry5.ioc.internalApache Tapestry
UpdateListenerHubImplClassorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
URLChangeTrackerGiven a (growing) set of URLs, can periodically check to see if any of the underlying resources has changed.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry
ValidatingConfigurationWrapperWraps a Collection as a Configuration and perform validation that collected value are of the correct type.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ValidatingMappedConfigurationWrapperA wrapper around a Map that provides the MappedConfiguration interface, and provides two forms of validation for mapped configurations:Classorg.apache.tapestry5.ioc.internalApache Tapestry
ValidatingOrderedConfigurationWrapperWraps a List as a OrderedConfiguration, implementing validation of values provided to an OrderedConfiguration.Classorg.apache.tapestry5.ioc.internalApache Tapestry
ValueObjectProviderProvides an object when the Value annotation is present.Classorg.apache.tapestry5.ioc.internal.servicesApache Tapestry
WrongConfigurationTypeGuardUsed when invoking a contribute method to guard against a request for the wrong type of configuration interface.Classorg.apache.tapestry5.ioc.internal.utilApache Tapestry