|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.servlets_jsp.server.jsp.response.JSPResponse
public class JSPResponse
Title: Description: Copyright: Copyright (c) 2001 Company:
| Field Summary | |
|---|---|
protected JspWriter |
m_jspWriter
Deprecated. |
protected int |
mm_status
Deprecated. |
| Fields inherited from interface com.sapportals.portal.prt.component.IPortalComponentResponse |
|---|
ERROR, OK |
| Constructor Summary | |
|---|---|
JSPResponse(IPortalComponentResponse parentResponse)
Deprecated. |
|
JSPResponse(IPortalComponentResponse parentResponse,
JspWriter writer)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addCookie(Cookie cookie)
Deprecated. Helper method to add a cookie in the response |
void |
addResource(IResource resource)
Deprecated. |
void |
clearBuffer()
Deprecated. |
void |
close()
Deprecated. |
void |
flush()
Deprecated. |
void |
flushWrite(SharedString shString)
Deprecated. |
void |
flushWrite(String parm1)
Deprecated. |
PortalComponentContentType |
getContentType()
Deprecated. Returns the reponse type of this response |
IPortalComponentResponse |
getParentResponse()
Deprecated. |
IPortalComponentRequest |
getRequest()
Deprecated. |
int |
getStatus()
Deprecated. Gets the status of the response |
Writer |
getWriter()
Deprecated. Gets the writer associated to this response |
void |
include(IPortalComponentRequest aRequest,
INode aNode)
Deprecated. Includes the content of another Portal Component in this response. |
void |
include(IPortalComponentRequest aRequest,
IResource resource)
Deprecated. Includes the content of a Resource in this response. |
void |
setContentType(PortalComponentContentType type)
Deprecated. Sets the response type of this response. |
void |
setJspWriter(JspWriter writer)
Deprecated. |
void |
setStatus(int status)
Deprecated. Sets the status of the response |
void |
write(String parm1)
Deprecated. 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,
JspWriter writer)
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 flushWrite(String parm1)
public void flushWrite(SharedString shString)
public void setContentType(PortalComponentContentType type)
IPortalComponentResponse
setContentType in interface IPortalComponentResponsetype - The new ContentType value
public void flush()
throws IOException
IOExceptionpublic void clearBuffer()
public 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()public void close()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 (SP02) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||