Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiMarkupParams


public interface EbiMarkupParams

This is an interface for markup parameters.

Since:
v5.0

Method Summary
 com.novell.afw.wsrp.core.Extension[] getExtensions()
          Gets a list of Extension objects.
 String[] getMarkupCharacterSets()
          Gets a list of markup character sets.
 String[] getMimeTypes()
          Gets mime types.
 String getMode()
          Gets the current portlet mode.
 String getNavigationalState()
          Gets the current portlet natigation state.
 Long getPortletProcessID()
          Gets the portlet process ID.
 String getValidateTag()
          Gets the valid portlet tag.
 String[] getValidNewModes()
          Gets the list of valid new portlet modes.
 String[] getValidNewWindowStates()
          Gets the list of valid new portlet window states.
 String getWindowState()
          Gets the current portlet window state.
 void setExtensions(com.novell.afw.wsrp.core.Extension[] extensionsVal)
          Sets a list of Extension objects.
 void setMarkupCharacterSets(String[] markupCharacterSetsVal)
          Sets a list of markup character sets.
 void setMimeTypes(String[] mimeTypesVal)
          Sets mime types.
 void setMode(String modeVal)
          Sets a portlet mode.
 void setNavigationalState(String navigationalStateVal)
          Sets a portlet navigation state.
 void setPortletProcessID(Long processID)
          Sets a portlet process ID.
 void setValidNewModes(String[] validNewModesVal)
          Sets a list of valid new portlet modes.
 void setValidNewWindowStates(String[] validNewWindowStatesVal)
          Sets a list of valid new portlet window states.
 void setWindowState(String windowStateVal)
          Sets a portlet window state.
 

Method Detail

setPortletProcessID

public void setPortletProcessID(Long processID)
Sets a portlet process ID.
Parameters:
processID - a portlet process ID.

getPortletProcessID

public Long getPortletProcessID()
Gets the portlet process ID.
Returns:
process ID.

getMimeTypes

public String[] getMimeTypes()
Gets mime types.
Returns:
an Array Of Mime types (String objects).
Since:
v5.0

setMimeTypes

public void setMimeTypes(String[] mimeTypesVal)
Sets mime types.
Parameters:
mimeTypesVal - a list of mime types.
Since:
v5.0

getMode

public String getMode()
Gets the current portlet mode.
Returns:
the current portlet mode.
Since:
v5.0

setMode

public void setMode(String modeVal)
Sets a portlet mode.
Parameters:
modeVal - a portlet mode.
Since:
v5.0

getWindowState

public String getWindowState()
Gets the current portlet window state.
Returns:
the current portlet window state.
Since:
v5.0

setWindowState

public void setWindowState(String windowStateVal)
Sets a portlet window state.
Parameters:
windowStateVal - a portlet window state.
Since:
v5.0

getNavigationalState

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

setNavigationalState

public void setNavigationalState(String navigationalStateVal)
Sets a portlet navigation state.
Parameters:
navigationStateVal - a portlet navigation state.
Since:
v5.0

getMarkupCharacterSets

public String[] getMarkupCharacterSets()
Gets a list of markup character sets.
Returns:
the list of markup character sets.
Since:
v5.0

setMarkupCharacterSets

public void setMarkupCharacterSets(String[] markupCharacterSetsVal)
Sets a list of markup character sets.
Parameters:
a - list of markup character sets.
Since:
v5.0

getValidateTag

public String getValidateTag()
Gets the valid portlet tag.
Returns:
the valid portlet tag.
Since:
v5.0

getValidNewModes

public String[] getValidNewModes()
Gets the list of valid new portlet modes.
Returns:
the list of valid new portlet modes.
Since:
v5.0

setValidNewModes

public void setValidNewModes(String[] validNewModesVal)
Sets a list of valid new portlet modes.
Parameters:
validNewModesVal - a list of valid new portlet modes.
Since:
v5.0

getValidNewWindowStates

public String[] getValidNewWindowStates()
Gets the list of valid new portlet window states.
Returns:
the list of valid new portlet window states.
Since:
v5.0

setValidNewWindowStates

public void setValidNewWindowStates(String[] validNewWindowStatesVal)
Sets a list of valid new portlet window states.
Parameters:
validWindowStatesVal - a list of valid new portlet window states.
Since:
v5.0

getExtensions

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

setExtensions

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

Novell exteNd
Director 5.2 API