[Yanel-dev] HashMap createRTIProperties

Michael Wechner michael.wechner at wyona.com
Tue Oct 23 22:21:09 CEST 2007


simon litwan wrote:

> hi all
>
> i think we should change the following methode in creatbleV2           
> /**
>     * Creates RTI properties
>     */
>    public HashMap createRTIProperties(HttpServletRequest request);
>
>
> since some properties can have multiple values (e.g. xslt) we should 
> return something else then a map which doesn't work for multiple 
> values with the same key.


what about something like

public Enumeration createResourceConfigProperties(HttpServletRequest 
request)

resp.

Enumeration getResourceConfigPropertiesNames()

String[] getResourceConfigPropertyValues(String name)

(which is similar to 
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletRequest.html)

WDYT?

Cheers

Michi

>
> simon
>
> _______________________________________________
> Yanel-development mailing list
> Yanel-development at wyona.com
> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development



-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner at wyona.com                        michi at apache.org
+41 44 272 91 61



More information about the Yanel-development mailing list