Package org.apache.pluto.portalImpl.om.page

Examples of org.apache.pluto.portalImpl.om.page.Property


            Map map = new HashMap();

            Iterator iterator = this.fragDesc.getProperties().iterator();

            while (iterator.hasNext()) {
                Property property = (Property)iterator.next();

                map.put(property.getName(), property.getValue());
            }

            initParameters = new Parameters(map);
        }
View Full Code Here

TOP

Related Classes of org.apache.pluto.portalImpl.om.page.Property

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.