1 16 19 20 package org.apache.pluto.services.information; 21 22 23 26 public interface PortalContextProvider 27 { 28 29 41 42 public java.lang.String getProperty(java.lang.String name); 43 44 45 52 public java.util.Collection getPropertyNames(); 53 54 55 64 65 public java.util.Collection getSupportedPortletModes(); 66 67 68 77 78 public java.util.Collection getSupportedWindowStates(); 79 80 81 90 91 public java.lang.String getPortalInfo(); 92 93 } 94 | Popular Tags |