| java.lang.Object org.wings.portlet.PortletParameterProvider
PortletParameterProvider | public class PortletParameterProvider (Code) | | This class provides the parameters as events from the RenderRequest set by a
SPortletAnchor and the parameters set in the portlet. The parameters
set in the portlet must be encoded with the
PortletParameterCodec .
The SPortletAnchor encodes the parameters automatically
author: Marc Musch |
addPortletParameterListener | public void addPortletParameterListener(PortletParameterListener listener)(Code) | | Adds a new listner for arriving portlet parameters
Parameters: listener - -the listner for these events |
getInstance | public static PortletParameterProvider getInstance()(Code) | | Use this method to get an instance of this class, the constructir is
hidden.
Instance of this class |
updateParameters | public void updateParameters()(Code) | | Forces the updating of the portlet parameters
|
|
|