Class | Description |
---|---|
AddPRBeanDefinitionParser |
BeanDefinitionParser for
<gate:add-pr> ,
producing a definition of a AddPRResourceCustomiser
object. |
CustomisableBeanDefinitionParser |
Common superclass for BeanDefinitionParsers for elements that support
a nested
<gate:customisers> element mapping to a
"customisers" property in the parsed definition. |
DuplicateBeanDefinitionParser | |
ExtraGatePluginBeanDefinitionParser |
Bean definition parser for
<gate:extra-plugin>path</gate:extra-plugin>
producing the equivalent of |
FeatureMapBeanDefinitionParser |
Bean definition parser for
<gate:feature-map>
elements, producing a definition for a FeatureMapFactoryBean . |
InitBeanDefinitionParser |
BeanDefinitionParser for
<gate:init> elements,
producing a definition for an Init object. |
NamespaceHandler |
Spring namespace handler for the http://gate.ac.uk/ns/spring
namespace.
|
PooledProxyBeanDefinitionDecorator |
Bean decorator to easily create a pool of target beans.
|
PoolFiller |
Simple bean that takes a pooled target source and performs a sequence
of n getTarget calls followed by n releaseTarget calls.
|
ResourceBeanDefinitionParser |
BeanDefinitionParser for
<gate:resource> ,
producing a definition for a GateResourceFactoryBean . |
SavedApplicationBeanDefinitionParser |
BeanDefinitionParser for
<gate:saved-application> ,
producing a definition for a SavedApplicationFactoryBean . |
SetParameterBeanDefinitionParser |
BeanDefinitionParser for
<gate:set-parameter> ,
producing a definition of a SetParameterResourceCustomiser
object. |
SoftIdleCommonsPool2TargetSource |
CommonsPool2TargetSource that sets the softMinEvictableIdleTimeMillis on the
underlying pool instead of the "hard" minEvictableIdleTimeMillis.
|
SoftIdleCommonsPoolTargetSource |
CommonsPoolTargetSource that sets the softMinEvictableIdleTimeMillis on the
underlying pool instead of the "hard" minEvictableIdleTimeMillis.
|
UrlBeanDefinitionParser |
Bean definition parser for
<gate:url>path</gate:url> , producing the
equivalent of |
Copyright © 2023 GATE. All rights reserved.