Interface IAnnotatedRendererStore
- All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware
public interface IAnnotatedRendererStore
extends org.springframework.context.ApplicationContextAware
Interface for services used to get Map of registered renderers.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the map of container type names and corresponding XML container renderers.Returns the map of IXmlElement class names and corresponding XML document renderers.Returns the map of IXmlElement class names and corresponding XML page renderers.Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Method Details
-
getXmlPageRenderers
-
getDocumentXmlRenderers
-
getDocumentXmlContainerRenderers
-