Class AbstractXmlBuilder<T extends AbstractEntity>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T entity  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractXmlBuilder​(T entity)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String getEntityRef()  
      protected abstract java.lang.String getId()  
      protected java.lang.String html5toXML​(java.lang.String html5)  
      abstract void setEntityBody​(java.util.Map<java.util.UUID,​java.lang.String> fragments)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractXmlBuilder

        protected AbstractXmlBuilder​(T entity)
    • Method Detail

      • html5toXML

        protected java.lang.String html5toXML​(java.lang.String html5)
      • getId

        protected abstract java.lang.String getId()
      • setEntityBody

        public abstract void setEntityBody​(java.util.Map<java.util.UUID,​java.lang.String> fragments)
      • getEntityRef

        public abstract java.lang.String getEntityRef()