Class EntryPointXMLHelper


  • public class EntryPointXMLHelper
    extends Object
    • Field Detail

      • LANGUAGES

        public static final String[] LANGUAGES
    • Constructor Detail

      • EntryPointXMLHelper

        public EntryPointXMLHelper()
    • Method Detail

      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(EntryPoint object)
      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(EntryPoint object,
                                                           String... languages)
      • fromXML

        public static EntryPoint fromXML​(net.anotheria.util.xml.XMLNode node)