Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiBlockingInteractionResponse


public interface EbiBlockingInteractionResponse

This interface is for blocking interaction 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.
 String getNavigationalState()
          Gets the portlet navigation state.
 String getNewMode()
          Gets the portlet new mode.
 String getNewWindowState()
          Gets the portlet new window state.
 Collection getProperties(String key)
          Gets property values for a specified key.
 String getProperty(String key)
          Gets a property value.
 String getRedirectURL()
          Gets re-direct URL.
 void setExtensions(com.novell.afw.wsrp.core.Extension[] extensionsVal)
          Sets an array of Extension objects
 void setRedirectURL(String redirectUrl)
          Sets the redirect Url that a portlet may perform.
 

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

getRedirectURL

public String getRedirectURL()
Gets re-direct URL.
Since:
v5.0

setRedirectURL

public void setRedirectURL(String redirectUrl)
Sets the redirect Url that a portlet may perform.
Parameters:
redirectUrl - a String location (full Url).
Since:
v5.0

getNavigationalState

public String getNavigationalState()
Gets the portlet navigation state.
Since:
v5.0

getNewWindowState

public String getNewWindowState()
Gets the portlet new window state.
Since:
v5.0

getNewMode

public String getNewMode()
Gets the portlet new mode.
Since:
v5.0

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