Rapha�l Luta wrote:
> 
> "Kevin A. Burton" wrote:
> >
> > So if none of this gets -1 by Monday I am going to make the changes.
> >
> > - Portlet.init(PortletConfig config) will be removed.  It will become
> > Portlet.init().  You can get your
> > PortletConfig via getPortletConfig().  This is less confusing.
> >
> 
> +1

DONE
 
> > - PortletConfig:
> >         - the PortletSet properties will not be bridged.  If you set a property
> > in the PortletSet then
> >           it will not be available to a Portlet unless you explicitly
> > ask for it.
> 
> -1

Rapha�l... what do you think of my comments in the last e-mail?
 
> For most parameters I can think of, the controllers just want the current value for
> a given parameter, they don't want to know if it's a locally overridden property
> or if it's inherited from the current set. Why would they need to care ?
> Do you have an explicit need for querying local only parameters ?
> 
> >         - getParameters() will return the dynamic Engine (like servlet post)
> > parameters.
> >         - getInitParameters() will return the info in the PortletMarkup
> >
> 
> +1

DONE

-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
The house of the unbelievers shall be razed and they shall be
scorched to the earth. Their code will be open until the end of days.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to