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 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
Returns the map of IXmlElement class names and corresponding XML page renderers.- Returns:
- the map of class names and corresponding XML page renderers.
-
getDocumentXmlRenderers
Map<String,com.aquima.interactions.framework.renderer.IXmlElementRenderer> getDocumentXmlRenderers()Returns the map of IXmlElement class names and corresponding XML document renderers.- Returns:
- the map of class names and corresponding XML document renderers.
-