Class ObjectActionLoader<T>

    • Field Detail

      • dataClass

        protected Class<T> dataClass
      • actionRoot

        protected String actionRoot
    • Constructor Detail

      • ObjectActionLoader

        public ObjectActionLoader​(File file,
                                  Object contextID,
                                  Class<T> dataClass,
                                  String actionRoot)
    • Method Detail

      • prepare

        protected void prepare​(com.thoughtworks.xstream.XStream xstream)
        Override this method if you need to prepare the XStream before using it.
        Parameters:
        xstream - the XStream that will be used for reading in the descriptor
      • getClassLoader

        protected abstract ClassLoader getClassLoader()