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

    Methods inherited from interface org.springframework.context.ApplicationContextAware

    setApplicationContext
  • Method Details

    • getXmlPageRenderers

      Map<String,com.aquima.interactions.framework.renderer.IXmlElementRenderer> 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.