Package net.sf.minuteProject.loader.implicitstructure.node

Examples of net.sf.minuteProject.loader.implicitstructure.node.BaseStructure


//    if (template.getScopeSpecificValue().equals("line"))
//      generateBeanSpecific(template); 
  }

  private void generateDocumentSpecific (Template template) throws MinuteProjectException
    BaseStructure baseStructure = implicitstructureHolder.getBaseStructure();
    writeTemplateResult(baseStructure, template);
  }
View Full Code Here

TOP

Related Classes of net.sf.minuteProject.loader.implicitstructure.node.BaseStructure

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.