| |
|
| java.lang.Object org.apache.pluto.internal.impl.InternalImplConverter
InternalImplConverter | class InternalImplConverter (Code) | | Static class that provides utility methods to convert a generic
PortletRequest or PortletResponse object into an Internal respresentation
of the same object.
|
getInternalRequest | public static InternalPortletRequest getInternalRequest(PortletRequest request)(Code) | | The scary part about this is that there is not yet a
PortletRequestWrapper defined by the spec. Because of this, there's a
chance someone might implement their own wrapper and we won't be able to
get the real internal one!
Parameters: request - the portlet request to be converted. the internal request. |
getInternalResponse | public static InternalPortletResponse getInternalResponse(PortletResponse response)(Code) | | The scary part about this is that there is not yet a
PortletRequestWrapper defined by the spec. Because of this, there's a
chance someone might implement their own wrapper and we won't be able to
get the real internal one!
Parameters: response - the portlet response to be converted. the internal response. |
|
|
|