|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.portal.adminstudio.workunitfwapi
public interface IEditorResponse
The interface that represents the editor response. The interface
provides access to the portal response object, as well as additional
functionality for the editor framework.
This interface can be used for any response type.
| Method Summary | |
|---|---|
void |
addJavaScript(String javaScript)
Deprecated. Adds JavaScript code to the response. |
void |
addMessageKey(EditorMessageType messageType,
String messageKey)
Deprecated. Adds a message key that represents a message displayed to the user. |
void |
addMessageKey(EditorMessageType messageType,
String messageKey,
Object[] parameters)
Deprecated. Adds a message key that represents a formatted message displayed to the user. |
IPortalComponentResponse |
getResponse()
Deprecated. Gets the portal component response. |
void |
include(INode node)
Deprecated. Includes a POM node on this response. |
void |
setBeforeSaveQuestion(String question)
Deprecated. Generates a question that is displayed when the user saves editor content. |
void |
setClientProperty(String key,
String data)
Deprecated. Associates the specified property data with a key. |
| Method Detail |
|---|
void include(INode node)
node - the POM node to includevoid setBeforeSaveQuestion(String question)
question - the question string in NLS format
void setClientProperty(String key,
String data)
parametersMap.get([key]).
key - a keydata - data to associate with the keyIPortalComponentResponse getResponse()
void addJavaScript(String javaScript)
javaScript - JavaScript code
void addMessageKey(EditorMessageType messageType,
String messageKey)
messageType - a message typemessageKey - a message key
void addMessageKey(EditorMessageType messageType,
String messageKey,
Object[] parameters)
messageType - a message typemessageKey - a message keyparameters - an array of parameters used for formatting
the message| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||