The CapabilityMap right now is only targeted towards Browsers. It needs to be split up into two camps (well... at least 2 for right now). - Browsers/Clients - Portlets I am going to init a CapabilityMapFactory and then make CapabilityMap an interface. There will be two implementations: ClientCapabilityMap PortletCapabilityMap PortletCapabilityMap will be read from PSML. I will make the changes to the XML schema to support this. Basically there will be a : <capability-map> section with various entries. The PortletRegistry will take care of adding these to the CapabilityMapFactory when it parses out Entries. This way we will now have a PortletConfig.getCapabilitymap() method. :) Kevin -- Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey: burtonator) http://relativity.yi.org Message to SUN: "Please Open Source Java!" To fight and conquer in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting. - Sun Tzu, 300 B.C. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
