
com.mtvnet.boxspring.compat.ns.Spring3DNamespaceHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boxspring-core-compat Show documentation
Show all versions of boxspring-core-compat Show documentation
BoxSpring Spring3D Compatibility Layer
The newest version!
package com.mtvnet.boxspring.compat.ns;
import com.mtvnet.boxspring.ns.BoxSpringNamespaceHandler;
public class Spring3DNamespaceHandler extends BoxSpringNamespaceHandler {
/** for legacy compatibility. */
public static final String NAMESPACE_URI = "http://plateng.mtvi.com/spring3d";
/**
* {@inheritDoc}
*/
public void init() {
super.init();
registerBeanDefinitionParser("expose-named-beans",
new Spring3DExposeNamedBeanDefinitionParser());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy