|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.prt.servlets_jsp.JSPResponse
public class JSPResponse
| Field Summary | |
|---|---|
protected JspWriter |
m_jspWriter
|
protected int |
mm_status
|
| Fields inherited from interface com.sapportals.portal.prt.component.IPortalComponentResponse |
|---|
ERROR, OK |
| Constructor Summary | |
|---|---|
JSPResponse(IPortalComponentResponse parentResponse)
|
|
| Method Summary | |
|---|---|
void |
addCookie(Cookie cookie)
Helper method to add a cookie in the response |
void |
addResource(IResource resource)
Deprecated. |
PortalComponentContentType |
getContentType()
Returns the reponse type of this response |
IPortalComponentResponse |
getParentResponse()
|
IPortalComponentRequest |
getRequest()
Deprecated. |
int |
getStatus()
Gets the status of the response |
Writer |
getWriter()
Gets the writer associated to this response |
void |
include(IPortalComponentRequest aRequest,
INode aNode)
Includes the content of another Portal Component in this response. |
void |
include(IPortalComponentRequest aRequest,
IResource resource)
Includes the content of a Resource in this response. |
void |
setContentType(PortalComponentContentType type)
Sets the response type of this response. |
void |
setJspWriter(JspWriter writer)
|
void |
setStatus(int status)
Sets the status of the response |
void |
write(String parm1)
Adds a String in this response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JspWriter m_jspWriter
protected int mm_status
| Constructor Detail |
|---|
public JSPResponse(IPortalComponentResponse parentResponse)
| Method Detail |
|---|
public PortalComponentContentType getContentType()
IPortalComponentResponse
getContentType in interface IPortalComponentResponsepublic Writer getWriter()
IPortalComponentResponse
getWriter in interface IPortalComponentResponsepublic void setJspWriter(JspWriter writer)
public void include(IPortalComponentRequest aRequest,
IResource resource)
IPortalComponentResponse
include in interface IPortalComponentResponseaRequest - the the client's requestresource - the resource to include in the responce
public void include(IPortalComponentRequest aRequest,
INode aNode)
IPortalComponentResponse
include in interface IPortalComponentResponseaRequest - the the client's requestaNode - the node representing the target component.public void addCookie(Cookie cookie)
IPortalComponentResponse
addCookie in interface IPortalComponentResponsecookie - The feature to be added to the Cookie attributepublic void write(String parm1)
IPortalComponentResponse
write in interface IPortalComponentResponseparm1 - The String to be outputed in the response.public void setContentType(PortalComponentContentType type)
IPortalComponentResponse
setContentType in interface IPortalComponentResponsetype - The new ContentType valuepublic void addResource(IResource resource)
IPortalComponentResponse
addResource in interface IPortalComponentResponseresource - The feature to be added to the Resource attributeIPortalComponentResponse.addResource(IResource)public IPortalComponentResponse getParentResponse()
public void setStatus(int status)
setStatus in interface IPortalComponentResponsestatus - The status to sentpublic int getStatus()
getStatus in interface IPortalComponentResponsepublic IPortalComponentRequest getRequest()
IPortalComponentResponse
getRequest in interface IPortalComponentResponseIPortalComponentResponse.getRequest()| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||