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

ComponentResponse - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.app
Class ComponentResponse

java.lang.Object
  extended byorg.jboss.portal.server.app.ComponentResponse

public class ComponentResponse
extends java.lang.Object


Field Summary
protected  ComponentResponseContext context
           
protected  javax.servlet.http.HttpServletResponse dresp
           
protected  Properties properties
           
protected  Result result
           
 
Constructor Summary
ComponentResponse()
           
 
Method Summary
 java.lang.String encodeURL(ComponentURL url)
          Encode the component URL.
 ComponentResponseContext getContext()
           
 javax.servlet.http.HttpServletResponse getDispatchedResponse()
          Return the dispatched http servlet request.
 Properties getProperties()
           
 Result getResult()
          Return the outcome of this request.
 void setContext(ComponentResponseContext context)
           
 void setDispatchedResponse(javax.servlet.http.HttpServletResponse dresp)
          Set the dispatched http servlet request.
 void setProperties(Properties properties)
           
 void setResult(Result result)
          Set the outcome of this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dresp

protected javax.servlet.http.HttpServletResponse dresp

result

protected Result result

context

protected ComponentResponseContext context

properties

protected Properties properties
Constructor Detail

ComponentResponse

public ComponentResponse()
Method Detail

getContext

public ComponentResponseContext getContext()

setContext

public void setContext(ComponentResponseContext context)

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)

getDispatchedResponse

public javax.servlet.http.HttpServletResponse getDispatchedResponse()
Return the dispatched http servlet request.


setDispatchedResponse

public void setDispatchedResponse(javax.servlet.http.HttpServletResponse dresp)
Set the dispatched http servlet request.


setResult

public void setResult(Result result)
Set the outcome of this request.


getResult

public Result getResult()
Return the outcome of this request.


encodeURL

public java.lang.String encodeURL(ComponentURL url)
Encode the component URL.