Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiMarkupResponse


public interface EbiMarkupResponse

This interface is for markup response.

Since:
v5.0

Method Summary
 com.novell.afw.wsrp.core.Extension[] getExtensions()
          Gets an array of Extension objects
 EbiMarkupContext getMarkupContext()
          Gets the markup context from the markup response object.
 Collection getProperties(String key)
          Gets property values for a specified key.
 String getProperty(String key)
          Gets a property value.
 void setExtensions(com.novell.afw.wsrp.core.Extension[] extensionsVal)
          Sets an array of Extension objects
 

Method Detail

getMarkupContext

public EbiMarkupContext getMarkupContext()
Gets the markup context from the markup response object.
Returns:
an EbiMarkupContext object.
Since:
v5.0
See Also:
EbiMarkupContext

getProperty

public String getProperty(String key)
Gets a property value.
Parameters:
key - a property key. (Reference director wiki site for well-known keys.)
Returns:
a property value. If multiple values are stored for the same property key, then the property values are concatinated with ',' delimiter in the returned String.
Since:
v5.0

getProperties

public Collection getProperties(String key)
Gets property values for a specified key.
Parameters:
key - a property key. (Reference director wiki site for well-known keys.)
Returns:
a Collection of property values.
Since:
v5.0

getExtensions

public com.novell.afw.wsrp.core.Extension[] getExtensions()
Gets an array of Extension objects
Returns:
an array of Extension objects.
Since:
v5.0
See Also:
Extension

setExtensions

public void setExtensions(com.novell.afw.wsrp.core.Extension[] extensionsVal)
Sets an array of Extension objects
Parameters:
extensionsVal - an array of Extension objects.
Since:
v5.0
See Also:
Extension

Novell exteNd
Director 5.2 API