Package net.sf.archimede.jsf.view.workspace

Examples of net.sf.archimede.jsf.view.workspace.CollectionBean


        }
       
        DatabaseUtil.getSingleton().beginTransaction(this.credentials);
       
       
        CollectionBean collectionBean = (CollectionBean) FacesContext.getCurrentInstance().getApplication().createValueBinding(CollectionBean.BEAN_REF).getValue(FacesContext.getCurrentInstance());
        //Prepare collectionBean
        collectionBean.retrieveBaseCollections();
       
        return "workspace_home";
    }
View Full Code Here

TOP

Related Classes of net.sf.archimede.jsf.view.workspace.CollectionBean

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.