| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| AbstractApplyChildrenConfig — Class in package org.spicefactory.parsley.context.tree.namespaces.template.nested |
|
Abstract base implementation for configuration objects that represent
the <apply-children> tag. |
| AbstractArrayValueHolderConfig — Class in package org.spicefactory.parsley.context.tree |
|
Abstract base implementation for all configuration classes that accept a sequence
of the standard value tags like <boolean> or <string> as
child nodes representing Array elements. |
| AbstractAttributeContainer — Class in package org.spicefactory.parsley.context.tree |
|
Abstract base implementation of the AttributeContainer interface. |
| AbstractAttributeContainer() — Constructor in class org.spicefactory.parsley.context.tree.AbstractAttributeContainer |
|
Creates a new instance. |
| AbstractElementConfig — Class in package org.spicefactory.parsley.context.tree |
|
Abstract base implementation of the ElementConfig interface that delegates
XML parsing to an ElementProcessor implementation. |
| AbstractFactoryTemplateClientConfig — Class in package org.spicefactory.parsley.context.tree.namespaces.template.client |
|
Abstract base implementation for factory template clients. |
| AbstractFactoryTemplateClientConfig(ofc:org.spicefactory.parsley.context.factory:ObjectFactoryConfig, childProcessor:org.spicefactory.parsley.context.factory:ElementConfig) — Constructor in class org.spicefactory.parsley.context.tree.namespaces.template.client.AbstractFactoryTemplateClientConfig |
|
Creates a new instance. |
| AbstractMethodConfig — Class in package org.spicefactory.parsley.context.tree.core |
|
Abstract baes class for all types of method call configuration. |
| AbstractResolverConfig — Class in package org.spicefactory.parsley.context.tree.setup |
|
Abstract base class for PropertyResolverConfig and VariableResolverConfig. |
| AbstractTagConfig — Class in package org.spicefactory.parsley.context.tree.namespaces |
|
Abstract base implementation for configuration classes that use programmatic
configuration for custom tags. |
| AbstractTemplateConfig — Class in package org.spicefactory.parsley.context.tree.namespaces.template |
|
Abstract base implementation of the TemplateConfig interface. |
| AbstractValueHolderConfig — Class in package org.spicefactory.parsley.context.tree |
|
Abstract base class for all configuration classes that accept the standard
value tags like <boolean> or <string> as
child nodes. |
| Action — Interface in package org.spicefactory.parsley.mvc |
|
Actions will be invoked for an ApplicationEvent they were registered for
in a FrontController instance. |
| ActionConfigProcessor — Class in package org.spicefactory.parsley.namespaces.mvc |
|
Represents the action tag from the custom configuration namespace for the
MVC Framework. |
| ActionInterceptor — Interface in package org.spicefactory.parsley.mvc |
|
Intercepts an event before the actual actions registered for that event are executed. |
| ActionProcessor — Class in package org.spicefactory.parsley.mvc |
|
An ActionProcessor is responsible for handling a single event processing. |
| ActionRegistration — Interface in package org.spicefactory.parsley.mvc.impl |
|
Represents a single registered action. |
| ActionRegistry — Class in package org.spicefactory.parsley.mvc.impl |
|
Special subclass of Registry that works with ActionRegistration
instances and uses their equals methods for finding items to remove. |
| ActionRegistry() — Constructor in class org.spicefactory.parsley.mvc.impl.ActionRegistry |
|
Creates a new instance. |
| addApplyChildrenConfig(config:org.spicefactory.parsley.context.tree.namespaces.template.nested:ApplyProcessorChildrenConfig) — Method in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
Adds the configuration for children of a template-based custom tag. |
| addAttribute(name, conv, required, defaultValue) — Method in class org.spicefactory.parsley.context.xml.DefaultElementProcessor |
|
Adds an attribute configuration to this processor. |
| addBundle(bundle:org.spicefactory.parsley.localization.spi:MessageBundleSpi) — Method in class org.spicefactory.parsley.localization.impl.DefaultMessageSource |
|
Adds a message bundle to this instance. |
| addBundle(bundle:org.spicefactory.parsley.localization.spi:MessageBundleSpi) — Method in interface org.spicefactory.parsley.localization.spi.MessageSourceSpi |
|
Adds a message bundle to this instance. |
| addBundleLoaders(loc:org.spicefactory.parsley.localization:Locale, chain) — Method in class org.spicefactory.parsley.localization.impl.DefaultMessageSource |
|
Invoked when the current Locale is switched. |
| addBundleLoaders(loc:org.spicefactory.parsley.localization:Locale, group) — Method in interface org.spicefactory.parsley.localization.spi.MessageSourceSpi |
|
Invoked when the current Locale is switched. |
| addChild(ms:org.spicefactory.parsley.localization.spi:MessageSourceSpi) — Method in class org.spicefactory.parsley.localization.impl.DefaultMessageSource |
|
Adds a child MessageSourceSpi instance. |
| addChild(ms:org.spicefactory.parsley.localization.spi:MessageSourceSpi) — Method in interface org.spicefactory.parsley.localization.spi.MessageSourceSpi |
|
Adds a child MessageSourceSpi instance. |
| addChildConfig(config:org.spicefactory.parsley.context.tree.values:ValueConfig) — Method in class org.spicefactory.parsley.context.tree.AbstractArrayValueHolderConfig |
|
Adds a value configuration that represents an Array element. |
| addChildConfig(config:org.spicefactory.parsley.context.tree.core:RootObjectFactoryConfig) — Method in class org.spicefactory.parsley.context.tree.core.FactoryConfig |
|
Adds an object configuration to this factory. |
| addChildConfig(config:org.spicefactory.parsley.context.factory:ObjectProcessorConfig) — Method in class org.spicefactory.parsley.namespaces.logging.LogFactoryConfig |
|
Adds configuration for an Appender or a LogLevel. |
| addChildNode(name, ChildClass, constructorArgs, minOccurs, maxOccurs) — Method in class org.spicefactory.parsley.context.xml.DefaultElementProcessor |
|
Adds a child node configuration to this processor. |
| addCustomConfig(config:org.spicefactory.parsley.context.factory:ObjectProcessorConfig) — Method in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
Adds the configuration for a custom tag. |
| addCustomConfig(config:org.spicefactory.parsley.context.factory:ObjectProcessorConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.client.CompositeObjectProcessorConfig |
|
Adds the configuration for a custom tag. |
| addDestroyCommand(com) — Method in class org.spicefactory.parsley.context.ApplicationContext |
|
Adds a Command to this ApplicationContext that should be invoked
when the ApplicationContext gets destroyed. |
| addDestroyMethodConfig(config:org.spicefactory.parsley.context.tree.core:MethodInvocationConfig) — Method in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
Adds the configuration for a method that gets invoked on the object created
by this factory when the ApplicationContext gets destroyed. |
| addFactoryConfigConfig(fc:org.spicefactory.parsley.context.tree.namespaces:ObjectFactoryConfigBuilder) — Method in class org.spicefactory.parsley.context.tree.namespaces.NamespaceConfig |
|
Adds a custom factory configuration builder. |
| addFactoryTemplateConfig(fc:org.spicefactory.parsley.context.tree.namespaces:ObjectFactoryConfigBuilder) — Method in class org.spicefactory.parsley.context.tree.namespaces.NamespaceConfig |
|
Adds a factory template. |
| addFile(filename) — Method in class org.spicefactory.parsley.context.ApplicationContextParser |
|
Adds the configuration file with the specified name to the list of files to be processed. |
| addIncludeConfig(ic:org.spicefactory.parsley.context.tree.setup:IncludeConfig) — Method in class org.spicefactory.parsley.context.tree.setup.IncludeListConfig |
|
Adds a file to be included to this configuration. |
| addInitCommand(com) — Method in class org.spicefactory.parsley.context.ApplicationContext |
|
Adds a Command to this ApplicationContext that should be invoked
after the ApplicationContext is fully parsed but before any object gets
instantiated. |
| addInitMethodConfig(config:org.spicefactory.parsley.context.tree.core:MethodInvocationConfig) — Method in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
Adds the configuration for a single method invocation. |
| addInitMethodConfig(config:org.spicefactory.parsley.context.tree.core:MethodInvocationConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.ObjectProcessorTemplateConfig |
|
Adds the configuration for a method invocation to this template. |
| addInitMethodConfig(config:org.spicefactory.parsley.context.tree.core:MethodInvocationConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.client.CompositeObjectProcessorConfig |
|
Adds the configuration for a method invocation to this composite object processor. |
| addInitMethodConfig(config:org.spicefactory.parsley.context.tree.core:MethodInvocationConfig) — Method in class org.spicefactory.parsley.context.tree.setup.StaticConfig |
|
Adds a configuration for a static method call. |
| addListenerConfig(config:org.spicefactory.parsley.context.tree.core:ListenerConfig) — Method in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
Adds the configuration for a single listener. |
| addListenerConfig(config:org.spicefactory.parsley.context.tree.core:ListenerConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.ObjectProcessorTemplateConfig |
|
Adds the configuration for a listener registration to this template. |
| addListenerConfig(config:org.spicefactory.parsley.context.tree.core:ListenerConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.client.CompositeObjectProcessorConfig |
|
Adds the configuration for a listener registration to this composite object processor. |
| addLoaders(newLocale:org.spicefactory.parsley.localization:Locale, chain) — Method in class org.spicefactory.parsley.localization.impl.DefaultMessageBundle |
|
Invoked when the current Locale is switched. |
| addLoaders(loc:org.spicefactory.parsley.localization:Locale, group) — Method in interface org.spicefactory.parsley.localization.spi.MessageBundleSpi |
|
Invoked when the current Locale is switched. |
| addLocaleConfig(config:org.spicefactory.parsley.context.tree.localization:LocaleConfig) — Method in class org.spicefactory.parsley.context.tree.localization.LocaleManagerConfig |
| |
| addMessageBundleConfig(config:org.spicefactory.parsley.context.tree.localization:MessageBundleConfig) — Method in class org.spicefactory.parsley.context.tree.localization.MessageSourceConfig |
|
Adds the configuration for a single message bundle. |
| addMessages(loc:org.spicefactory.parsley.localization:Locale, messages) — Method in interface org.spicefactory.parsley.localization.MessageBundle |
|
Adds messages for the specified Locale. |
| addMessages(loc:org.spicefactory.parsley.localization:Locale, messages) — Method in class org.spicefactory.parsley.localization.impl.DefaultMessageBundle |
|
Adds messages for the specified Locale. |
| addNamespaceConfig(nc:org.spicefactory.parsley.context.tree.namespaces:NamespaceConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.NamespaceListConfig |
|
Adds a single custom configuration namespace. |
| addProcessorConfigConfig(pc:org.spicefactory.parsley.context.tree.namespaces:ObjectProcessorConfigBuilder) — Method in class org.spicefactory.parsley.context.tree.namespaces.NamespaceConfig |
|
Adds a custom processor configuration builder. |
| addProcessorTemplateConfig(pc:org.spicefactory.parsley.context.tree.namespaces:ObjectProcessorConfigBuilder) — Method in class org.spicefactory.parsley.context.tree.namespaces.NamespaceConfig |
|
Adds a processor template. |
| addPropertyConfig(config:org.spicefactory.parsley.context.tree.core:PropertyConfig) — Method in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
Adds the configuration for a single property value. |
| addPropertyConfig(config:org.spicefactory.parsley.context.tree.core:PropertyConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.ObjectProcessorTemplateConfig |
|
Adds the configuration for a property to this template. |
| addPropertyConfig(config:org.spicefactory.parsley.context.tree.core:PropertyConfig) — Method in class org.spicefactory.parsley.context.tree.namespaces.template.client.CompositeObjectProcessorConfig |
|
Adds the configuration for a property to this composite object processor. |
| addPropertyConfig(config:org.spicefactory.parsley.context.tree.core:PropertyConfig) — Method in class org.spicefactory.parsley.context.tree.setup.StaticConfig |
|
Adds a configuration for a static property. |
| addPropertyResolverConfig(param:org.spicefactory.parsley.context.tree.setup:PropertyResolverConfig) — Method in class org.spicefactory.parsley.context.tree.setup.ExpressionsConfig |
|
Adds a PropertyResolver configuration. |
| addStaticConfig(sc:org.spicefactory.parsley.context.tree.setup:StaticConfig) — Method in class org.spicefactory.parsley.context.tree.setup.StaticListConfig |
|
Adds a single configuration for static properties to this set. |
| addSupportedLocale(loc:org.spicefactory.parsley.localization:Locale) — Method in interface org.spicefactory.parsley.localization.LocaleManager |
|
Adds a Locale that the set of Locales supported by this LocaleManager. |
| addSupportedLocale(loc:org.spicefactory.parsley.localization:Locale) — Method in class org.spicefactory.parsley.localization.impl.DefaultLocaleManager |
|
Adds a Locale that the set of Locales supported by this LocaleManager. |
| addTextNode(name, conv, required, defaultValue) — Method in class org.spicefactory.parsley.context.xml.DefaultElementProcessor |
|
Adds a text node configuration to this processor. |
| addValueConfigs(ep:org.spicefactory.parsley.context.xml:DefaultElementProcessor) — Method in class org.spicefactory.parsley.context.tree.AbstractValueHolderConfig |
|
Adds all standard ValueConfig implementations to the
specified ElementProcessor. |
| addVariableConfig(vc:org.spicefactory.parsley.context.tree.setup:VariableConfig) — Method in class org.spicefactory.parsley.context.tree.setup.ExpressionsConfig |
|
Adds a variable definition. |
| addVariableResolverConfig(param:org.spicefactory.parsley.context.tree.setup:VariableResolverConfig) — Method in class org.spicefactory.parsley.context.tree.setup.ExpressionsConfig |
|
Adds a VariableResolver configuration. |
| addXml(xml) — Method in class org.spicefactory.parsley.context.ApplicationContextParser |
|
Adds an XML instance to the list of XML objects to be processed. |
| AppenderConfig — Class in package org.spicefactory.parsley.namespaces.logging |
|
Represents the custom appender tag. |
| applicationContext — Property in class org.spicefactory.parsley.context.ApplicationContextParser |
|
The ApplicationContext instance loaded and parsed by this parser. |
| applicationContext — Property in interface org.spicefactory.parsley.context.tree.ApplicationContextAware |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.core.InstanceFactoryMethodConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.core.ListenerConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.core.PropertyConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.localization.LocaleManagerConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.localization.LocalizationConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.namespaces.NamespaceListConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.namespaces.template.client.AbstractFactoryTemplateClientConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.namespaces.template.client.ProcessorTemplateClientConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.setup.ExpressionsConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.setup.StaticListConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.values.ApplicationContextRefConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.values.CustomValueConfig |
|
The application context this configuration object belongs to. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.values.MessageConfig |
|
The ApplicationContext instance to obtain the messages from. |
| applicationContext — Property in class org.spicefactory.parsley.context.tree.values.ReferenceConfig |
|
The application context this configuration object belongs to. |
| ApplicationContext — Class in package org.spicefactory.parsley.context |
|
The central class of the Parsley IOC Container. |
| ApplicationContextAction — Class in package org.spicefactory.parsley.mvc.impl |
|
An ActionRegistration implementation that serves as
a registration for a lazily initialized Action delegate configured in an
ApplicationContext. |
| ApplicationContextAction(context:org.spicefactory.parsley.context:ApplicationContext, objectId, methodName) — Constructor in class org.spicefactory.parsley.mvc.impl.ApplicationContextAction |
|
Creates a new instance. |
| ApplicationContextAware — Interface in package org.spicefactory.parsley.context.tree |
|
Interfaces to be implemented by all configuration classes that need a reference
to the ApplicationContext they belong to. |
| ApplicationContextConfig — Class in package org.spicefactory.parsley.context.tree.core |
|
Represents the root <application-context> tag in a Parsley
configuration file. |
| ApplicationContextConfig() — Constructor in class org.spicefactory.parsley.context.tree.core.ApplicationContextConfig |
|
Creates a new instance. |
| ApplicationContextInterceptor — Class in package org.spicefactory.parsley.mvc.impl |
|
An ActionInterceptor implementation that serves as
a registration for a lazily initialized ActionInterceptor delegate configured in an
ApplicationContext. |
| ApplicationContextInterceptor(context:org.spicefactory.parsley.context:ApplicationContext, objectId) — Constructor in class org.spicefactory.parsley.mvc.impl.ApplicationContextInterceptor |
|
Creates a new instance. |
| ApplicationContextParser — Class in package org.spicefactory.parsley.context |
|
Class responsible for loading and parsing of configuration files. |
| ApplicationContextParser(name, useAsRoot) — Constructor in class org.spicefactory.parsley.context.ApplicationContextParser |
|
Creates a new instance. |
| ApplicationContextRefConfig — Class in package org.spicefactory.parsley.context.tree.values |
|
Represents a reference to the ApplicationContext that created the configured object. |
| ApplicationContextRefConfig() — Constructor in class org.spicefactory.parsley.context.tree.values.ApplicationContextRefConfig |
|
Creates a new instance. |
| applicationDomain — Property in class org.spicefactory.parsley.context.ApplicationContext |
|
The ApplicationDomain this ApplicationContext should use to obtain class definitions. |
| applicationDomain — Property in class org.spicefactory.parsley.context.ApplicationContextParser |
|
The ApplicationDomain the ApplicationContext should use to obtain class definitions. |
| ApplicationEvent — Class in package org.spicefactory.parsley.mvc |
|
The base class for all events processed by the FrontController. |
| ApplicationEvent(name) — Constructor in class org.spicefactory.parsley.mvc.ApplicationEvent |
|
Creates a new instance. |
| ApplyFactoryTemplateConfig — Class in package org.spicefactory.parsley.context.tree.namespaces.template.nested |
|
Represents the <apply-factory-template> tag. |
| applyNewMessages() — Method in class org.spicefactory.parsley.localization.impl.DefaultMessageBundle |
|
Called once after loading of new resources for a new locale has finished. |
| applyNewMessages() — Method in interface org.spicefactory.parsley.localization.spi.MessageBundleSpi |
|
Called once after loading of new resources for a new locale has finished. |
| ApplyProcessorChildrenConfig — Class in package org.spicefactory.parsley.context.tree.namespaces.template.nested |
|
Represents the <apply-children> tag when used in places where
object processor tags are located. |
| ApplyValueChildrenConfig — Class in package org.spicefactory.parsley.context.tree.namespaces.template.nested |
|
Represents the <apply-children> tag when used in places where
object factory tags are located. |
| ArrayConfig — Class in package org.spicefactory.parsley.context.tree.values |
|
Represents an Array - in XML configuration the <array> tag. |
| ArrayConfig() — Constructor in class org.spicefactory.parsley.context.tree.values.ArrayConfig |
|
Creates a new instance. |
| Attribute — Class in package org.spicefactory.parsley.context.tree |
|
Represents a single configuration attribute. |
| Attribute(expression, config:org.spicefactory.parsley.context.xml:AttributeConfig) — Constructor in class org.spicefactory.parsley.context.tree.Attribute |
|
Creates a new instance. |
| AttributeConfig — Class in package org.spicefactory.parsley.context.xml |
|
Configuration for a single attribute. |
| AttributeConfig(name, conv, required, defaultValue) — Constructor in class org.spicefactory.parsley.context.xml.AttributeConfig |
|
Creates a new instance. |
| AttributeContainer — Interface in package org.spicefactory.parsley.context.tree |
|
Interface to be implemented by all configuration classes that expect
configuration attributes to be set. |
| attributes — Property in class org.spicefactory.parsley.context.tree.namespaces.template.client.AbstractFactoryTemplateClientConfig |
|
The custom attributes for this tag. |
| autowire — Property in class org.spicefactory.parsley.context.tree.core.DefaultObjectFactoryConfig |
|
The autowire mode for this object factory. |
| autowire — Property in class org.spicefactory.parsley.context.tree.core.FactoryConfig |
|
The default autowire mode for this factory. |
| AutowireConverter — Class in package org.spicefactory.parsley.context.converter |
|
Converter implementation that converts strings to Autowire enumeration instances. |
| AutowireMode — Class in package org.spicefactory.parsley.context.tree.core.enum |
|
Enumeration for all available autowire modes. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |