Top Deprecated
Java Portlet API V3.0 3.0.1

Deprecated API


No API in this release is deprecated for removal.

Deprecated Item Summary

SinceDeprecated Item and Description

Returns:

Map containing parameter names as keys and parameter values as map values, or an empty Map if no parameters exist. The keys in the parameter map are of type String. The values in the parameter map are of type String array (String[]).
javax.portlet.BaseURL.getParameterMap
()

As of version 3.0. Use PortletURL#getRenderParameters(), ResourceURL#getResourceParameters(), or ActionURL#getActionParameters() as required.

javax.portlet.BaseURL.setParameter(String
the parameter name
name
,
String
the parameter value
value
)

As of version 3.0. Use PortletURL#getRenderParameters(), ResourceURL#getResourceParameters(), or ActionURL#getActionParameters() as required.

javax.portlet.BaseURL.setParameter(String
the parameter name
name
,
String...
the parameter values
values
)

As of version 3.0. Use PortletURL#getRenderParameters(), ResourceURL#getResourceParameters(), or ActionURL#getActionParameters() as required.

javax.portlet.BaseURL.setParameters(Map<String, String[]>
Map containing parameter names for the render phase as keys and parameter values as map values. The keys in the parameter map must be of type String and may not be null or the empty string (""). The values in the parameter map must be of type String array (String[]). Neither the values array nor any of its elements may be null; however, the empty string ("") is allowed as an array element.
parameters
)

As of version 3.0. Use PortletURL#getRenderParameters(), ResourceURL#getResourceParameters(), or ActionURL#getActionParameters() as required.

javax.portlet.EventResponse.setRenderParameters(EventRequest
The request the portlet has been provided with by the portlet container for the current processEvent call, must not be null.
request
)

As of version 3.0. Use StateAwareResponse#getRenderParameters() instead.

Returns:

a String representing the single value of the parameter
javax.portlet.PortletRequest.getParameter
(String
a String specifying the name of the parameter
name
)

As of version 3.0. Use getRenderParameters() instead.

Returns:

an immutable Map containing parameter names as keys and parameter values as map values, or an empty Map if no parameters exist. The keys in the parameter map are of type String. The values in the parameter map are of type String array (String[]).
javax.portlet.PortletRequest.getParameterMap
()

As of version 3.0. Use getRenderParameters() instead.

Returns:

an Enumeration of String objects, each String containing the name of a request parameter; or an empty Enumeration if the request has no parameters.
javax.portlet.PortletRequest.getParameterNames
()

As of version 3.0. Use getRenderParameters() instead.

Returns:

an array of String objects containing the parameter values.
javax.portlet.PortletRequest.getParameterValues
(String
a String containing the name of the parameter the value of which is requested
name
)

As of version 3.0. Use getRenderParameters() instead.

Returns:

an immutable Map containing private parameter names as keys and private parameter values as map values, or an empty Map if no private parameters exist. The keys in the parameter map are of type String. The values in the parameter map are of type String array (String[]).
javax.portlet.PortletRequest.getPrivateParameterMap
()

As of version 3.0. Use getRenderParameters() instead.

Returns:

an immutable Map containing public parameter names as keys and public parameter values as map values, or an empty Map if no public parameters exist. The keys in the parameter map are of type String. The values in the parameter map are of type String array (String[]).
javax.portlet.PortletRequest.getPublicParameterMap
()

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.PortletURL.removePublicRenderParameter(String
a String specifying the name of the public render parameter to be removed
name
)

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.RenderResponse.setTitle(String
portlet title as text String or resource URI
title
)

Returns:

an immutable Map containing private parameter names as keys and private parameter values as map values, or an empty Map if no private parameters exist. The keys in the parameter map are of type String. The values in the parameter map are of type String array (String[]).
javax.portlet.ResourceRequest.getPrivateRenderParameterMap
()

As of version 3.0. Use PortletRequest#getRenderParameters() instead.

Returns:

Map containing render parameter names as keys and parameter values as map values, or an empty Map if no parameters exist. The keys in the parameter map are of type String. The values in the parameter map are of type String array (String[]).
javax.portlet.StateAwareResponse.getRenderParameterMap
()

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.StateAwareResponse.removePublicRenderParameter(String
a String specifying the name of the public render parameter to be removed
name
)

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.StateAwareResponse.setRenderParameter(String
key of the render parameter
key
,
String
value of the render parameter
value
)

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.StateAwareResponse.setRenderParameter(String
key of the render parameter
key
,
String...
values of the render parameter
values
)

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.StateAwareResponse.setRenderParameters(Map<String, String[]>
Map containing parameter names for the render phase as keys and parameter values as map values. The keys in the parameter map must be of type String and may not be null or the empty string (""). The values in the parameter map must be of type String array (String[]). The values array may not be null; however, the values array elements may be null.
parameters
)

As of version 3.0. Use getRenderParameters() instead.

javax.portlet.filter.BaseURLWrapper.setParameter(String
the parameter name
name
,
String
the parameter value
value
)

javax.portlet.filter.BaseURLWrapper.setParameter(String
the parameter name
name
,
String...
the parameter values
values
)

javax.portlet.filter.BaseURLWrapper.setParameters(Map<String, String[]>
Map containing parameter names for the render phase as keys and parameter values as map values. The keys in the parameter map must be of type String and may not be null or the empty string (""). The values in the parameter map must be of type String array (String[]). Neither the values array nor any of its elements may be null; however, the empty string ("") is allowed as an array element.
parameters
)

javax.portlet.filter.EventResponseWrapper.setRenderParameters(EventRequest
The request the portlet has been provided with by the portlet container for the current processEvent call, must not be null.
request
)

javax.portlet.filter.PortletRequestWrapper.getParameter(String
a String specifying the name of the parameter
name
)

javax.portlet.filter.PortletRequestWrapper.getParameterValues(String
a String containing the name of the parameter the value of which is requested
name
)

javax.portlet.filter.PortletURLWrapper.removePublicRenderParameter(String
a String specifying the name of the public render parameter to be removed
name
)

javax.portlet.filter.RenderResponseWrapper.setTitle(String
portlet title as text String or resource URI
title
)

javax.portlet.filter.StateAwareResponseWrapper.removePublicRenderParameter(String
a String specifying the name of the public render parameter to be removed
name
)

javax.portlet.filter.StateAwareResponseWrapper.setRenderParameter(String
key of the render parameter
key
,
String
value of the render parameter
value
)

javax.portlet.filter.StateAwareResponseWrapper.setRenderParameter(String
key of the render parameter
key
,
String...
values of the render parameter
values
)

javax.portlet.filter.StateAwareResponseWrapper.setRenderParameters(Map<String, String[]>
Map containing parameter names for the render phase as keys and parameter values as map values. The keys in the parameter map must be of type String and may not be null or the empty string (""). The values in the parameter map must be of type String array (String[]). The values array may not be null; however, the values array elements may be null.
parameters
)