1 6 7 package javax.portlet; 8 9 10 11 12 25 public interface PortletConfig 26 { 27 28 29 38 39 public String getPortletName (); 40 41 42 51 52 public PortletContext getPortletContext (); 53 54 55 66 67 public java.util.ResourceBundle getResourceBundle(java.util.Locale locale); 68 69 70 83 84 public String getInitParameter(java.lang.String name); 85 86 87 97 98 public java.util.Enumeration getInitParameterNames(); 99 } 100 101 | Popular Tags |