com.sapportals.wcm.service.propertyconfig
Interface IPropertyRendererProxy
[contained in: com.sap.km.cm.service.base.par - km.shared.service.propertyconfig_api.jar]
- public interface IPropertyRendererProxy
|
Method Summary |
java.util.ArrayList |
decodeValues(com.sapportals.htmlb.event.Event event)
Returns the values created via the dispatchableControlIDWithValues or dispatchableControlID methods
and returns the list of parameters in the same order they were when submitting them.
|
java.lang.String |
dispatchableControlID(java.lang.String value)
Adds a string to the given parameter to ensure a unique id within a DynPage under certain conditions:
the idpart given is unique within this proxy. |
java.lang.String |
dispatchableControlIDWithValues(java.util.ArrayList values)
Create an id that contains dispatch information. |
java.lang.String |
getUniqueComponentId(IMetaName metaName,
java.lang.String key)
|
DISPATCH_EVENT
public static final java.lang.String DISPATCH_EVENT
DEPENDENCE_EVENT
public static final java.lang.String DEPENDENCE_EVENT
getUniqueComponentId
public java.lang.String getUniqueComponentId(IMetaName metaName,
java.lang.String key)
dispatchableControlIDWithValues
public java.lang.String dispatchableControlIDWithValues(java.util.ArrayList values)
throws WcmException
- Create an id that contains dispatch information.
- Parameters:
controlHandler - The event handler in the control itself (not null)values - A string array parameter that could be readed inside the event handler with decodeValues() (might be null)- Returns:
- String The dispatchableControlID, created by a control.
- Throws:
WdfException - Exception raised in failure situation<{WcmException}> -
dispatchableControlID
public java.lang.String dispatchableControlID(java.lang.String value)
throws WcmException
- Adds a string to the given parameter to ensure a unique id within a
DynPage under certain conditions:
the idpart given is unique within this proxy. This means, that no two elements that are rendered by any
classes that are again rendered within this proxy must call this method with the same parameter. If several
proxies are rendered within one DynPage, the page itself must ensure that the proxies are
configured to create different strings to add to the given parameters. So, if Class A, rendered within
proxy B calls this method, submitting String S1, the resulting String Unique1 must be different from the
String Unique2, that is created when Class A, rendered within proxy C calls this method, submitting String S1
- Parameters:
idpart, - must not be null.- Returns:
- a
String
decodeValues
public java.util.ArrayList decodeValues(com.sapportals.htmlb.event.Event event)
throws WcmException
- Returns the values created via the
dispatchableControlIDWithValues or dispatchableControlID methods
and returns the list of parameters in the same order they were when submitting them.
There will be no en- or decoding done to take care of special characters.
If the dispatchableControlID(String, String) method is used,
a List with only one entry will be returned.
- Parameters:
event - The event that contains the encoded values.- Returns:
- String (cardinality = 1)
Copyright © 2004 by
SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein
as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other
countries all over the world. All other product and service names mentioned are the trademarks of their respective companies.
Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies
("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be
liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are
those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein
should be construed as constituting an additional warranty.