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.

- org.apache.turbine.util.ParameterParser
        - add method getParameterNames() (yes it is a hashtable but... makes
the API more like servlet)

- 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.
        - getParameters() will return the dynamic Engine (like servlet post)
parameters.
        - getInitParameters() will return the info in the PortletMarkup

- PortletSet
        - getInitParameters() will return a
org.apache.turbine.util.ParameterParser which I 
        am probably going to rework with getParameterNames()

        - getContext() replaced with getPortletSet().  (getContext is a method
that we might want 
          to have in the future..
        - getParameters() will return the Engine's ParameterParser which
is dynamic.

-- 
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