Package com.sun.faces.flow

Examples of com.sun.faces.flow.ViewNodeImpl


    public ViewBuilderImpl(FlowBuilderImpl root, String viewNodeId, String vdlDocumentId) {
        this.root = root;
       
        List<ViewNode> viewNodes = root._getFlow()._getViews();
        viewNode = new ViewNodeImpl(viewNodeId, vdlDocumentId);
        viewNodes.add(viewNode);
    }
View Full Code Here

TOP

Related Classes of com.sun.faces.flow.ViewNodeImpl

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.