A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(ProfileSet) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- add(ResourceConfig) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- ADD - org.smooks.api.bean.lifecycle.BeanLifecycle
- addAll(ResourceConfigSeq) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- addBean(String, Object) - Method in interface org.smooks.api.bean.context.BeanContext
-
Add a bean instance under the specified beanId.
- addBean(String, Object, Fragment<?>) - Method in interface org.smooks.api.bean.context.BeanContext
-
Add a bean instance under the specified beanId.
- addBean(BeanId, Object) - Method in interface org.smooks.api.bean.context.BeanContext
-
Add a bean instance under the specified
BeanId. - addBean(BeanId, Object, Fragment<?>) - Method in interface org.smooks.api.bean.context.BeanContext
-
Add a bean instance under the specified beanId string.
- addBeanContextLifecycleObserver(BeanContextLifecycleObserver) - Method in interface org.smooks.api.ApplicationContext
-
Registers a bean context observer.
- addChangeListener(ResourceConfigChangeListener) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Adds the specified change listener to the list of change listeners.
- addExecutionEventListener(ExecutionEventListener) - Method in interface org.smooks.api.delivery.ContentDeliveryRuntime
- addObserver(BeanContextLifecycleObserver) - Method in interface org.smooks.api.bean.context.BeanContext
-
Registers a bean context observer.
- addParameters(ResourceConfig) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Shallow copies parameters from another
ResourceConfigand adds them to thisResourceConfig. - addProfile(Profile) - Method in interface org.smooks.api.profile.ProfileSet
-
Add a profile to the ProfileSet.
- addProfileSet(ProfileSet) - Method in interface org.smooks.api.profile.ProfileStore
-
Add a ProfileSet to the store.
- addToExecutionLifecycleSets() - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Add the execution lifecycle sets for the configuration.
- addVisitors() - Method in interface org.smooks.api.delivery.VisitorAppender
-
Add visitors to the supplied visitor map.
- AfterVisitor - Interface in org.smooks.api.resource.visitor.sax.ng
-
Applies an operation immediately after the
Element's end tag. - ApplicationContext - Interface in org.smooks.api
-
Application-scoped service locator.
- ApplicationContextBuilder - Interface in org.smooks.api
-
Constructs an
ApplicationContext. - apply(Object) - Method in interface org.smooks.api.lifecycle.LifecyclePhase
- applyPhase(Object, LifecyclePhase) - Method in interface org.smooks.api.lifecycle.LifecycleManager
- applyPhase(Collection<?>, LifecyclePhase) - Method in interface org.smooks.api.lifecycle.LifecycleManager
- ASSEMBLY - org.smooks.api.resource.visitor.dom.VisitPhase
-
Apply the
DOMElementVisitorduring the Assembly visit phase.
B
- BeanContext - Interface in org.smooks.api.bean.context
-
Bean Context
- BeanContextLifecycleEvent - Interface in org.smooks.api.bean.lifecycle
-
An event when a lifecycle event has happend to a bean.
- BeanContextLifecycleObserver - Interface in org.smooks.api.bean.lifecycle
-
An object that observes for Bean lifecycle events
- BeanId - Interface in org.smooks.api.bean.repository
-
Bean Id
- BeanIdStore - Interface in org.smooks.api.bean.context
-
Bean Id Store
- BeanLifecycle - Enum in org.smooks.api.bean.lifecycle
- BeforeVisitor - Interface in org.smooks.api.resource.visitor.sax.ng
-
Applies an operation immediately after the
Element's start tag. - borrowXMLReader() - Method in interface org.smooks.api.delivery.ReaderPool
-
Gets an
XMLReaderinstance from the reader pool associated with this ContentDelivery config instance. - build() - Method in interface org.smooks.api.ApplicationContextBuilder
- build(List<ContentHandlerBinding<Visitor>>) - Method in interface org.smooks.api.delivery.ContentDeliveryConfigBuilder
- bypass(ExecutionContext, Source, Sink) - Method in interface org.smooks.api.delivery.FilterBypass
-
Bypass the Smooks Filter process.
C
- capture(Memento) - Method in interface org.smooks.api.memento.MementoCaretaker
-
Stores a copy of a
Memento. - CDATA - org.smooks.api.delivery.sax.TextType
-
CDATA Text node (<!
- CHANGE - org.smooks.api.bean.lifecycle.BeanLifecycle
- changeBean(BeanId, Object, Fragment<?>) - Method in interface org.smooks.api.bean.context.BeanContext
-
Changes a bean instance of the given
BeanId. - changed(ResourceConfig) - Method in interface org.smooks.api.resource.config.ResourceConfigChangeListener
-
The supplied configuration has changed.
- ChildrenVisitor - Interface in org.smooks.api.resource.visitor.sax.ng
-
Applies an operation on each
Elementchild. - clear() - Method in interface org.smooks.api.bean.context.BeanContext
-
Removes all the beans from the bean map
- close() - Method in interface org.smooks.api.Registry
-
Cleans up the resources of this
Registryand calls thePreDestroymethod of each registered object. - CLOSE_EMPTY_ELEMENTS - Static variable in interface org.smooks.api.delivery.Filter
- CLOSE_SINK - Static variable in interface org.smooks.api.delivery.Filter
- CLOSE_SOURCE - Static variable in interface org.smooks.api.delivery.Filter
- COMMENT - org.smooks.api.delivery.sax.TextType
-
Comment Text node (<!
- condition() - Method in annotation type org.smooks.api.resource.visitor.VisitAfterIf
-
The
ResourceConfigcondition that must evaluate to true in order for the visitAfter method to be called. - condition() - Method in annotation type org.smooks.api.resource.visitor.VisitAfterReport
- condition() - Method in annotation type org.smooks.api.resource.visitor.VisitBeforeIf
-
The
ResourceConfigcondition that must evaluate to true in order for the visitBefore method to be called. - condition() - Method in annotation type org.smooks.api.resource.visitor.VisitBeforeReport
- ConfigSearch - Interface in org.smooks.api.resource.config
-
Configuration lookup metadata.
- Configurable - Interface in org.smooks.api.resource.config
-
Configurable component.
- Consumer - Interface in org.smooks.api.delivery.ordering
-
Object Consumer interface.
- consumes(Object) - Method in interface org.smooks.api.delivery.ordering.Consumer
-
Does this consumer consume the specified named object.
- ContainerResourceLocator - Interface in org.smooks.api.resource
-
Interface for locating stream resources from the container..
- containsBean(BeanId) - Method in interface org.smooks.api.bean.context.BeanContext
-
Looks if a bean instance is set under the
BeanId - containsBeanId(String) - Method in interface org.smooks.api.bean.context.BeanIdStore
- ContentDeliveryConfig - Interface in org.smooks.api.delivery
-
Content delivery configuration.
- ContentDeliveryConfigBuilder - Interface in org.smooks.api.delivery
- ContentDeliveryConfigExecutionEvent - Interface in org.smooks.api.delivery.event
-
Configuration Builder Event.
- ContentDeliveryConfigLifecycle - Interface in org.smooks.api.lifecycle
- ContentDeliveryRuntime - Interface in org.smooks.api.delivery
- ContentDeliveryRuntimeFactory - Interface in org.smooks.api.delivery
- ContentHandler - Interface in org.smooks.api.delivery
-
Smooks resource which can be targeted for content delivery by the Smooks engine.
- ContentHandlerBinding<T extends ContentHandler> - Interface in org.smooks.api.delivery
-
Mapping between a resource configuration and its corresponding resource configuration.
- ContentHandlerFactory<T> - Interface in org.smooks.api.delivery
-
ContentHandler factory interface.
- convert(S) - Method in interface org.smooks.api.converter.TypeConverter
- copy() - Method in interface org.smooks.api.memento.Memento
-
Performs a deep clone of this
Memento. - copy() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Performs a shallow clone of this
ResourceConfig. - create() - Method in interface org.smooks.api.resource.config.ResourceConfigSeqFactory
-
Create the configuration instance.
- create(boolean, String) - Method in interface org.smooks.api.management.InstrumentationAgentFactory
- create(int) - Method in interface org.smooks.api.delivery.ReaderPoolFactory
- create(String, Element) - Method in interface org.smooks.api.resource.config.ResourceConfigFactory
- create(ProfileSet, List<ContentHandlerBinding<Visitor>>) - Method in interface org.smooks.api.delivery.ContentDeliveryRuntimeFactory
- create(ResourceConfig) - Method in interface org.smooks.api.delivery.ContentHandlerFactory
-
Create the content handler instance.
- createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>>, Registry, Map<String, List<ResourceConfig>>, List<ContentDeliveryConfigExecutionEvent>) - Method in interface org.smooks.api.delivery.FilterProvider
- createTypeConverter() - Method in interface org.smooks.api.converter.TypeConverterFactory
D
- DEFAULT_PROFILE - Static variable in interface org.smooks.api.profile.Profile
-
The default profile name.
- DEFAULT_SERIALIZATION_ON - Static variable in interface org.smooks.api.delivery.Filter
- DefaultTypedKey(String) - Constructor for class org.smooks.api.TypedKey.DefaultTypedKey
-
Constructs a
TypedKeywith a custom name. - deRegisterObject(Object) - Method in interface org.smooks.api.Registry
-
Removes a registered object from this
Registry. - detailTemplate() - Method in annotation type org.smooks.api.resource.visitor.VisitAfterReport
- detailTemplate() - Method in annotation type org.smooks.api.resource.visitor.VisitBeforeReport
- DOCUMENT_FRAGMENT_SELECTOR - Static variable in interface org.smooks.api.resource.config.ResourceConfig
-
A reserved selector for resources that target the first event in the source (i.e., the root node).
- DOCUMENT_URI - Static variable in interface org.smooks.api.ExecutionContext
-
Sometimes the document being transformed/analysed has a URI associated with it.
- doFilter() - Method in interface org.smooks.api.delivery.Filter
- DOMElementVisitor - Interface in org.smooks.api.resource.visitor.dom
-
Element Visitor (GoF) interface for DOM.
- DOMFilterLifecycle - Interface in org.smooks.api.lifecycle
- DOMVisitAfter - Interface in org.smooks.api.resource.visitor.dom
-
DOM Visit after events.
- DOMVisitBefore - Interface in org.smooks.api.resource.visitor.dom
-
DOM Visit before events.
- DOMVisitor - Interface in org.smooks.api.resource.visitor.dom
-
DOM Visitor.
E
- ElementVisitor - Interface in org.smooks.api.resource.visitor.sax.ng
- END_FRAGMENT - org.smooks.api.bean.lifecycle.BeanLifecycle
- ENTITIES_REWRITE - Static variable in interface org.smooks.api.delivery.Filter
- ENTITY - org.smooks.api.delivery.sax.TextType
-
Character Entity Text node (&xx;).
- equals(Object) - Method in class org.smooks.api.TypedKey.DefaultTypedKey
- eval(Object) - Method in interface org.smooks.api.expression.ExpressionEvaluator
-
Evaluate a conditional expression against the supplied object (can be a Map).
- eval(ExecutionContext) - Method in interface org.smooks.api.expression.ExecutionContextExpressionEvaluator
-
Evaluate an expression based on the supplied
ExecutionContext. - evaluate(Fragment<?>, ExecutionContext) - Method in interface org.smooks.api.resource.config.xpath.PredicateEvaluator
-
Does this XPath expression evaluate for the supplied
Elementcontext object. - evaluate(Fragment<?>, ExecutionContext) - Method in interface org.smooks.api.resource.config.xpath.SelectorStep
- executeHandlerCleanup(ExecutionContext) - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Cleanup execution context lifecycle aware handlers.
- executeHandlerInit(ExecutionContext) - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Initialize execution context lifecycle aware handlers.
- ExecutionContext - Interface in org.smooks.api
-
Runtime context of a filter execution.
- ExecutionContextExpressionEvaluator - Interface in org.smooks.api.expression
-
ExecutionContextbased expression evaluator. - ExecutionEvent - Interface in org.smooks.api.delivery.event
-
Abstract Smooks execution event.
- ExecutionEventListener - Interface in org.smooks.api.delivery.event
-
Execution event listener.
- exists(Memento) - Method in interface org.smooks.api.memento.MementoCaretaker
- expandConfigurations() - Method in interface org.smooks.api.delivery.ResourceConfigExpander
-
Get the additional configurations to be added to the delivery config by this ContentHandler.
- ExpressionEvaluationException - Exception in org.smooks.api.expression
-
Expression evaluation exception.
- ExpressionEvaluationException(String) - Constructor for exception org.smooks.api.expression.ExpressionEvaluationException
- ExpressionEvaluationException(String, Throwable) - Constructor for exception org.smooks.api.expression.ExpressionEvaluationException
- ExpressionEvaluator - Interface in org.smooks.api.expression
-
Abstract expression evaluator interface.
- ExternalResourceLocator - Interface in org.smooks.api.resource
-
Interface for locating stream resources external to the container.
F
- Filter - Interface in org.smooks.api.delivery
- FilterBypass - Interface in org.smooks.api.delivery
-
Filter bypass interface.
- FilterLifecycle - Interface in org.smooks.api.lifecycle
- FilterProvider - Interface in org.smooks.api.delivery
-
Produces a
ContentDeliveryConfigfor a given sequence of visitor bindings. - FilterSettings - Interface in org.smooks.api
-
Filter settings for programmatic configuration of a
org.smooks.Smooksinstance. - forget(Fragment<?>) - Method in interface org.smooks.api.memento.MementoCaretaker
-
Removes all
Mementos bound to theFragmentparameter. - forget(Memento) - Method in interface org.smooks.api.memento.MementoCaretaker
-
Removes the
Mementohaving an ID equal to theMementoparameter's ID as returned byMemento.getAnchor(). - Fragment<T> - Interface in org.smooks.api.delivery.fragment
-
Wrapper for a fragment object.
G
- get() - Method in interface org.smooks.api.NotAppContextScoped.Ref
- get(int) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- get(TypedKey<T>) - Method in interface org.smooks.api.TypedMap
-
Returns the value to which the specified key is mapped, or
nullif this map contains no mapping for the key. - getAll() - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- getAll() - Method in interface org.smooks.api.TypedMap
-
Returns all the key-value pairs as a
Map. - getAll(ProfileSet) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- getAnchor() - Method in interface org.smooks.api.memento.Memento
-
Gets the anchor value of this
Memento. - getApplicationContext() - Method in interface org.smooks.api.ExecutionContext
-
Gets the
ApplicationContextof thisExecutionContext. - getBaseProfile() - Method in interface org.smooks.api.profile.ProfileSet
-
Get the name of the base profile for this profile set.
- getBaseURI() - Method in interface org.smooks.api.resource.ContainerResourceLocator
-
Get the base URI for the locator instance.
- getBean() - Method in interface org.smooks.api.bean.lifecycle.BeanContextLifecycleEvent
- getBean(Class<T>) - Method in interface org.smooks.api.bean.context.BeanContext
-
Returns the bean by it's beanId name.
- getBean(String) - Method in interface org.smooks.api.bean.context.BeanContext
-
Returns the bean by it's beanId name.
- getBean(BeanId) - Method in interface org.smooks.api.bean.context.BeanContext
-
Get the current bean, specified by the supplied
BeanId. - getBeanContext() - Method in interface org.smooks.api.ExecutionContext
-
Gets the
BeanContextfor thisExecutionContext. - getBeanContextLifecycleObservers() - Method in interface org.smooks.api.ApplicationContext
-
Get bean context observers.
- getBeanId() - Method in interface org.smooks.api.bean.lifecycle.BeanContextLifecycleEvent
- getBeanId(String) - Method in interface org.smooks.api.bean.context.BeanContext
-
Get the
BeanIdinstance for the specified beanId String. - getBeanId(String) - Method in interface org.smooks.api.bean.context.BeanIdStore
- getBeanIdMap() - Method in interface org.smooks.api.bean.context.BeanIdStore
- getBeanIdStore() - Method in interface org.smooks.api.ApplicationContext
-
Get the BeanIdStore in use within this Context
- getBeanIdStore() - Method in interface org.smooks.api.bean.repository.BeanId
- getBeanMap() - Method in interface org.smooks.api.bean.context.BeanContext
-
This returns a map which is backed by this repository.
- getBytes() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Returns the resource in bytes.
- getClassLoader() - Method in interface org.smooks.api.ApplicationContext
-
Get the
ClassLoaderto be used by the associated Smooks instance - getClassLoader() - Method in interface org.smooks.api.Registry
- getConditionEvaluator() - Method in interface org.smooks.api.resource.config.xpath.SelectorPath
- getConfigParameter(String) - Method in interface org.smooks.api.ExecutionContext
-
Get a global configuration parameter associated with this execution context.
- getConfigParameter(String, String) - Method in interface org.smooks.api.ExecutionContext
-
Get a global configuration parameter associated with this execution context.
- getConfiguration() - Method in interface org.smooks.api.resource.config.Configurable
-
Get the component configuration.
- getContentDeliveryConfig() - Method in interface org.smooks.api.delivery.ContentDeliveryRuntime
- getContentDeliveryConfigExecutionEvents() - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Get the list of Execution Events generated during the build of the configuration.
- getContentDeliveryRuntime() - Method in interface org.smooks.api.ExecutionContext
-
Get the content delivery configuration for the profile set at which this context is targeted.
- getContentDeliveryRuntimeFactory() - Method in interface org.smooks.api.ApplicationContext
- getContentEncoding() - Method in interface org.smooks.api.ExecutionContext
-
Get the content encoding to be used when parsing content on this context.
- getContentHandler() - Method in interface org.smooks.api.delivery.ContentHandlerBinding
- getCreateResourceConfiguration() - Method in interface org.smooks.api.bean.repository.BeanId
- getDocumentSource() - Method in interface org.smooks.api.ExecutionContext
-
Gets the document source URI of this
ExecutionContext. - getExecutionContext() - Method in interface org.smooks.api.bean.lifecycle.BeanContextLifecycleEvent
- getExecutionEventListeners() - Method in interface org.smooks.api.delivery.ContentDeliveryRuntime
- getExpression() - Method in interface org.smooks.api.expression.ExpressionEvaluator
-
Get the String representation of the active expression on the evaluator instance.
- getExpression() - Method in interface org.smooks.api.resource.config.ProfileTargetingExpression
- getFilterBypass() - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Get the
FilterBypassfor this delivery configuration. - getFilterType() - Method in interface org.smooks.api.FilterSettings
- getFragment() - Method in interface org.smooks.api.memento.Memento
- getId() - Method in interface org.smooks.api.delivery.fragment.Fragment
- getIncludeHostName() - Method in interface org.smooks.api.management.InstrumentationResource
- getIndex() - Method in interface org.smooks.api.bean.repository.BeanId
- getInstrumentationAgent() - Method in interface org.smooks.api.management.InstrumentationResource
- getLifecycle() - Method in interface org.smooks.api.bean.lifecycle.BeanContextLifecycleEvent
- getMaxNodeDepth() - Method in interface org.smooks.api.FilterSettings
- getMaxNodeDepth() - Method in interface org.smooks.api.resource.visitor.sax.ng.ParameterizedVisitor
-
Gets the maximum node depth this
ParameterizedVisitorcan accept when visiting anElementinAfterVisitor.visitAfter(Element, ExecutionContext). - getMBeanObjectDomainName() - Method in interface org.smooks.api.management.InstrumentationResource
- getMBeanServer() - Method in interface org.smooks.api.management.InstrumentationAgent
- getMementoCaretaker() - Method in interface org.smooks.api.ExecutionContext
- getMessage() - Method in interface org.smooks.api.delivery.event.ContentDeliveryConfigExecutionEvent
- getName() - Method in interface org.smooks.api.bean.repository.BeanId
- getName() - Method in interface org.smooks.api.delivery.FilterProvider
- getName() - Method in interface org.smooks.api.delivery.StreamFilterType
- getName() - Method in interface org.smooks.api.profile.Profile
-
Get the profile name.
- getName() - Method in interface org.smooks.api.resource.config.Parameter
- getName() - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- getName() - Method in class org.smooks.api.TypedKey.DefaultTypedKey
- getName() - Method in interface org.smooks.api.TypedKey
- getNamespaces() - Method in interface org.smooks.api.resource.config.xpath.SelectorPath
- getNamespaces() - Method in interface org.smooks.api.resource.config.xpath.SelectorStep
- getObjectName() - Method in interface org.smooks.api.management.MBean
- getObjects(String) - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Get a list of
Objects from theResourceConfigs specified by the selector. - getOrDefault(TypedKey<T>, T) - Method in interface org.smooks.api.TypedMap
-
Returns the value to which the specified key is mapped, or
defaultValueif this map contains no mapping for the key. - getParameter(String, Class<T>) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets a
parameterby name from thisResourceConfig. - getParameterCount() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Get the parameter count of this
ResourceConfig. - getParameters() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets the parameters associated with this
ResourceConfigas aMap. - getParameters(String) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets all the parameters of this
ResourceConfigby name. - getParameterValue(String) - Method in interface org.smooks.api.resource.config.ResourceConfig
- getParameterValue(String, Class<T>) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Get the named parameter from this
ResourceConfig. - getParameterValue(String, Class<T>, T) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Get value of named parameter from this
ResourceConfig. - getParameterValues() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets all
parametervalues set of thisResourceConfig. - getPredicates() - Method in interface org.smooks.api.resource.config.xpath.SelectorStep
- getPriority() - Method in interface org.smooks.api.converter.TypeConverterDescriptor
- getProducts() - Method in interface org.smooks.api.delivery.ordering.Producer
-
Get the set of products produced by this producer instance.
- getProfile() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets the target profile/s of this
ResourceConfig. - getProfile(String) - Method in interface org.smooks.api.profile.ProfileSet
-
Get a profile from the
ProfileSet. - getProfiles() - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- getProfileSet(String) - Method in interface org.smooks.api.profile.ProfileStore
-
Get the ProfileSet associated with the specified profile member.
- getProfileStore() - Method in interface org.smooks.api.ApplicationContext
-
Get the ProfileStore in use within this Context.
- getProfileTargetingExpressions() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets the profile targeting expressions of this
ResourceConfig. - getProperties() - Method in interface org.smooks.api.delivery.ReaderPool
-
Returns implementation-specific
Properties. - getReaderPool() - Method in interface org.smooks.api.delivery.ContentDeliveryRuntime
- getReaderPoolFactory() - Method in interface org.smooks.api.ApplicationContext
- getReaderPoolSize() - Method in interface org.smooks.api.FilterSettings
- getRegistry() - Method in interface org.smooks.api.ApplicationContext
-
Get the registry for from the container application context.
- getResource() - Method in interface org.smooks.api.resource.config.ConfigSearch
- getResource() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Get the resource for this
ResourceConfig. - getResource(String) - Method in interface org.smooks.api.resource.ExternalResourceLocator
-
Get the stream specified by the 'uri' parameter.
- getResource(String, String) - Method in interface org.smooks.api.resource.ContainerResourceLocator
-
Get the resource specified by the container 'config' value.
- getResourceConfig() - Method in interface org.smooks.api.delivery.ContentHandlerBinding
- getResourceConfig() - Method in interface org.smooks.api.delivery.event.ContentDeliveryConfigExecutionEvent
- getResourceConfig() - Method in interface org.smooks.api.delivery.event.ResourceAwareEvent
- getResourceConfigLoader() - Method in interface org.smooks.api.ApplicationContext
- getResourceConfigs() - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Get the
ResourceConfigmap for the target execution context. - getResourceConfigs(String) - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Get the list of
ResourceConfigs for the specified selector definition. - getResourceLocator() - Method in interface org.smooks.api.ApplicationContext
-
Get the container resource locator for the context.
- getResourceType() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Get the resource type of this
ResourceConfig. - getSelector() - Method in interface org.smooks.api.resource.config.ConfigSearch
- getSelector() - Method in interface org.smooks.api.resource.config.xpath.SelectorPath
- getSelectorPath() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Gets the selector in its parsed form.
- getSource() - Method in interface org.smooks.api.bean.lifecycle.BeanContextLifecycleEvent
- getSourceType() - Method in interface org.smooks.api.converter.TypeConverterDescriptor
- getSpecificity(ProfileSet) - Method in interface org.smooks.api.resource.config.ProfileTargetingExpression
- getTarget() - Method in interface org.smooks.api.resource.visitor.interceptor.InterceptorVisitor
- getTargetProfiles() - Method in interface org.smooks.api.ExecutionContext
-
Gets the set of profiles at which this execution context is targeted.
- getTargetType() - Method in interface org.smooks.api.converter.TypeConverterDescriptor
- getTerminationError() - Method in interface org.smooks.api.ExecutionContext
-
Set the error/exception that caused the filter operation associated with this ExecutionContext to terminate.
- getThrown() - Method in interface org.smooks.api.delivery.event.ContentDeliveryConfigExecutionEvent
- getType() - Method in interface org.smooks.api.delivery.ContentHandlerFactory
- getType() - Method in interface org.smooks.api.resource.config.Parameter
- getTypeConverterDescriptor() - Method in interface org.smooks.api.converter.TypeConverterFactory
- getValue() - Method in interface org.smooks.api.resource.config.Parameter
- getValue(Object) - Method in interface org.smooks.api.expression.ExpressionEvaluator
-
Evaluate an expression against the supplied Map variable, returning the eval result.
- getValue(ContentDeliveryConfig) - Method in interface org.smooks.api.resource.config.Parameter
- getValue(ExecutionContext) - Method in interface org.smooks.api.expression.ExecutionContextExpressionEvaluator
-
Evaluate an expression based on the supplied
ExecutionContextand return the value. - getVisitorBinding() - Method in interface org.smooks.api.resource.visitor.interceptor.InterceptorVisitor
- getXml() - Method in interface org.smooks.api.resource.config.Parameter
H
- hashCode() - Method in class org.smooks.api.TypedKey.DefaultTypedKey
I
- inject() - Method in interface org.smooks.api.injector.Injector
- Injector - Interface in org.smooks.api.injector
- INSTRUMENTATION_RESOURCE_TYPED_KEY - Static variable in interface org.smooks.api.management.InstrumentationResource
- InstrumentationAgent - Interface in org.smooks.api.management
- InstrumentationAgentFactory - Interface in org.smooks.api.management
- InstrumentationResource - Interface in org.smooks.api.management
- InterceptorVisitor - Interface in org.smooks.api.resource.visitor.interceptor
- isCloseSink() - Method in interface org.smooks.api.FilterSettings
- isCloseSource() - Method in interface org.smooks.api.FilterSettings
- isDefaultSerializationOn() - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Is default serialization on..
- isDefaultSerializationOn() - Method in interface org.smooks.api.FilterSettings
- isEmpty() - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- isInline() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Evaluates whether the resource of this
ResourceConfigis defined inline or referenced from a URI. - isJavaResource() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Evaluates whether this
ResourceConfigobject references a Java class. - isMaintainElementStack() - Method in interface org.smooks.api.FilterSettings
- isMatch(ProfileSet) - Method in interface org.smooks.api.resource.config.ProfileTargetingExpression
- isMatch(SelectorPath, ExecutionContext) - Method in interface org.smooks.api.delivery.fragment.Fragment
-
Is the supplied
SelectorPathtargeting thisFragment. - isMember(String) - Method in interface org.smooks.api.profile.ProfileSet
-
Is the specified profile a member of this profile set.
- isProvider(List<ContentHandlerBinding<Visitor>>) - Method in interface org.smooks.api.delivery.FilterProvider
- isRewriteEntities() - Method in interface org.smooks.api.FilterSettings
- isSystem() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Evaluates whether this
ResourceConfigis for a default resource. - isSystem() - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- isTerminateOnException() - Method in interface org.smooks.api.FilterSettings
- iterator() - Method in interface org.smooks.api.profile.ProfileSet
J
- JavaXMLReader - Interface in org.smooks.api.resource.reader
-
Java
XMLReaderfor Smooks.
L
- LifecycleManager - Interface in org.smooks.api.lifecycle
- LifecyclePhase - Interface in org.smooks.api.lifecycle
- load(InputStream, String, ClassLoader) - Method in interface org.smooks.api.resource.config.loader.ResourceConfigLoader
- lookup(Object) - Method in interface org.smooks.api.Registry
-
Looks up a registered object by its key.
- lookup(Function<Map<Object, Object>, R>) - Method in interface org.smooks.api.Registry
-
Looks up a registered object by function.
- lookup(TypedKey<T>) - Method in interface org.smooks.api.Registry
-
Looks up a registered object by its typed key.
- lookupResource(ConfigSearch) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
M
- MAINTAIN_ELEMENT_STACK - Static variable in interface org.smooks.api.delivery.Filter
- matches(ResourceConfig) - Method in interface org.smooks.api.resource.config.ConfigSearch
- MAX_NODE_DEPTH - Static variable in interface org.smooks.api.delivery.Filter
- MBean - Interface in org.smooks.api.management
- Memento - Interface in org.smooks.api.memento
-
Holds the state of a
Visitor. - MementoCaretaker - Interface in org.smooks.api.memento
N
- newFilter(ExecutionContext) - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
-
Get a new stream filter for the content delivery configuration.
- newSubContext(ExecutionContext) - Method in interface org.smooks.api.bean.context.BeanContext
- NotAppContextScoped - Annotation Type in org.smooks.api
-
Indicates that the class annotated with this annotation can have its instances safely referenced from different application contexts.
- NotAppContextScoped.Ref<T> - Interface in org.smooks.api
- notifyObservers(BeanContextLifecycleEvent) - Method in interface org.smooks.api.bean.context.BeanContext
-
Notify all observers of a specific bean lifecycle event.
- NULL_STRING - Static variable in interface org.smooks.api.resource.visitor.VisitReport
-
"null" default annotation value.
O
- of() - Static method in interface org.smooks.api.TypedKey
-
Constructs a
TypedKeywith a random UUID for its name. - of(String) - Static method in interface org.smooks.api.TypedKey
-
Constructs a
TypedKeywith a custom name. - onAssemblyStarted(ExecutionContext) - Method in interface org.smooks.api.lifecycle.DOMFilterLifecycle
- onBeanLifecycleEvent(BeanContextLifecycleEvent) - Method in interface org.smooks.api.bean.lifecycle.BeanContextLifecycleObserver
-
Bean lifecycle event method.
- onContentDeliveryBuilderCreated() - Method in interface org.smooks.api.lifecycle.ContentDeliveryConfigLifecycle
-
Second Event.
- onContentDeliveryConfigCreated() - Method in interface org.smooks.api.lifecycle.ContentDeliveryConfigLifecycle
- onContentHandlersCreated() - Method in interface org.smooks.api.lifecycle.ContentDeliveryConfigLifecycle
-
First Event.
- onEvent(ExecutionEvent) - Method in interface org.smooks.api.delivery.event.ExecutionEventListener
-
Receive execution event.
- onPostExecution(ExecutionContext) - Method in interface org.smooks.api.lifecycle.PostExecutionLifecycle
-
Cleanup the resources allocated by this resource for the specified ExecutionContext.
- onPostFilter(ExecutionContext) - Method in interface org.smooks.api.lifecycle.FilterLifecycle
- onPostFragment(Fragment<?>, ExecutionContext) - Method in interface org.smooks.api.lifecycle.PostFragmentLifecycle
-
Cleanup the resources allocated by this resource for the specified ExecutionContext.
- onPreExecution(ExecutionContext) - Method in interface org.smooks.api.lifecycle.PreExecutionLifecycle
-
Initialize the resources allocated by this resource for the specified ExecutionContext.
- onPreFilter(ExecutionContext) - Method in interface org.smooks.api.lifecycle.FilterLifecycle
- onProcessingStarted(ExecutionContext) - Method in interface org.smooks.api.lifecycle.DOMFilterLifecycle
- onSerializationStarted(ExecutionContext) - Method in interface org.smooks.api.lifecycle.DOMFilterLifecycle
- org.smooks.api - package org.smooks.api
- org.smooks.api.bean.context - package org.smooks.api.bean.context
- org.smooks.api.bean.lifecycle - package org.smooks.api.bean.lifecycle
- org.smooks.api.bean.repository - package org.smooks.api.bean.repository
- org.smooks.api.converter - package org.smooks.api.converter
- org.smooks.api.delivery - package org.smooks.api.delivery
-
Content Delivery.
- org.smooks.api.delivery.event - package org.smooks.api.delivery.event
- org.smooks.api.delivery.fragment - package org.smooks.api.delivery.fragment
- org.smooks.api.delivery.ordering - package org.smooks.api.delivery.ordering
-
Visitor execution ordering.
- org.smooks.api.delivery.sax - package org.smooks.api.delivery.sax
- org.smooks.api.expression - package org.smooks.api.expression
- org.smooks.api.injector - package org.smooks.api.injector
- org.smooks.api.io - package org.smooks.api.io
- org.smooks.api.lifecycle - package org.smooks.api.lifecycle
- org.smooks.api.management - package org.smooks.api.management
- org.smooks.api.memento - package org.smooks.api.memento
- org.smooks.api.profile - package org.smooks.api.profile
- org.smooks.api.resource - package org.smooks.api.resource
- org.smooks.api.resource.config - package org.smooks.api.resource.config
- org.smooks.api.resource.config.loader - package org.smooks.api.resource.config.loader
- org.smooks.api.resource.config.xpath - package org.smooks.api.resource.config.xpath
- org.smooks.api.resource.reader - package org.smooks.api.resource.reader
- org.smooks.api.resource.visitor - package org.smooks.api.resource.visitor
- org.smooks.api.resource.visitor.dom - package org.smooks.api.resource.visitor.dom
- org.smooks.api.resource.visitor.interceptor - package org.smooks.api.resource.visitor.interceptor
- org.smooks.api.resource.visitor.sax.ng - package org.smooks.api.resource.visitor.sax.ng
P
- param(String, String) - Method in interface org.smooks.api.resource.config.ConfigSearch
- PARAM_TYPE_PREFIX - Static variable in interface org.smooks.api.resource.config.Parameter
- Parameter<T> - Interface in org.smooks.api.resource.config
-
ResourceConfig Parameter.
- ParameterDecodeException - Exception in org.smooks.api.resource.config
-
Unable to decode smooks-resource parameter value.
- ParameterDecodeException(String) - Constructor for exception org.smooks.api.resource.config.ParameterDecodeException
-
Public constructor.
- ParameterDecodeException(String, Throwable) - Constructor for exception org.smooks.api.resource.config.ParameterDecodeException
-
Public constructor.
- ParameterizedVisitor - Interface in org.smooks.api.resource.visitor.sax.ng
-
Adds knobs to the
SaxNgVisitor. - parse(InputStream) - Method in interface org.smooks.api.profile.ProfileConfigDigester
-
Parse the device profile configuration stream.
- Phase - Annotation Type in org.smooks.api.resource.visitor.dom
-
Phase phase annotation.
- POPULATE - org.smooks.api.bean.lifecycle.BeanLifecycle
- PostExecutionLifecycle - Interface in org.smooks.api.lifecycle
-
Post Execution Lifecycle resource.
- PostFragmentLifecycle - Interface in org.smooks.api.lifecycle
-
Post Fragment Lifecycle resource.
- Predicate - Interface in org.smooks.api.resource.config.xpath
- PredicateEvaluator - Interface in org.smooks.api.resource.config.xpath
-
Jaxen XPath expression evaluator.
- PreExecutionLifecycle - Interface in org.smooks.api.lifecycle
-
Execution Lifecycle Initializable resource.
- PROCESSING - org.smooks.api.resource.visitor.dom.VisitPhase
-
Apply the
DOMElementVisitorduring the Processing visit phase. - Producer - Interface in org.smooks.api.delivery.ordering
-
Object Producer interface.
- Profile - Interface in org.smooks.api.profile
-
Profile.
- ProfileConfigDigester - Interface in org.smooks.api.profile
-
Stream based profile configuration digester interface.
- ProfileSet - Interface in org.smooks.api.profile
-
Profile Set.
- ProfileStore - Interface in org.smooks.api.profile
-
ProfileStore interface.
- ProfileTargetingExpression - Interface in org.smooks.api.resource.config
-
Represents a single parsed profile targeting expression.
- put(TypedKey<T>, T) - Method in interface org.smooks.api.TypedMap
-
Associates the specified value with the specified key in this map.
R
- READER_POOL_SIZE - Static variable in interface org.smooks.api.delivery.Filter
- ReaderConfigurator - Interface in org.smooks.api.resource.config
-
Reader configurator.
- ReaderPool - Interface in org.smooks.api.delivery
- ReaderPoolFactory - Interface in org.smooks.api.delivery
- register(Object, ObjectName) - Method in interface org.smooks.api.management.InstrumentationAgent
- register(Object, ObjectName, ModelMBeanInfo, boolean) - Method in interface org.smooks.api.management.InstrumentationAgent
- register(String) - Method in interface org.smooks.api.bean.context.BeanIdStore
- registerObject(Object) - Method in interface org.smooks.api.Registry
-
Registers an object with its key derived from the object's
Resource.name()attribute or the object's class name. - registerObject(Object, Object) - Method in interface org.smooks.api.Registry
-
Adds an object with the given key to this
Registry. - registerResourceConfig(ResourceConfig) - Method in interface org.smooks.api.Registry
-
Registers and initialises a
ResourceConfig. - registerResourceConfigSeq(ResourceConfigSeq) - Method in interface org.smooks.api.Registry
-
Registers and initialises a
ResourceConfigSeq. - registerResources(String, InputStream) - Method in interface org.smooks.api.Registry
-
Registers the set of resources specified in the supplied XML configuration stream.
- Registry - Interface in org.smooks.api
-
Holds system and user objects such as
ResourceConfigandContentHandler. - release(long, Object) - Method in interface org.smooks.api.delivery.fragment.Fragment
- remove(TypedKey<T>) - Method in interface org.smooks.api.TypedMap
-
Removes the mapping for a key from this map if it is present (optional operation).
- REMOVE - org.smooks.api.bean.lifecycle.BeanLifecycle
- removeBean(String, Fragment<?>) - Method in interface org.smooks.api.bean.context.BeanContext
-
Removes a bean and all its associated lifecycle beans from the bean map
- removeBean(BeanId, Fragment<?>) - Method in interface org.smooks.api.bean.context.BeanContext
-
Removes a bean and all its associated lifecycle beans from the bean map
- removeChangeListener(ResourceConfigChangeListener) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Removes the specified change listener from the list of change listeners.
- removeExecutionEventListener(ExecutionEventListener) - Method in interface org.smooks.api.delivery.ContentDeliveryRuntime
- removeObserver(BeanContextLifecycleObserver) - Method in interface org.smooks.api.bean.context.BeanContext
-
Unregisters a bean observer.
- removeParameter(String) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Remove the named parameter this
ResourceConfig - reserve(long, Object) - Method in interface org.smooks.api.delivery.fragment.Fragment
- resource(String) - Method in interface org.smooks.api.resource.config.ConfigSearch
- ResourceAwareEvent - Interface in org.smooks.api.delivery.event
-
Smooks resource based event.
- ResourceConfig - Interface in org.smooks.api.resource.config
-
Configuration of a Smooks resource.
- ResourceConfigChangeListener - Interface in org.smooks.api.resource.config
-
ResourceConfigchange listener. - ResourceConfigExpander - Interface in org.smooks.api.delivery
-
Interface to allow configuration expansion.
- ResourceConfigFactory - Interface in org.smooks.api.resource.config
-
Constructs a
ResourceConfigfrom its correspondingElement. - ResourceConfigLoader - Interface in org.smooks.api.resource.config.loader
- ResourceConfigSeq - Interface in org.smooks.api.resource.config
-
An ordered list of
ResourceConfig. - ResourceConfigSeqFactory - Interface in org.smooks.api.resource.config
-
ResourceConfig Factory.
- ResourceConfigSortComparator - Interface in org.smooks.api.resource.config
-
Sort Comparator for
ResourceConfigObjects based on their "specificity". - restore(Memento) - Method in interface org.smooks.api.memento.Memento
-
Combines a
Mementostate with thisMemento - restore(Memento) - Method in interface org.smooks.api.memento.MementoCaretaker
-
Mutates a
Mementoto match the state of a savedMemento. - returnXMLReader(XMLReader) - Method in interface org.smooks.api.delivery.ReaderPool
-
Returns an
XMLReaderinstance to the reader pool associated with this ContentDelivery config instance. - REVERSE_VISIT_ORDER_ON_VISIT_AFTER - Static variable in interface org.smooks.api.delivery.Filter
S
- SaxNgVisitor - Interface in org.smooks.api.resource.visitor.sax.ng
-
Applies operations on partial
Elements. - SAXWriterAccessException - Exception in org.smooks.api.delivery.sax
-
SAXElementelement writer access excecption. - SAXWriterAccessException(String) - Constructor for exception org.smooks.api.delivery.sax.SAXWriterAccessException
- SAXWriterAccessException(String, Throwable) - Constructor for exception org.smooks.api.delivery.sax.SAXWriterAccessException
- selector(String) - Method in interface org.smooks.api.resource.config.ConfigSearch
- SELECTOR_NONE - Static variable in interface org.smooks.api.resource.config.ResourceConfig
-
A reserved selector for resources that does not target any event.
- SelectorPath - Interface in org.smooks.api.resource.config.xpath
- SelectorStep - Interface in org.smooks.api.resource.config.xpath
- SerializerVisitor - Interface in org.smooks.api.resource.visitor
-
W3C Node Serailization interface definition.
- setBeanContext(BeanContext) - Method in interface org.smooks.api.ExecutionContext
-
Sets the
BeanContextfor thisExecutionContext. - setBeanInContext(BeanId, boolean) - Method in interface org.smooks.api.bean.context.BeanContext
-
Mark the bean as being in context.
- setCloseSink(boolean) - Method in interface org.smooks.api.FilterSettings
- setCloseSource(boolean) - Method in interface org.smooks.api.FilterSettings
- setConditionEvaluator(ExpressionEvaluator) - Method in interface org.smooks.api.resource.config.xpath.SelectorPath
- setConfiguration(Properties) - Method in interface org.smooks.api.resource.config.Configurable
-
Set the component configuration.
- setContentEncoding(String) - Method in interface org.smooks.api.ExecutionContext
-
Set the content encoding to be used when parsing content on this context.
- setCreateResourceConfiguration(ResourceConfig) - Method in interface org.smooks.api.bean.repository.BeanId
- setDefaultSerializationOn(boolean) - Method in interface org.smooks.api.FilterSettings
- setDocumentSource(URI) - Method in interface org.smooks.api.ExecutionContext
-
Sets the document source URI of this
ExecutionContext. - setExecutionContext(ExecutionContext) - Method in interface org.smooks.api.resource.reader.SmooksXMLReader
-
Set the Smooks
ExecutionContexton the implementing class. - setExpression(String) - Method in interface org.smooks.api.expression.ExpressionEvaluator
-
Set the condition expression for the evaluator implementation.
- setFilterType(StreamFilterType) - Method in interface org.smooks.api.FilterSettings
- setMaintainElementStack(boolean) - Method in interface org.smooks.api.FilterSettings
- setMaxNodeDepth(int) - Method in interface org.smooks.api.FilterSettings
- setNamespaces(Properties) - Method in interface org.smooks.api.resource.config.xpath.SelectorPath
- setParameter(String, String, T) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Adds a parameter with a specified type to this
ResourceConfig. - setParameter(String, T) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Adds a parameter to this
ResourceConfig. - setParameter(Parameter<T>) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Adds a parameter to this
ResourceConfig. - setProfile(String) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Sets the target profile of this
ResourceConfig. - setReaderPoolSize(int) - Method in interface org.smooks.api.FilterSettings
- setResource(String) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Sets the resource of this
ResourceConfig. - setResourceType(String) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Sets the resource type (e.g., "class", "xsl", "groovy", etc...)
- setRewriteEntities(boolean) - Method in interface org.smooks.api.FilterSettings
- setSelector(String, Properties) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Sets the raw selector of this
ResourceConfig. - setSelectorPath(SelectorPath) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Sets the selector in its parsed form.
- setSourceObjects(List<Object>) - Method in interface org.smooks.api.resource.reader.JavaXMLReader
-
Set the list of Source Java objects to be used to generate events on the
ContentHandlerset on thisXMLReader. - setSystem(boolean) - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Set this
ResourceConfigas a default applied resource. - setSystem(boolean) - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- setTerminateOnException(boolean) - Method in interface org.smooks.api.FilterSettings
- setTerminationError(Throwable) - Method in interface org.smooks.api.ExecutionContext
-
Set the error/exception that caused the filter operation associated with this ExecutionContext to terminate.
- setVisitorBinding(ContentHandlerBinding<Visitor>) - Method in interface org.smooks.api.resource.visitor.interceptor.InterceptorVisitor
- setXml(Element) - Method in interface org.smooks.api.resource.config.Parameter
- Sink - Interface in org.smooks.api.io
- SINKS_TYPED_KEY - Static variable in interface org.smooks.api.io.Sink
- size() - Method in interface org.smooks.api.bean.context.BeanIdStore
- size() - Method in interface org.smooks.api.resource.config.ResourceConfigSeq
- SMOOKS_VISITORS_SORT - Static variable in interface org.smooks.api.delivery.ContentDeliveryConfig
- SmooksConfigException - Exception in org.smooks.api
-
Exception occurring during the construction of a Smooks configuration.
- SmooksConfigException(String) - Constructor for exception org.smooks.api.SmooksConfigException
- SmooksConfigException(String, Throwable) - Constructor for exception org.smooks.api.SmooksConfigException
- SmooksConfigException(Throwable) - Constructor for exception org.smooks.api.SmooksConfigException
- SmooksException - Exception in org.smooks.api
-
Exception originating from the Smooks framework.
- SmooksException() - Constructor for exception org.smooks.api.SmooksException
- SmooksException(String) - Constructor for exception org.smooks.api.SmooksException
- SmooksException(String, Throwable) - Constructor for exception org.smooks.api.SmooksException
- SmooksException(Throwable) - Constructor for exception org.smooks.api.SmooksException
- SmooksXMLReader - Interface in org.smooks.api.resource.reader
-
Smooks
XMLReader. - sort() - Method in interface org.smooks.api.delivery.ContentDeliveryConfig
- Source - Interface in org.smooks.api.io
- SOURCE_TYPED_KEY - Static variable in interface org.smooks.api.io.Source
- START_FRAGMENT - org.smooks.api.bean.lifecycle.BeanLifecycle
- stash(T, Function<T, T>) - Method in interface org.smooks.api.memento.MementoCaretaker
- STREAM_FILTER_TYPE - Static variable in interface org.smooks.api.delivery.Filter
-
Stream filter type config parameter.
- StreamFilterType - Interface in org.smooks.api.delivery
-
Indicates to Smooks the type of filter to use for streaming events.
- StreamSinkWriter - Annotation Type in org.smooks.api.delivery.sax
-
Fragment
StreamSinkWriter SAX Visitor Annotation. - summary() - Method in annotation type org.smooks.api.resource.visitor.VisitAfterReport
- summary() - Method in annotation type org.smooks.api.resource.visitor.VisitBeforeReport
T
- TERMINATE_ON_VISITOR_EXCEPTION - Static variable in interface org.smooks.api.delivery.Filter
- TEXT - org.smooks.api.delivery.sax.TextType
-
Raw text node.
- TextConsumer - Annotation Type in org.smooks.api.delivery.sax
-
Fragment Text Consumer
SaxNgVisitorAnnotation. - TextType - Enum in org.smooks.api.delivery.sax
-
Text data type.
- toConfig() - Method in interface org.smooks.api.resource.config.ReaderConfigurator
-
Create the
ResourceConfiglist for the Reader to be used by the Smooks instance. - toProperties() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Creates a
Propertiesinstance from the parametersResourceConfigobject. - toString() - Method in class org.smooks.api.TypedKey.DefaultTypedKey
- toXml() - Method in interface org.smooks.api.resource.config.ResourceConfig
-
Generates an XML'ified description of this resource.
- TypeConverter<S,T> - Interface in org.smooks.api.converter
-
Converts an object from a source class to a target class.
- TypeConverterDescriptor<S extends Type,T extends Type> - Interface in org.smooks.api.converter
- TypeConverterException - Exception in org.smooks.api.converter
-
Data Decode Exception.
- TypeConverterException(String) - Constructor for exception org.smooks.api.converter.TypeConverterException
-
Public constructor.
- TypeConverterException(String, Throwable) - Constructor for exception org.smooks.api.converter.TypeConverterException
-
Public constructor.
- TypeConverterFactory<S,T> - Interface in org.smooks.api.converter
-
Creates a
TypeConverterfor converting objects of different types. - TypedKey<T> - Interface in org.smooks.api
-
Represents a type-safe key for mapping to an object.
- TypedKey.DefaultTypedKey<T> - Class in org.smooks.api
- TypedMap - Interface in org.smooks.api
-
Stores key-value attributes that can be retrieved in a type-safe manner.
U
- UnknownProfileMemberException - Exception in org.smooks.api.profile
-
Unknown profile member exception.
- UnknownProfileMemberException(String) - Constructor for exception org.smooks.api.profile.UnknownProfileMemberException
-
Public constructor.
- unwrap() - Method in interface org.smooks.api.delivery.fragment.Fragment
V
- value() - Method in annotation type org.smooks.api.resource.visitor.dom.Phase
- valueOf(String) - Static method in enum org.smooks.api.bean.lifecycle.BeanLifecycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.smooks.api.delivery.sax.TextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.smooks.api.resource.visitor.dom.VisitPhase
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.smooks.api.bean.lifecycle.BeanLifecycle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.smooks.api.delivery.sax.TextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.smooks.api.resource.visitor.dom.VisitPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visitAfter(Element, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.dom.DOMVisitAfter
-
Visit the supplied element after visiting its child elements.
- visitAfter(Element, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.sax.ng.AfterVisitor
-
Visits the end of an
Element. - VisitAfterIf - Annotation Type in org.smooks.api.resource.visitor
-
Visit If annotation.
- VisitAfterReport - Annotation Type in org.smooks.api.resource.visitor
-
Visit after report annotation.
- visitBefore(Element, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.dom.DOMVisitBefore
-
Visit the supplied element before visiting its child elements.
- visitBefore(Element, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.sax.ng.BeforeVisitor
-
Visits the beginning of an
Element. - VisitBeforeIf - Annotation Type in org.smooks.api.resource.visitor
-
Visit If annotation.
- VisitBeforeReport - Annotation Type in org.smooks.api.resource.visitor
-
Visit before report annotation.
- visitChildElement(Element, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.sax.ng.ChildrenVisitor
-
Visits a child
Element. - visitChildText(CharacterData, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.sax.ng.ChildrenVisitor
-
Visits the character data of an
Element. - Visitor - Interface in org.smooks.api.resource.visitor
-
Applies operations on events.
- VisitorAppender - Interface in org.smooks.api.delivery
-
Vistor appender.
- VisitPhase - Enum in org.smooks.api.resource.visitor.dom
-
DOM Phase phase enumerations.
- VisitReport - Interface in org.smooks.api.resource.visitor
-
Annotation constants.
W
- withBeanIdStore(BeanIdStore) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets bean ID store for the application context.
- withClassLoader(ClassLoader) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets the class loader for the application context.
- withContentDeliveryRuntimeFactory(ContentDeliveryRuntimeFactory) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets the content delivery runtime factory for the application context.
- withFilterSettings(FilterSettings) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets filter settings for the application context.
- withReaderPoolFactory(ReaderPoolFactory) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets reader pool factory for the application context.
- withRegistry(Registry) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets the registry for the application context.
- withResourceConfigLoader(ResourceConfigLoader) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets the resource config loader for the application context.
- withResourceLocator(ContainerResourceLocator) - Method in interface org.smooks.api.ApplicationContextBuilder
-
Sets the resource locator for the application context.
- writeCharacterData(Node, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write element text.
- writeChildElements() - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write the child elements of the element this SerializationUnit is being applied to.
- writeElementCDATA(CDATASection, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write element CDATA section.
- writeElementComment(Comment, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write element comment.
- writeElementEntityRef(EntityReference, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write element entity reference object.
- writeElementNode(Node, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write element Node object.
- writeEndElement(Element, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write the element end portion; close the element.
- writeStartElement(Element, Writer, ExecutionContext) - Method in interface org.smooks.api.resource.visitor.SerializerVisitor
-
Write the element start portion; the element name and it's attributes.
All Classes All Packages