Package org.springframework.ide.eclipse.webflow.core.internal.model.project

Examples of org.springframework.ide.eclipse.webflow.core.internal.model.project.WebflowProjectDescription


    }
    return description;
  }

  public void setConfigs(List<IWebflowConfig> configs) {
    WebflowProjectDescription description = getDescription();
    description.setConfigs(configs);
    WebflowProjectDescriptionWriter.write(project, description);

    model.fireModelChangedEvent(this);
  }
View Full Code Here


    }
    return null;
  }
 
  public void saveDescription() {
    WebflowProjectDescription description = getDescription();
    WebflowProjectDescriptionWriter.write(project, description);
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.webflow.core.internal.model.project.WebflowProjectDescription

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.