This class gives access to and manages the relatively static
configuration information that is needed or updated to
completly process a markup request.
See Also:MarkupConfig
getMarkupConfig(ContainerRequest request) Given a container request, this method
returns a populated instance of MarkupConfig.
void
processPortletContext(ContainerRequest request, PortletContext portletContext) PortletContext contains a portlet handle and state
that a Producer returned when processing a request.
This method is responsible for storing this relatively static
information away to be used by all subsequent requests from
this channel.
PortletContext contains a portlet handle and state
that a Producer returned when processing a request.
This method is responsible for storing this relatively static
information away to be used by all subsequent requests from
this channel. If a portlet is read only or persistent state is
not changed by the producer, portlet handle is left at the default
value according to spec.
Parameters: request - Parameters: portletContext - exception: com.sun.portal.container.ContainerException - exception: com.sun.portal.container.ContentException -