Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractChain
org.swizframework.utils.chain 
 AbstractController
org.swizframework.controller 
 AbstractSwizLoggingTarget
org.swizframework.utils.logging 
 AMFUtil
org.swizframework.utils.services 
 AsyncCommandChainStep
org.swizframework.utils.chain 
 AutowiredTestCase
org.swizframework.utils.test AutowiredTestCase provides a base class for unit testing that provides autowiring.
 BaseChainStep
org.swizframework.utils.chain 
 BaseMetadataHost
org.swizframework.reflection Base implementation of the IMetadataHost interface.
 BaseMetadataProcessor
org.swizframework.processors Metadata Processor
 BaseMetadataTag
org.swizframework.reflection Base implementation of the IMetadataTag interface.
 Bean
org.swizframework.core 
 BeanEvent
org.swizframework.events Dispatched when a Bean is added to or removed from a BeanProvider.
 BeanFactory
org.swizframework.core Bean Factory
 BeanLoader
org.swizframework.core 
 BeanProvider
org.swizframework.core 
 BindableMetadataHost
org.swizframework.reflection Representation of a property that has been decorated with metadata.
 ChainEvent
org.swizframework.events 
 ChainType
org.swizframework.utils.chain 
 ChainUtil
org.swizframework.utils.chain 
 ChannelSetHelper
org.swizframework.utils.services 
 ClassConstant
org.swizframework.reflection 
 CommandChain
org.swizframework.utils.chain 
 CommandChainStep
org.swizframework.utils.chain 
 Constant
org.swizframework.reflection 
 DispatcherProcessor
org.swizframework.processors Dispatcher Processor
 DomainUtil
org.swizframework.utils 
 EventChain
org.swizframework.utils.chain 
 EventChainStep
org.swizframework.utils.chain 
 FunctionChainStep
org.swizframework.utils.chain 
 IAutonomousChainStep
org.swizframework.utils.chain 
 IBeanFactory
org.swizframework.core Bean Factory Interface
 IBeanFactoryAware
org.swizframework.core 
 IBeanProcessor
org.swizframework.processors 
 IBeanProvider
org.swizframework.core 
 IChain
org.swizframework.utils.chain 
 IChainStep
org.swizframework.utils.chain 
 IDispatcherAware
org.swizframework.core 
 IDisposable
org.swizframework.core 
 IInitializing
org.swizframework.core 
 IMetadataHost
org.swizframework.reflection The IMetadataHost interface is a representation of a public property, method or class that is decorated with metadata.
 IMetadataProcessor
org.swizframework.processors 
 IMetadataTag
org.swizframework.reflection The IMetadataTag interface is a representation of a metadata tag that has been defined in source code.
 Injection
org.swizframework.metadata Represents a deferred request for injection.
 InjectMetadataTag
org.swizframework.metadata Class to represent [Inject] metadata tags.
 InjectProcessor
org.swizframework.processors Inject Processor
 IProcessor
org.swizframework.processors Base interface that ensures all implementers have a reference to the containing instance of Swiz and a priority to determine their place in line.
 ISharedObjectBean
org.swizframework.storage 
 ISwiz
org.swizframework.core Swiz Interface
 ISwizAware
org.swizframework.core 
 ISwizConfig
org.swizframework.core 
 ISwizHost
org.swizframework.core Interface that IEventDispatchers can optionally implement when serving as the host for a Swiz instance.
 ISwizInterface
org.swizframework.core 
 MediateMetadataTag
org.swizframework.metadata Class to represent [Mediate] metadata tags.
 MediateProcessor
org.swizframework.processors Mediate Processor
 Mediator
org.swizframework.metadata Represents a deferred request for mediation.
 MetadataArg
org.swizframework.reflection Simple key/value representation of a metadata tag argument.
 MetadataHostClass
org.swizframework.reflection Representation of a class that has been decorated with class level metadata.
 MetadataHostFactory
org.swizframework.factories Simple factory to create the different kinds of metadata hosts and to encapsulate the logic for determining which type should be created.
 MetadataHostMethod
org.swizframework.reflection Representation of a method that has been decorated with metadata.
 MetadataHostProperty
org.swizframework.reflection Representation of a property that has been decorated with metadata.
 MethodParameter
org.swizframework.reflection Representation of a method parameter.
 MockDelegateHelper
org.swizframework.utils.services 
 PostConstructMetadataTag
org.swizframework.metadata Class to represent [PostConstruct] metadata tags.
 PostConstructProcessor
org.swizframework.processors PostConstruct Processor
 PreDestroyMetadataTag
org.swizframework.metadata Class to represent [PreDestroy] metadata tags.
 PreDestroyProcessor
org.swizframework.processors PreDestroy Processor
 ProcessorPriority
org.swizframework.processors The ProcessorPriority class defines constant values for the priority property of IProcessor instances.
 Prototype
org.swizframework.core 
 ServiceHelper
org.swizframework.utils.services 
 SharedObjectBean
org.swizframework.storage 
 Swiz
org.swizframework.core.mxml Core framework class that serves as an IoC container rooted at the IEventDispatcher passed into its constructor.
 SwizConfig
org.swizframework.core 
 SwizEvent
org.swizframework.events Dispatched when a Swiz instance is created or destroyed.
 SwizInterfaceProcessor
org.swizframework.processors 
 SwizLogEvent
org.swizframework.utils.logging 
 SwizLogEventLevel
org.swizframework.utils.logging 
 SwizLogger
org.swizframework.utils.logging 
 SwizManager
org.swizframework.core 
 SwizTraceTarget
org.swizframework.utils.logging 
 TypeCache
org.swizframework.reflection Static class used to ensure each type is only inspected via describeType a single time.
 TypeDescriptor
org.swizframework.reflection Object representation of a given type, based on flash.utils.describeType output and primarily focused on metadata.
 URLRequestHelper
org.swizframework.utils.services