|
Spring Framework | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.cache.config.CacheNamespaceHandler
public class CacheNamespaceHandler
NamespaceHandler
allowing for the configuration of declarative
cache management using either XML or using annotations.
This namespace handler is the central piece of functionality in the Spring cache management facilities.
Constructor Summary | |
---|---|
CacheNamespaceHandler()
|
Method Summary | |
---|---|
void |
init()
Invoked by the DefaultBeanDefinitionDocumentReader after
construction but before any custom elements are parsed. |
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport |
---|
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheNamespaceHandler()
Method Detail |
---|
public void init()
NamespaceHandler
DefaultBeanDefinitionDocumentReader
after
construction but before any custom elements are parsed.
NamespaceHandlerSupport.registerBeanDefinitionParser(String, BeanDefinitionParser)
|
Spring Framework | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |