站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

ServerResponseContext - JBOSS Portal 2.4 API 英文版文档


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