Package org.apache.jetspeed.om.registry.base

Examples of org.apache.jetspeed.om.registry.base.BasePortletEntry.addCategory()


        // categories
        Iterator categories = pde.getPortletCategorys().iterator();
        while (categories.hasNext())
        {
            PortletCategory pc = (PortletCategory)categories.next();           
            pe.addCategory(pc.getName(), pc.getGroup());
        }
       
        return pe;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.