Package org.smooks.api
-
Interface Summary Interface Description ApplicationContext Application-scoped service locator.ApplicationContextBuilder Constructs anApplicationContext.ExecutionContext Runtime context of a filter execution.FilterSettings Filter settings for programmatic configuration of aorg.smooks.Smooksinstance.NotAppContextScoped.Ref<T> Registry Holds system and user objects such asResourceConfigandContentHandler.TypedKey<T> Represents a type-safe key for mapping to an object.TypedMap Stores key-value attributes that can be retrieved in a type-safe manner. -
Class Summary Class Description TypedKey.DefaultTypedKey<T> -
Exception Summary Exception Description SmooksConfigException Exception occurring during the construction of a Smooks configuration.SmooksException Exception originating from the Smooks framework. -
Annotation Types Summary Annotation Type Description NotAppContextScoped Indicates that the class annotated with this annotation can have its instances safely referenced from different application contexts.