[Yanel-dev] what is the method Object Resource.getParameter()

Michael Wechner michael.wechner at wyona.com
Tue Nov 13 16:13:37 CET 2007


Hi

What is the following method good for?

 
   /**
     * Gets the parameter with the given name.
     * @param name
     * @return parameter object or null if no parameter with this name 
exists.
     */
    public Object getParameter(String name) {
        return this.parameters.get(name);
    }


thanks

Michi

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



More information about the Yanel-development mailing list