jford       2004/10/15 11:44:18

  Modified:    components/registry/src/java/org/apache/jetspeed/om/portlet/impl
                        PortletDefinitionImpl.java
  Log:
  Added getter methods for supported locales, resource bundle
  
  Revision  Changes    Path
  1.26      +6 -1      
jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/portlet/impl/PortletDefinitionImpl.java
  
  Index: PortletDefinitionImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/portlet/impl/PortletDefinitionImpl.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- PortletDefinitionImpl.java        12 Oct 2004 19:56:20 -0000      1.25
  +++ PortletDefinitionImpl.java        15 Oct 2004 18:44:18 -0000      1.26
  @@ -868,6 +868,11 @@
       {
           resourceBundle = string;
       }
  +    
  +    public Collection getSupportedLocales()
  +    {
  +        return supportedLocales;
  +    }
   
       public void addSupportedLocale(String locale)
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to