org.jboss.portal.server
Interface ServerResponseContext

All Known Implementing Classes:
PortalServlet.ServerResponseContextImpl

public interface ServerResponseContext

Spi interface for URL generation.


Method Summary
 java.lang.String encodeURL(ServerURL url, URLContext context, URLFormat format)
           
 javax.servlet.http.HttpServletResponse getClientResponse()
          The original servlet response.
 

Method Detail

getClientResponse

public javax.servlet.http.HttpServletResponse getClientResponse()
The original servlet response.

Returns:
the http response

encodeURL

public java.lang.String encodeURL(ServerURL url,
                                  URLContext context,
                                  URLFormat format)
Parameters:
url -
context -
format -
Returns:
the encoded url