Package com.webobjects.directtoweb

Examples of com.webobjects.directtoweb.D2WModel


public class ERD2WFactory extends D2W {

  @Override
    protected void init() {
        D2WModel model = D2WModel.defaultModel();
        if (!(model instanceof ERD2WModel)) {
            ERD2WModel erModel = ERD2WModel.erDefaultModel();
            D2WModel.setDefaultModel(erModel);
        }
        super.init();
View Full Code Here

TOP

Related Classes of com.webobjects.directtoweb.D2WModel

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.