true
or discards it an returns false
.
@param request the request to forward
@param response the response
@param url the url to forward
@return true
if the include is handled, false
otherwise
Forward projects a LatLon point into XY space. Returns a Point. @param llp LatLonPoint to be projected @return Point (new)
The forward
method should be called before the response has been committed to the portlet container (before response body output has been flushed). If the response already has been committed, this method throws an IllegalStateException
. Uncommitted output in the response buffer is automatically cleared before the forward.
The request and response parameters must be either the same objects as were passed to the calling portlet or be wrapped versions of these. @param request a request object that represents the request to the portlet @param response a reponse object that contains the portlet response @exception PortletException if the included resource throws a ServletException, or other exceptions that are not Runtime- or IOExceptions. @exception java.io.IOException if the included resource throws this exception @exception java.lang.IllegalStateException if the response was already committed @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|