|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.app.ComponentResponse
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 |
protected javax.servlet.http.HttpServletResponse dresp
protected Result result
protected ComponentResponseContext context
protected Properties properties
Constructor Detail |
public ComponentResponse()
Method Detail |
public ComponentResponseContext getContext()
public void setContext(ComponentResponseContext context)
public Properties getProperties()
public void setProperties(Properties properties)
public javax.servlet.http.HttpServletResponse getDispatchedResponse()
public void setDispatchedResponse(javax.servlet.http.HttpServletResponse dresp)
public void setResult(Result result)
public Result getResult()
public java.lang.String encodeURL(ComponentURL url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |